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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: elfchief at lupine dot org
New email:
PHP Version: OS:

 

 [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

Add a Patch

Pull Requests

Add a Pull Request

History

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