[PHP-DEV] PHP 4.0 Bug #2269: not compile with SSL+apache From: zend <email protected>
Date: 09/09/99

From: zend <email protected>
Operating system: BSDI
PHP version: 4.0 Beta 2
PHP Bug Type: Compile Failure
Bug description: not compile with SSL+apache

My configure file like this:

./configure --with-apxs=/usr/local/apache/bin/apxs \
                --with-mysql \
                --with-system-regex \
                --enable-track-vars

The error like this:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../../TSRM -I -I/usr/local/include/mysql -I../.. -I../../libzend -g -O2 -g -O2 -c apache.c
In file included from apache.c:22:
../../php.h:166: ap_config_auto.h: No such file or directory
../../php.h:170: ap_config.h: No such file or directory
../../php.h:180: ap_compat.h: No such file or directory
../../php.h:182: httpd.h: No such file or directory
../../php.h:183: http_main.h: No such file or directory
../../php.h:184: http_core.h: No such file or directory
../../php.h:185: http_request.h: No such file or directory
../../php.h:186: http_protocol.h: No such file or directory
../../php.h:187: http_config.h: No such file or directory
../../php.h:188: http_log.h: No such file or directory
apache.c:39: http_request.h: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>