After ugrading PHP, I get errors on all pages that make calls to MySQL that "Page Cannot Be Displayed".
My first question is why doesn't it display the page and show the error on the page.
My second question is if anyone thinks there's something not configured (relating to Mysql). Here is the configuration info from the MySQL portion of the phpinfo() printout
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 3.23.58
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient
Directive Local Value Master Value
mysql.allow_persistent On On
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
-- Additional information:
I'm running on RedHat Linux 9
MySQL (and previous install of apache and php) were all installed from RPMs)
I've installed Apache 2.0.48 from source.
I've installed PHP4.3.4 from source - as apache module
MySQL is running as a background process, and I can interact with it from the client command line utility.
-- I'm thinking about re-installing MySQL from the source-code, but really don't want to go through all that if there is something else causing the problem
Thank you for any suggestions,
Jeff