Date: 09/10/99
- Next message: Chuck Hagenbuch: "Re: [PHP-DEV] PHP 4.0 Beta 3, and PHP 4.0 Release"
- Previous message: snyder <email protected>: "[PHP-DEV] PHP 4.0 Bug #2281: libdir not being set from --prefix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: admin <email protected>
Operating system: FreeBSD 3.2
PHP version: 3.0.11
PHP Bug Type: Compile Failure
Bug description: Compile failure with Stronghold 2.4.1
When compiling php3 for Stronghold 2.4.1 (which uses php2/FI), I get this compile error about missing header
files (buffer.h, ssl.h).
The configure step works fine:
./configure --with-mysql --with-apache=/usr/local/stronghold --enable-track-vars
I just have to edit the Makefile in the php3 src directory after running "configure" to include the stronghold include
directory containing the "missing" headers:
-I/usr/local/stronghold/ssl/include
and all is fixed.
A minor bug, but worth mentioning
-- 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>
- Next message: Chuck Hagenbuch: "Re: [PHP-DEV] PHP 4.0 Beta 3, and PHP 4.0 Release"
- Previous message: snyder <email protected>: "[PHP-DEV] PHP 4.0 Bug #2281: libdir not being set from --prefix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

