Re: python sybase installation

Andrew McNamara <[email protected]> Mon, 14 Feb 2005 20:38:10 +1100
Newsgroups gmane.comp.python.sybase
Message-ID <[email protected]>
>>Hmmm - either it statically linked with the sybase client lib, or it's
>>pulling in shared libs by hand. Anyone on the list have a better idea
>>what it's up to?
>
>The sybase  libs do dlopen() (or equiv) to link some of their libraries 
>at connect time, so ldd doesn't help much. You've pretty much gotta have 
>the correct LD_LIBRARY_PATH at runtime.

Ta. That's what I suspected. Is it using LD_LIBRARY_PATH in that case, or
some other environment variable (if they're using dlopen(), they can take
their choice)?

Anyway, strace should reveal if it's coming off the rails and pulling in an
old version of the lib.

-- 
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/