From: John M. <joh...@gm...> - 2004-11-23 07:23:25
|
I've successfully used the Sybase module with earlier versions of Sybase. But now I get "Unresolved symbol: cs_ctx_alloc" with Sybase 12.5. Any suggestions? John $ SHLIB_PATH=/opt/sybase/OCS-12_5/lib $ python Python 2.3.4 (#2, Nov 20 2004, 10:57:57) [GCC 3.1 (TWW)] on hp-ux11 Type "help", "copyright", "credits" or "license" for more information. >>> import Sybase /usr/lib/dld.sl: Unresolved symbol: cs_ctx_alloc (code) from /home/brent/mudd/Python/lib/python2.3/site-packages/sybasect.sl ABORT instruction $ |