|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-11-22 18:09 UTC] joursain at navegalia dot com
Y uso this configure: ./configure --with-apxs=/usr/local/apache2/bin/apxs --enable-force-cgi-redirect --enable-discard-patch --enable-calendar --enable-FTP --with-java and the make command gives me this error: Making all in sapi make[1]: Entering directory `/usr/local/php-4.0.6/sapi' Making all in apache make[2]: Entering directory `/usr/local/php-4.0.6/sapi/apache' make[3]: Entering directory `/usr/local/php-4.0.6/sapi/apache' /bin/sh /usr/local/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/usr/local/php-4.0.6/sapi/apache -I/usr/local/php-4.0.6/main -I/usr/local/php-4.0.6 -I/usr/local/apache2/include -I/usr/local/php-4.0.6/Zend -I/usr/local/php-4.0.6/ext/mysql/libmysql -I/usr/local/php-4.0.6/ext/xml/expat/xmltok -I/usr/local/php-4.0.6/ext/xml/expat/xmlparse -I/usr/local/php-4.0.6/TSRM -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c sapi_apache.c If i do not use apxs2 all run and make, but i have not the .so archive Y use Apache 2.0.16 Beta PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 05:00:01 2025 UTC |
you have to use --with-apxs2 for apache2 support --with-apxs2[=FILE] Build shared Apache 2.0 module. FILE is the optional pathname to the Apache apxs tool; defaults to apxs.