[egenix-users] mxODBC 3.0.2_x86_64 python 2.6 can't find libodbc
Joel Bard
JBard at wyeth.com
Thu Dec 11 17:33:24 CET 2008
Hi-
I've been using 3.0.1 x86_64 with python 2.5 successfully for some time. Just installed 3.0.2 with python 2.6 on the same system and it doesn't work. In both cases libodbc.so.1 is in /d00/local/lib which is present in LD_LIBRARY_PATH
Python 2.6 (r26_cci:66714, Dec 7 2008, 16:26:22)
[GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mx
>>> import mx.ODBC
>>> import mx.ODBC.unixODBC
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "mx/ODBC/unixODBC/__init__.py", line 8, in <module>
ImportError: libodbc.so.1: cannot open shared object file: No such file or directory
but:
Python 2.5.2 (r252_cci:60911, May 26 2008, 10:48:22)
[GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mx
>>> import mx.ODBC
>>> import mx.ODBC.unixODBC
>>>
Thanks,
Joel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /mailman-archives/egenix-users/attachments/20081211/642b5964/attachment.htm
More information about the egenix-users
mailing list