RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.3pl1 From: Mike Robinson (mike <email protected>)
Date: 10/15/00

Zak Greant wrote:

> pl1 builds and installs without problems on:
>
> OpenBSD 2.7 with Apache 1.3.12
> ./configure --with-apxs --with-mysql --enable-dbase --enable-ftp
> --with-gettext

Also builds and installs fine on a stock RHL7.0 box with:
Apache-1.3.12 from stock rpm (believe it or not) ...
mysql-3.22.30 from rpm
pgsql-7.0.2 from rpm
jpeg-6b from source
libmcrypt-2.2.7 from source
gd-1.8.3 from source (with gif support hacked in)
pspell-.11.1 from source (including aspell-.32.1 from source)
freetype-1.3.1-7 from rpm (including the devel rpm)
t1lib-1.0.1 from source

./configure --disable-debug --disable-inline --with-apxs=/usr/sbin/apxs \
--with-zlib --with-mysql --with-pgsql --with-t1lib \
--with-jpeg-dir=/usr/local --with-gd=/usr/local --with-mcrypt=/usr/local \
--enable-ftp --enable-wddx --enable-sockets --enable-sysvshm \
--enable-bcmath --with-pspell=/usr/local

However, if I add support for pdflib (which is 3.0.1 installed from source)
pl1 still compiles and installs, but Apache segfaults whenever any pdf
function is used. This worked great with rhl6.2 and php4.0.2. This could
very well be my bad, so I only mention it in passing until I can
investigate.
(If anyone else got bit by this a note would be very much appreciated.)

Regards
Mike Robinson

-- 
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>