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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 18:01:27 2025 UTC