php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #194 Apache module problem with both PHP2 e PHP3
Submitted: 1998-03-25 05:59 UTC Modified: 1998-03-25 08:49 UTC
From: fmal at fmal dot com Assigned: rasmus (profile)
Status: Closed Package: Installation problem
PHP Version: 3.0 Release Cand OS: AIX 3.2.5
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fmal at fmal dot com
New email:
PHP Version: OS:

 

 [1998-03-25 05:59 UTC] fmal at fmal dot com
When trying to configure Apache 1.3.b5 with both modules
php2.0.1 and php3.0RC, ./Configure fails to sanity check.

I think the problem is in mod_php.module.in from php 2.0.1:

ConfigStart
        RULE_WANTHSREGEX=@HSREGEX@
        LIBS="-Lmodules/extra -L../modules/extra -lphp \
                @LDFLAGS@ @MSQL_LIB@ @MYSQL_LIB@ @SYB_LIB@ \
                @SOLID_LIB@ @ORACLE_LIB@ @PQ_LIB@ @FCGI_LIB@ \
                @HLNK@ @LIBS@ @best_dbm@ @LIBMSQL@ @LIBSYB@ \
                @LIBPQ@ @LIBMYSQL@ @LIBADA@ @LIBSOLID@ @LIBORACLE@ \
                @LIBFCGI@ $LIBS
ConfigEnd

The line @LIBFCGI@ $LIBS
ends without ", so mod_php.module is 
incorrect and when you run the Apache Configuration shell,
it does not work.

I added a " after $LIBS and all is correct.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-25 08:49 UTC] rasmus
Yes, this has been fixed in the PHP 2.0.1 tree.  I will release 2.0.2 when I get a couple of more cleanup-type things in there.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 07:01:29 2024 UTC