php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14608 problem with ./configure --with-apxs
Submitted: 2001-12-19 14:52 UTC Modified: 2001-12-20 08:20 UTC
From: littonj at purdue dot edu Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.1.0 OS: linux
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: littonj at purdue dot edu
New email:
PHP Version: OS:

 

 [2001-12-19 14:52 UTC] littonj at purdue dot edu
./configure --with-mysql=/path/ --with-apxs

it crashes and gives the usage of apxs as if bad arguments are being sent by the script.

apache is v1.3.12 and the only modules loaded by checking httpd -l are http_core.c and mod_so.c

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-19 15:31 UTC] sander@php.net
Does it crash or just die?
Anyway, you should point PHP to the apxs file, unless it's in your path. Use i.e. --with-apxs=/usr/local/apache/bin/apxs
If it really crashes, reopen this report. 
 [2001-12-20 08:20 UTC] littonj at purdue dot edu
I tried this by pointing --with-apxs=path and by putting the apxs script in my path and it died both ways. besides had it not been in my path the script would not have been able to make up the usage output from it unless someone coded that into the configure script as a joke.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 21:01:32 2024 UTC