I've got a new server with Fedora Core 3 installed and I'm having compilation problems to get the Apache setup I require.
I get this error if I compile apache with php 5 with the mysql module but without checking "use system mysql":
configure: error: --with-mysql (using bundled libs) can not be used together with --with-mysqli.
If I compile apache with php 5 with the mysql module AND check "use system mysql":
make: *** [libphp5.la] Error 1
I need to get apache working with both libxml... I need PHP5 support and MySQL.
Also note the Mysql version on the server is 4.1.x, I also require this for its unicode support.
Any help would be much appreciated!
I get this error if I compile apache with php 5 with the mysql module but without checking "use system mysql":
configure: error: --with-mysql (using bundled libs) can not be used together with --with-mysqli.
If I compile apache with php 5 with the mysql module AND check "use system mysql":
make: *** [libphp5.la] Error 1
I need to get apache working with both libxml... I need PHP5 support and MySQL.
Also note the Mysql version on the server is 4.1.x, I also require this for its unicode support.
Any help would be much appreciated!