php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65 Fails to configure correctly under stronghold...
Submitted: 1998-02-12 13:48 UTC Modified: 1998-02-12 13:56 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: elfchief at lupine dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0b4 OS: Solaris x86 2.5.1
Private report: No CVE-ID: None
 [1998-02-12 13:48 UTC] elfchief at lupine dot org
./configure fails to set php3 as an apache module
when configured under stronghold, plus an additional
include directory is needed so that all of the include
files that stronghold's httpd.h expects. Unified diffs
for configure.in follow:

diff -u -r1.1.2.1 configure.in
--- configure.in        1998/02/06 06:45:46     1.1.2.1
+++ configure.in        1998/02/12 18:40:12
@@ -159,10 +159,11 @@
                STRONGHOLD=
 # For StrongHold 2.2
          elif test -f $withval/apache/httpd.h; then
-           APACHE_INCLUDE=-I$withval/apache
+           APACHE_INCLUDE="-I$withval/apache -I$withval/ssl/include"
            APACHE_TARGET=$withval/apache
            BINNAME=libphp3.a
                STRONGHOLD=-DSTRONGHOLD=1
+               AC_DEFINE(APACHE)
                AC_MSG_RESULT(yes - StrongHold)
          else
            AC_MSG_RESULT(no)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-12 13:56 UTC] rasmus
Thanks.  Patch committed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 30 01:01:26 2025 UTC