[PHP-DEV] Bug #1873: Apache 1.3.6 can't find -lpcre From: achowe <email protected>
Date: 07/26/99

From: achowe <email protected>
Operating system: Redhat 5.2
PHP version: 3.0.11
PHP Bug Type: Compile Failure
Bug description: Apache 1.3.6 can't find -lpcre

PHP 3.0.11 builds and installs itself, but when I try to configure/build Apache (method 2, not using apxs)
then I get an error about not being able to find -lpcre. The libpcre.a resides in the php3 directory
but its not found. I've tried adding LIBS= and LDFLAGS= before the ./configure without any success.

I suspect the makefile template (I presume) installed by php should have setup the correct paths for
finding libraries, but apparently has not.

Reconfiguring and building php3 --without-pcre-regex, is the current workaround.

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