I have a problem with getting MySQL and PHP to work together.

I have installed MySQL rpm's from mysql site for linux. Including Devel and
shared

I have configured apache with
./configure --prefix=/usr/local/apache --enable-shared=max

make and make install

PHP er configuret således:
./configure -with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/u
sr/local/apache --with-mysqli=/usr/bin/mysql_config --without-mysql --with-z
lib

make and make install

stop and start the apache server.

phpinfo() gives no indication of mysql in version 4.1.1

According to documentation on mysqli in the php documentation the normal
mysql should turned off with the --without-mysql flag

If not the --without-mysql is sat phpinfo() gives information about the
standard mysql 3.23 client.

It is all running on a rh 7.3

What am I doing wrong??

Reply via email to