php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2306 PHP module fails to compile, while performing Apache compilation
Submitted: 1999-09-15 15:01 UTC Modified: 1999-09-16 04:45 UTC
From: ilya788 at inter dot net dot il Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.12 OS: Linux RedHat 6.0 Kernel 2.2.12
Private report: No CVE-ID: None
 [1999-09-15 15:01 UTC] ilya788 at inter dot net dot il
PHP was compiled with --with-sybase=/opt/sybase.
Compilation succeeded.
Placing PHP in apache tree succeeds.
Configuring apache for PHP as a shared module succeeds.
Compiling apache fails.
It places an ambigous "-rpath" flag in Makefile, so that the compiler complains about unrecognizable flag.
After the flag replaced with "-L", it do compiles, but the httpd server crashes with a segfault when trying to perform regular expression search.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-16 04:45 UTC] sas at cvs dot php dot net
--with-shared-apache is deprecated.

Please use APXS (details in INSTALL.DSO).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Jun 13 12:01:33 2024 UTC