php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14187 The make crashes
Submitted: 2001-11-22 18:09 UTC Modified: 2001-11-22 18:22 UTC
From: joursain at navegalia dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 4.0.6 OS: SuSE 7.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: joursain at navegalia dot com
New email:
PHP Version: OS:

 

 [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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-22 18:22 UTC] hholzgra@php.net
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.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC