|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-03-25 08:49 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 13:00:01 2025 UTC |
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.