PHP v. 4.1.1
Apache 1.3.12
Redhat 7.
MySQL 3.22.32
My php scripts wont connect to MySQL. Then I noticed in phpinfo() the following config data in the MySQL box:
MYSQL_INCLUDE -I/usr/local/mysql-3.22.32-pc-linux-gnu-i686//include
MYSQL_LIBS -L/usr/local/mysql-3.22.32-pc-linux-gnu-i686//lib -lmysqlclient
Notice the double // after the install directory - Is that why I can't connect? I have tried toe ./configure command string both with and without trailing '/' for the MySQL directory.
Suggestions?
Thanks