php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6423 mod_python & PHP don't compile both static with apache
Submitted: 2000-08-29 19:35 UTC Modified: 2000-11-20 17:06 UTC
From: gustavo at zacarias dot com dot ar Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.1pl2 OS: RedHat Linux 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gustavo at zacarias dot com dot ar
New email:
PHP Version: OS:

 

 [2000-08-29 19:35 UTC] gustavo at zacarias dot com dot ar
mod_python 2.4.1 with php 4.0.2 don't compile both static into apache.
The reason is php has it's own pcre_* functions (Perl-compatible regexes),
and also python 1.5.2 has them in libpython1.5.a
Can workaround compiling php with --without-pcre-regex
A fix could be in the form of just using the include files php has,
and not making/linking the library functions, asuming "they'll be there"
at httpd link time, sort of a "--with-pcre-modpython".

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-20 17:06 UTC] hholzgra@php.net
see './configure --help' :

  --without-pcre-regex   
      Do not include Perl Compatible Regular Expressions 
      support. Use --with-pcre-regex=DIR to specify DIR
      where PCRE's include and library files are located,
      if not using bundled library.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 07:00:01 2026 UTC