On 08/03/2005 Aarre Laakso wrote: > Package: python-mysqldb > Version: 1.1.6-1 > Severity: normal > > > mysqldb + mod_python recently broke for me (perhaps with Python 2.3.5? > not sure). Everything was working fine until today, even though I > upgraded to 2.3.5 a few days ago. Apache got restarted today, though.
could you try to build python-mysqldb with libmysqlclient12-dev instead of the currently used libmysqlclient10-dev? i've currently no infrastructure available to run such tests, so i'dd be interested in your results. just do the following: (as root:) # apt-get build-dep python-mysqldb # apt-get install libmysqlclient12-dev (as whoever:) $ apt-get source python-mysqldb $ cd python-mysqldb-1.1.6 $ cat debian/control | sed 's/libmysqlclient10/libmysqlclient12/' > debian/control $ dpkg-buildpackage -rfakeroot -us -uc (as root:) # dpkg -i ../python2.3-mysqldb_1.1.6-1_i386.deb bye jonas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

