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
 [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: Sun May 05 06:01:33 2024 UTC