[omniORB] Problem with omniORBpy on Solaris

Michael Lauer mlauer@www.Vanille.de
Wed, 5 Apr 2000 14:08:28 +0200 (CST)


Hi. Thanks for responding so quick!


On Wed, 5 Apr 2000, Duncan Grisby wrote:
> On Wednesday 5 April, Michael Lauer wrote:
> > 
> > ld.so:1 : python (...)
> > /tmp/.mickey_cache/omni/lib/sun4_sosV_5.7/_omniidlmodule.so: Symbol
> > PyFile_Type: referenced symbol not found.
> > 
>   $ nm `which python` | grep PyFile_Type
> 
> which for me gives:
> 
>   [2704]  |    663488|     108|OBJT |GLOB |0    |16     |PyFile_Type

It's getting more strange... my output is:

0009aad8 D PyFile_Type

so there is indeed a symbol in my python executable, but somehow it isn't
exported properly... mmmh...