Re[2]: [python-sybase] installation problem of the Sybase module

Harri Pasanen harri.pasanen at trema.com
Tue, 2 Apr 2002 14:56:08 +0200 (CEST)


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)" <jpotian@bear.com> wrote:

> Harry,
> 
> Did this solve your stored procedure problems?
> 
> Regards,
> 
> Jon-Marcelius Potian
> 
> -----Original Message-----
> From: Harri Pasanen [mailto:harri.pasanen@trema.com]
> Sent: Tuesday, April 02, 2002 5:19 AM
> To: python-sybase@object-craft.com.au
> 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
>