-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > # /usr/local/mysql/bin/mysql -V > /usr/local/mysql/bin/mysql: can't load library > '../libmysql/.libs/libmysqlclient.so.15.0'
This means that the .so from the build directory is hardcoded into the executable - most likely an error in the build scripts. There's a bug at mysql.com that deals with the problem (unsolved): http://bugs.mysql.com/bug.php?id=6521&error=lp The only thing that worked for me was to build and install mysql, then cd to "client", clean it and relink all client binaries with a row of corrected calls to g++ (can mail it to you off-list if needed). krgds /m - -- Markus Wernig Unix/Network Security Engineer - CISSP, CCSA GPG: CA558BF7 http://xfer.ch - --------------------------------------------- Linux User Group Bern - http://lugbe.ch - --------------------------------------------- -----BEGIN PGP SIGNATURE----- iD8DBQFDl3Kp8BX/d8pVi/cRAtZFAKCegXbeIRPZf0sxwPnYZ3PQO6zvfgCgz9z2 EU131ayXuiShAKlQRkbRKDU= =0ddI -----END PGP SIGNATURE-----