From: Harri P. <har...@tr...> - 2002-04-03 06:59:05
|
No, that was a-priori problem I had to solve before I could run anything. -Harri On Tue, 2 Apr 2002 07:49:56 -0500 "Potian, Jon (Exchange)" <jp...@be...> wrote: > Harry, > > Did this solve your stored procedure problems? > > Regards, > > Jon-Marcelius Potian > > -----Original Message----- > From: Harri Pasanen [mailto:har...@tr...] > Sent: Tuesday, April 02, 2002 5:19 AM > To: pyt...@ob... > Subject: [python-sybase] installation problem of the Sybase module > > > 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 > |