Hi,
I am tring to install the latest mydbr locally before I install on a server. Have got past ioncube but am now being told that I failed the php extenions test, eg "Either PHP extension mysql or mssql must be installed". However mysql is installed. Using PHP 5.3.2 and my php config is below. PLus I have done an awful lot of php-mysql work.
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache22/bin/apxs --enable-cli --bindir=/usr/bin/ --with-xml --enable-bcmath --enable-calendar --with-curl --enable-ftp --enable-magic-quotes --with-mysql=/usr/local/mysql --with-openssl --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning --with-zlib --enable-mbstring --with-expect --with-gettext --with-ldap --with-gd --enable-soap
any ideas?