Hello All!
I have serious problem building PHP to Solaris 8 for intel platform.
I used following configure parameters:
./configure --with-mysql --with apxs=/usr/local/apache/bin/apxs
Configure went just fine without any warnings, but when i try to build it, i get following error message.
pls, help me!
I must say i'm not the Guru with theese...
BR, Pasi Nousiainen
make[4]: Entering directory /export/home/local/php-4.2.0/ext/mysql/libmysql'
/bin/sh /export/home/local/php-4.2.0/libtool --silent --mode=compile gcc -I. -I/export/home/local/php-4.2.0/ext/mysql/libmysql -I/export/home/local/php-4.2.0/main -I/export/home/local/php-4.2.0 -I/usr/local/apache/include -I/export/home/local/php-4.2.0/Zend -I/export/home/local/php-4.2.0/ext/mysql/libmysql -I/export/home/local/php-4.2.0/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DUSE_EXPAT -DSHARED_CORE -I/export/home/local/php-4.2.0/TSRM -g -O2 -prefer-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
make[4]: *** [libmysql.lo] Error 1
make[4]: Leaving directory/export/home/local/php-4.2.0/ext/mysql/libmysql'
make[3]: [all-recursive] Error 1
make[3]: Leaving directory /export/home/local/php-4.2.0/ext/mysql/libmysql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory/export/home/local/php-4.2.0/ext/mysql'
make[1]: [all-recursive] Error 1
make[1]: Leaving directory `/export/home/local/php-4.2.0/ext'
make: *** [all-recursive] Error 1