[PHP-DEV] Bug #2282: Compile failure with Stronghold 2.4.1 From: admin <email protected>
Date: 09/10/99

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>