php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22131 ext/pcre/config.m4 bogus
Submitted: 2003-02-08 22:10 UTC Modified: 2003-04-09 12:04 UTC
From: elkner at linofee dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.0 OS: Linux 2.4.x
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 - 24 = ?
Subscribe to this entry?

 
 [2003-02-08 22:10 UTC] elkner at linofee dot org
    test -f $PHP_PCRE_REGEX/libpcre.a && PCRE_LIBDIR=$PHP_PCRE_REGEX
    test -f $PHP_PCRE_REGEX/lib/libpcre.a && PCRE_LIBDIR=$PHP_PCRE_REGEX/lib

Please tell me, why one  must have static libraries installed, if one only wants to link against shared libs ?????



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-09 08:59 UTC] sniper@php.net
Fixed in CVS, thanks for noticing this.

 [2003-04-09 10:53 UTC] jdesire at redesigningtech dot com
I'm getting an ELSE error message in the same section while compiling the configure file. How was the problem(s) resolves? Must the test statements be removed?
 [2003-04-09 12:04 UTC] elkner at linofee dot org
touch /usr/lib/pcre.a    

;-)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 11:01:31 2024 UTC