php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23832 ./configure option
Submitted: 2003-05-27 09:49 UTC Modified: 2003-05-28 01:35 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: 666 at sicap dot ch Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 4.3.1 OS: Sun Solaris 8
Private report: No CVE-ID: None
 [2003-05-27 09:49 UTC] 666 at sicap dot ch
Using ./configure .... --with-apx2=<path> instead of
      ./configure .... --with-apxs2=<path>

will not return the error: invalid option.

Instead the configure process is running without errors
and finally there is no libphp4.so file created.

Regards
Marcel

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-27 17:47 UTC] sniper@php.net
This is how autoconf works, it just ignores all non-existing options instead of complaining about them. Not PHP issue.

 [2003-05-27 18:25 UTC] michael-phpbugs at emdee dot net
Same everything, except I was entering --with-axps=<path>
 [2003-05-28 01:34 UTC] 666 at sicap dot ch
It does not just ignore all unknown options.
When I type e. g.
./configure --foo
then it returns
configure: error: unrecognized option: --foo
I guess, that when the name of the option is a long name, and when it is written wrong near the end, then configure just ignoes it.
 [2003-05-28 01:35 UTC] derick@php.net
It only ignores unknown --with-*, --without-*, --enable-* and --disable-* options, the rest is does throw out.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC