DB Error: extension not found - RESOLVED
Barjunk
barjunk@attglobal.net
Thu, 21 Mar 2002 12:32:10 -0900
It turns out you can find the libmysqlclient in rpm form at rpmfind.net. It
is called MySQL-shared. When I tried to install the php-mysql rpm it
complained of missing the libmysqlclient.so.10. So I used the MySQL-shared
rpm that contained this file. If you click on the html link instead of the
rpm link, it will tell you what files are provided by the rpm.
Also, I used the php-mysql rpm with the nodeps option because I really
didn't need the entire mysql installation on the machine that is running
Kronolith. I just needed the mysql.so that is stored there.
But of course, you php veterans already knew all of this. :)
Thanks for listening.
Mike