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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 - 13 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC