python - Error loading MySQLdb module:_mysql.so: undefined symbol: mysql_shutdown -


  1. error loading mysqldb module:_mysql.so: undefined symbol: mysql_shutdown`

root@sky:/usr/local/hue/build/env/bin# ./supervisor raceback (most recent call last): file "/usr/local/hue/build/env/bin/hue", line 9, in load_entry_point('desktop==3.9.0', 'console_scripts', 'hue')() file "/usr/local/hue/desktop/core/src/desktop/manage_entry.py", line 65, in entry raise e django.core.exceptions.improperlyconfigured: error loading mysqldb module: /usr/local/hue/build/env/local/lib/python2.7/site-packages/mysql_python-1.2.5-py2.7-linux-x86_64.egg/_mysql.so: undefined symbol: mysql_shutdown traceback (most recent call last): file "/usr/local/hue/build/env/bin/hue", line 9, in load_entry_point('desktop==3.9.0', 'console_scripts', 'hue')() file "/usr/local/hue/desktop/core/src/desktop/manage_entry.py", line 65, in entry raise e django.core.exceptions.improperlyconfigured: error loading mysqldb module: /usr/local/hue/build/env/local/lib/python2.7/site-packages/mysql_python-1.2.5-py2.7-linux-x86_64.egg/_mysql.so: undefined symbol: mysql_shutdown

only cahnge hue database mysql happend. `


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -