- 论坛徽章:
- 0
|
前几天发表了一个帖子,被删除了。前面的问题解决了,现在是出现了新的问题,google了一下这个和python应该是没关系了,但还是没看明白怎么解决(动态链接库路径的配置问题??)
root@Pandora # python
Python 2.3.3 (#1, Dec 15 2004, 14:04:32) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "build/bdist.solaris-2.10-sun4u/egg/MySQLdb/__init__.py", line 19, in ?
File "build/bdist.solaris-2.10-sun4u/egg/_mysql.py", line 7, in ?
File "build/bdist.solaris-2.10-sun4u/egg/_mysql.py", line 6, in __bootstrap__
ImportError: ld.so.1: python2.3: fatal: relocation error: file /.python-eggs/MySQL_python-1.2.2-py2.3-solaris-2.10-sun4u.egg-tmp/_mysql.so: symbol mysql_autocommit: referenced symbol not found |
|