I was able to build php 4.0.*, (apache 1.3.26, solaris 8) and now want to install the newest version. Here's my issue, i'm runing confgure with
configure --with-apxs=/opt/apache/bin/apxs
it seems to make it through this part fine, then i run make and my output is below. I don't want mysql support or anything. The same steps work when i do it with php 4.0.* though, so i'm confused.
Thanks
----blah blah----
/bin/sh /opt/install_files/php-4.2.0/libtool --silent --mode=link gcc -I. -I/opt/install_files/php-4.2.0/ext/ct
ype -I/opt/install_files/php-4.2.0/main -I/opt/install_files/php-4.2.0 -I/opt/apache/include -I/opt/install_file
s/php-4.2.0/Zend -I/opt/install_files/php-4.2.0/ext/mysql/libmysql -I/opt/install_files/php-4.2.0/ext/xml/expat
-D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DUSE_EXPAT -I/opt/install_files/php-4.2.0/TSRM -g -O2 -prefer-pic
-o libctype.la ctype.lo
Making all in mysql
Making all in libmysql
/bin/sh /opt/install_files/php-4.2.0/libtool --silent --mode=compile gcc -I. -I/opt/install_files/php-4.2.0/ext
/mysql/libmysql -I/opt/install_files/php-4.2.0/main -I/opt/install_files/php-4.2.0 -I/opt/apache/include -I/opt/
install_files/php-4.2.0/Zend -I/opt/install_files/php-4.2.0/ext/mysql/libmysql -I/opt/install_files/php-4.2.0/ex
t/xml/expat -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DUSE_EXPAT -I/opt/install_files/php-4.2.0/TSRM -g -O2 -p
refer-pic -c libmysql.c
In file included from libmysql.c:5:
global.h:136: parse error
In file included from libmysql.c:5:
global.h:498: parse error
In file included from libmysql.c:12:
m_string.h:205: parse error
Error code 1
make: Fatal error: Command failed for target libmysql.lo'
Current working directory /opt/install_files/php-4.2.0/ext/mysql/libmysql
*** Error code 1
make: Fatal error: Command failed for targetall-recursive'
Current working directory /opt/install_files/php-4.2.0/ext/mysql/libmysql
Error code 1
make: Fatal error: Command failed for target all-recursive'
Current working directory /opt/install_files/php-4.2.0/ext/mysql
*** Error code 1
make: Fatal error: Command failed for targetall-recursive'
Current working directory /opt/install_files/php-4.2.0/ext
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'