php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6116 I can't install PHP due to this ./configure problem
Submitted: 2000-08-12 02:15 UTC Modified: 2000-08-12 15:47 UTC
From: spades at magix dot com dot sg Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 OS: FreeBSD 3.4
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: spades at magix dot com dot sg
New email:
PHP Version: OS:

 

 [2000-08-12 02:15 UTC] spades at magix dot com dot sg
I typed ./configure --with-mysql --with-apxs

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 you 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-08-12 02:21 UTC] derick@php.net
configure: error: 
Sorry, I cannot run apxs. Either you need to install Perl or you need to
pass the absolute path of apxs by using --with-apxs=/absolute/path/to/apxs

Please do so, and report back if you get errors again.
 [2000-08-12 15:47 UTC] rasmus@php.net
This happens when you build and install Apache without enabling mod_so in it.  Configure and compile Apache using --enable-module=so
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 09:01:26 2025 UTC