php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3740 --with-pcre-regex=DIR doesn't work
Submitted: 2000-03-06 08:25 UTC Modified: 2000-03-07 11:13 UTC
From: yusufg at outblaze dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (06/03/2000) OS: Linux 2.2.12/Redhat 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: yusufg at outblaze dot com
New email:
PHP Version: OS:

 

 [2000-03-06 08:25 UTC] yusufg at outblaze dot com
Installed PCRE 3.1 from
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
in /usr/local/site/pcre

Configure script is as follows

./php4/configure  --with-apache=/usr/local/src/apache_1.3.12 \
--with-mysql=/usr/local/site/mysql --enable-track-vars \
--enable-magic-quotes \
--with-db2=/usr/local/site/BerkeleyDB \
--with-ldap=/usr/local/site/ldap \
--with-pcre-regex=/usr/local/site/pcre \
--disable-debug --with-config-file-path=/usr/local/site/ \
--prefix=/usr/local/site/php


Following error results

checking for DBMaker support... no
checking for Oracle support... no
checking whether to include PCRE support... configure: error: Could not find pcre.h in /usr/local/site/pcre


Regards, Yusuf

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-07 10:37 UTC] andrei at cvs dot php dot net
Did you first compile PCRE 3.1 in /usr/local/site/pcre? pcre.h is
generated from pcre.in, so it seems that it wasn't compiled yet.
Don't forget to do --disable-shared when running configure on PCRE 3.1.
 [2000-03-07 11:13 UTC] andrei at cvs dot php dot net
Fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 13:01:33 2024 UTC