[python-sybase] installation problem of the Sybase module

Harri Pasanen harri.pasanen at trema.com
Tue, 2 Apr 2002 12:18:40 +0200 (CEST)


Me again,

Forgot to mention an installation/build problem with the Sybase module.  
On Linux Mandrake 8.1 + some patches, Python 2.2,  the module linked with
libintl.so from Sybase.  But at runtime it picked up the library from
/usr/lib, which is of course not the Sybase lib, even if has the same name.

My workaround for the above was to create a symlink libsybintl.so ->
libintl.so in the sybase lib directory, and tweak the setup.py to use
libsybintl.so.


-Harri