[python-sybase] python sybase installation

Gregory Bond gnb at itga.com.au
Mon, 14 Feb 2005 19:12:26 +1100


Andrew McNamara wrote:

>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.