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
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: 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

Pull Requests

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: Fri Dec 27 13:01:27 2024 UTC