|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-27 11:13 UTC] jef at webcompagnie dot be
[2002-03-03 02:12 UTC] kalowsky@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 09:00:01 2025 UTC |
I can not compile apache 1.3.19 with PHP(DSO) . ?Help me ! I use command "./configure --with-apxs=/home/httpd/bin/apxs --enable-versioning --with-mysql --enable-track-vars" . and "make" result is " /bin/sh /usr/home/httpd/src/php-4.1.0/libtool --silent --mode=compile gcc -I. -I/usr/home/httpd/src/php-4.1.0/sapi/apache -I/usr/home/httpd/src/php-4.1.0/main -I/usr/home/httpd/src/php-4.1.0 -I/usr/home/httpd/include -I/usr/home/httpd/src/php-4.1.0/Zend -I/usr/home/httpd/src/php-4.1.0/ext/mysql/libmysql -I/usr/home/httpd/src/php-4.1.0/ext/xml/expat -DLINUX=22 -DMOD_SSL=208103 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I/usr/home/httpd/src/php-4.1.0/TSRM -g -O2 -prefer-pic -c sapi_apache.c In file included from /usr/home/httpd/include/httpd.h:72, from sapi_apache.c:32: /usr/home/httpd/include/ap_config.h:490: features.h: No such file or directory In file included from /usr/home/httpd/include/httpd.h:72, from sapi_apache.c:32: /usr/home/httpd/include/ap_config.h:1338: warning: `XtOffsetOf' redefined /usr/home/httpd/src/php-4.1.0/main/php.h:342: warning: this is the location of the previous definition *** Error code 1 Stop in /usr/home/httpd/src/php-4.1.0/sapi/apache. *** Error code 1 Stop in /usr/home/httpd/src/php-4.1.0/sapi/apache. *** Error code 1 Stop in /usr/home/httpd/src/php-4.1.0/sapi. *** Error code 1 Stop in /usr/home/httpd/src/php-4.1.0. " ?Help me ! Thank you.