|
From: Harri P. <har...@tr...> - 2002-04-03 04:19:38
|
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 |