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
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: 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 23:01:29 2024 UTC