php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5032 configure script problem
Submitted: 2000-06-14 15:20 UTC Modified: 2000-06-16 23:20 UTC
From: dsafian at uoft02 dot utoledo dot edu Assigned:
Status: Closed Package: Other
PHP Version: 4.0.0 Release OS: Digital Unix 4.0d
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: dsafian at uoft02 dot utoledo dot edu
New email:
PHP Version: OS:

 

 [2000-06-14 15:20 UTC] dsafian at uoft02 dot utoledo dot edu
There is a little problem with the configure script, when configuring with DSO support through apache.

configure options:  ./configure     --prefix=/usr/local/php \
                        --with-apxs=/usr/local/apache/bin/apxs \
                        --with-mysql  \
                        --with-imap=../imap-4.7c \
                        --with-ldap=/usr/local/openldap

You get the error:

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache module support via DSO through APXS... ./configure: !: not found

I fixed the problem by changing line 2692:


dsafian:php-4.0.0> diff configure configure.new
2692c2692
<     if ! $APXS -q CFLAGS >/dev/null 2>&1; then
---
>     if !$APXS -q CFLAGS >/dev/null 2>&1; then

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-16 23:20 UTC] hholzgra at cvs dot php dot net
has been changed for 4.0.1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC