php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4941 ./configure fails on APXS
Submitted: 2000-06-09 21:14 UTC Modified: 2000-06-20 17:14 UTC
From: who at iname dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: RHLinux 6.x (2.2.12-20)
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: who at iname dot com
New email:
PHP Version: OS:

 

 [2000-06-09 21:14 UTC] who at iname dot com
A number of people on dejanews seem to be having this problem.  APXS is found OK but the configure script objects for some unknown reason.

# ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs

loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
...
...
...
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache module support via DSO through APXS...
Usage: apxs -g [-S <var>=<val>] -n <modname>
       apxs -q [-S <var>=<val>] <query> ...
       apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
               [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
               [-Wl,<flags>] <files> ...
       apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
       apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
configure: error: Sorry, I cannot run apxs. Either you need to install Perl or y
ou need to pass the absolute path of apxs by using --with-apxs=/absolute/path/to
/apxs


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-20 17:14 UTC] hholzgra at cvs dot php dot net
should no longer happen in latest CVS
as nonportable use of '!' has been
replaced in configure tests for apxs
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 09:01:30 2024 UTC