Re: python sybase installation

Andrew McNamara <[email protected]> Mon, 14 Feb 2005 15:42:36 +1100
Newsgroups gmane.comp.python.sybase
Message-ID <[email protected]>
>Nonetheless, I tried  your suggestion as follows:
[...]
>ImportError: /usr/local/lib/python2.4/site-packages/sybasect.so:
>undefined symbol: cs_dt_info

What does the output of:

 $ ldd /usr/local/lib/python2.4/site-packages/sybasect.so

look like?

I know very little about Sybase (I don't have it installed, either),
but I've been working with the dynamic linkers under Linux (and Solaris)
for years. I've seen this specific problem mentioned on the list a few
times, but I can't find a solution in the list archives. The error is
more suggestive of an incorrect library version, rather than a missing
file, so pay careful attention to the paths.

You can also use ldd to explore the shared dependancies of any other
libraries being used by sybasect.so.

-- 
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/