|
I have tried removing all the files and download the latest version (0.6.13160) and have changed the configuration files to use mysqli only (I do not have pdo_mysql and it’s not easily configured because I’m on a cPanel server and would have to go around cpanel to compile Apache manually)
Below is the output I get:
http://www.absolutetactical.com/output.txt
My server is running RHEL (or the white box version of it, CentOS I think), PHP Version 5.2.4
Below is my configure:
‘./configure’ ‘--with-apxs=/usr/local/apache/bin/apxs’ ‘--prefix=/usr/local’ ‘--with-xml’ ‘--enable-bcmath’ ‘--enable-calendar’ ‘--with-curl’ ‘--enable-ftp’ ‘--with-gd’ ‘--with-jpeg-dir=/usr/local’ ‘--with-png-dir=/usr’ ‘--with-xpm-dir=/usr/X11R6’ ‘--with-gettext’ ‘--enable-mbstring’ ‘--enable-mbstr-enc-trans’ ‘--enable-mbregex’ ‘--with-mcrypt’ ‘--enable-magic-quotes’ ‘--with-mysqli’ ‘--with-mysql=/usr’ ‘--with-openssl’ ‘--enable-discard-path’ ‘--with-pear’ ‘--enable-sockets’ ‘--enable-track-vars’ ‘--with-ttf’ ‘--with-freetype-dir=/usr’ ‘--enable-gd-native-ttf’ ‘--with-zlib’
MySQL Version 4.1.22-standard
I have all of the requirements sans pdo_mysql for which I did the workaround. What’s wrong?
|