RE: Python sybase-0.36 module with RedHat 9
Brian Beaver <[email protected]> Tue, 16 Mar 2004 09:38:28 -0500
| Newsgroups | gmane.comp.python.sybase |
|---|---|
| Message-ID | <6204EFD303E1D24297BBD43A6ED722E7218BFD@RSWMS02> |
Thanks Dave - that fixed it. -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Dave Cole Sent: Monday, March 15, 2004 11:42 PM To: [email protected] Subject: RE: [python-sybase] Python sybase-0.36 module with RedHat 9 On Tue, 2004-03-16 at 15:04, Brian Beaver wrote: > Full output below, with the ldd following...thanks > > # python setup.py build_ext [snip] > gcc -shared build/temp.linux-i686-2.2/blk.o > build/temp.linux-i686-2.2/databuf.o build/temp.linux-i686-2.2/cmd.o > build/temp.linux-i686-2.2/conn.o build/temp.linux-i686-2.2/ctx.o > build/temp.linux-i686-2.2/datafmt.o build/temp.linux-i686-2.2/iodesc.o > build/temp.linux-i686-2.2/locale.o build/temp.linux-i686-2.2/msgs.o > build/temp.linux-i686-2.2/numeric.o build/temp.linux-i686-2.2/money.o > build/temp.linux-i686-2.2/datetime.o build/temp.linux-i686-2.2/sybasect.o > -L/opt/sybase-12.5/OCS/lib -o build/lib.linux-i686-2.2/sybasect.so Just as I suspected - it is not finding the Sybase libraries. Can you please try the attached patch to setup.py? - Dave -- http://www.object-craft.com.au