php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23213 ./configure fails when compiled with apxs2
Submitted: 2003-04-14 16:29 UTC Modified: 2003-04-21 12:44 UTC
From: hellsangel156 at hotmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.1 OS: Linux SuSE 8.1
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: hellsangel156 at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-04-14 16:29 UTC] hellsangel156 at hotmail dot com
When compiling PHP 4.3.1 as ./configure --with-mysql --with-apxs2=/usr/local/httpd-2.0.45/bin/apxs

I recive the following error:
checking for Apache 2.0 module support via DSO through APXS...

Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using ... (abreviated)
3. Apache was not built using --enable-so (the apxs ...)

The output of /usr/local/httpd-2.0.45/bin/apxs follows:
usage: apxs ......

configure: error: aborting

I'm using Apache 2.0.45 with the perl module mod_perl.so v2.0 and Apache has been compiled with --enable-module=so

Whats wrong? Thanks...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-15 04:04 UTC] adeshner at pisem dot net
look for a specific apxs file, i.e., apxs-prefork
 [2003-04-21 12:44 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Either you're doing something wrong or this was already fixed..try the snapshot anyway.

 [2003-05-01 07:07 UTC] tino at tino dot nl
Why is this bogus?

I have the same problem on a FreeBSD 5 system. Very clean install, running Apache 2.0.45. Same issue!

Tino
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 16:01:29 2024 UTC