Hello Everyone
I am trying to install a package called phplicensewatcher I downloaded it from the freshmeat site. It requires that Apache, php/pear and php/mysql plus mysql installed to run everything seem to be working execpt one thing it appears that the php programs can't find any of the mysql stuff. Here is the error I get when I run the script that came with the phplicensewatcher program that is suppose to check php instaltion.
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/mysql.so' - /usr/lib/libmysqlclient.so.10: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference in Unknown on line 0
Content-type: text/html
X-Powered-By: PHP/4.3.2
Is there a command that I can run to create the proper lib links that it appers not to exist. Thanks for any help you can provide. I installed all the required packages to there default location on my machine using the command "rpm -i (package name)"
Thanks Randy
I am trying to install a package called phplicensewatcher I downloaded it from the freshmeat site. It requires that Apache, php/pear and php/mysql plus mysql installed to run everything seem to be working execpt one thing it appears that the php programs can't find any of the mysql stuff. Here is the error I get when I run the script that came with the phplicensewatcher program that is suppose to check php instaltion.
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/mysql.so' - /usr/lib/libmysqlclient.so.10: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference in Unknown on line 0
Content-type: text/html
X-Powered-By: PHP/4.3.2
Is there a command that I can run to create the proper lib links that it appers not to exist. Thanks for any help you can provide. I installed all the required packages to there default location on my machine using the command "rpm -i (package name)"
Thanks Randy