Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php and mysql and apache 1

Status
Not open for further replies.

rninja

Technical User
Apr 11, 2001
381
US
I am getting a strange warning now when I start up apache.
I recently upgraded to MySQL 4 (in order to fulfill some requirements for coldfusion).
Now I am getting this error:
" PHP Warning: Unable to load dynamic library '/usr/lib/php4/mysql.so' - libmysqlclient.so.10: cannot open shared object file: No such file or directory in Unknown on line 0 "

I would like to use php again, but I am stuck at this point. I have mysql.so in the right location, and I cannot find libmysqlclient, but I have installed MySQL-shared for version 4.

Thanks for any help in this matter. Rninja

smlogo.gif

 
again

it cannot find libmysqlclient.so.10 maybe you need to make a link from your actual libmysqlclient.so to libmysqlclient.so.10

just like that

ln -s libmysqlclient.so libmysqlclient.so.10

:) have a nice day
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top