Ok, it seems that either your /usr/lib/mysql or your /var/lib/mysql has the
libraries in them. cd to both of them and find out which has
libmysqlclient.so.10 and other similarly named libraries... I am 99% sure it
will be the /usr/lib/mysql.
Edit your /etc/ld.so.conf file, and add this line:
/us
I am going to assume that /usr/bin/mysql is your base directory. That would
make the shared libraries in the directory /usr/bin/mysql/lib/mysql. A simple:
# ldconfig -m /usr/bin/mysql/lib/mysql
Should fix all your woes. Depending on your flavor of Unix you run, you will
want to add the above dir
: "Gabriel McAtee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 12:14 PM
Subject: [PHP-INST] Configuration issues w/PHP4, MySQL, Apache on RH7.1
> So I have MySQL up and working, Apache up and working, and PHP4 up and
> working... but not
So I have MySQL up and working, Apache up and working, and PHP4 up and
working... but not connecting to MySQL. I ran
"configure --with-mysql=/usr/bin/mysql" which apparently is not correct...
it returned an error stating that it could not find the MySQL libraries in
the indicated path. C