Date: 11/20/00
- Next message: Ron Chmara: "Re: [PHP-DEV] A rose by any other name?"
- Previous message: jason <email protected>: "[PHP-DEV] PHP 4.0 Bug #7503 Updated: scripts run from CGI output "#!/usr/local/bin/php -q" line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 6423
Updated by: hholzgra
Reported By: gustavo <email protected>
Status: Closed
Bug Type: Compile Failure
Assigned To:
Comments:
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.
Previous Comments:
---------------------------------------------------------------------------
[2000-08-29 19:35:02] gustavo <email protected>
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".
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=6423
-- 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>
- Next message: Ron Chmara: "Re: [PHP-DEV] A rose by any other name?"
- Previous message: jason <email protected>: "[PHP-DEV] PHP 4.0 Bug #7503 Updated: scripts run from CGI output "#!/usr/local/bin/php -q" line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

