In article <[email protected]>, Joe Strout <[email protected]> wrote: > I'm going to come back to this via another post -- sounds like Ned has > found that the 5.1 distribution of MySQL really is a bit messed up, but > the 5.0 one is OK. So maybe if I just do this over with the 5.0 distro, > it will work.
Note, I haven't tested this so YMMV. If you can get away with using a 5.0 client, that should work. But if you just fix-up the 5.1 libs with a couple of copies that should work, too. Go to the directory of your mysql installation, probably something like: cd /usr/local/mysql-5.1.30-osx10.4-universal Then: cd lib ls -l *.dylib file *.dylib sudo sh cp -p libmysqlclient.16.0.0.dylib libmysqlclient.16.dylib cp -p libmysqlclient.16.0.0.dylib libmysqlclient.dylib cp -p libmysqlclient_r.16.0.0.dylib libmysqlclient_r.16.dylib cp -p libmysqlclient_r.16.0.0.dylib libmysqlclient_r.dylib -- Ned Deily, [email protected] _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
