I'm trying to run mysqldb on ubuntu lynx, however without success:
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module:
libmysqlclient_r.so.15: cannot open shared object file: No such file or
directory
I've noticed ubuntu lynx uses MySQL 5.1 and that version includes
libmysqlclient_r.so.16, but the mysqldb seems trying to listen that so.15
version.
I'm using python 2.6 and the latest mysqldb version.
Any idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I'm trying to run mysqldb on ubuntu lynx, however without success:
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module:
libmysqlclient_r.so.15: cannot open shared object file: No such file or
directory
I've noticed ubuntu lynx uses MySQL 5.1 and that version includes
libmysqlclient_r.so.16, but the mysqldb seems trying to listen that so.15
version.
I'm using python 2.6 and the latest mysqldb version.
Any idea?
Build from source. Read README. You will need the Ubuntu MySQL development
package. (mysql-devel I think)