php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10103 --without-packagename fails
Submitted: 2001-04-01 19:47 UTC Modified: 2001-04-02 05:13 UTC
From: augustz at bigfoot dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (01/04/2001) OS: RedHat/Debian
Private report: No CVE-ID: None
 [2001-04-01 19:47 UTC] augustz at bigfoot dot com
./configure --with-aspell=no
./configure --without-aspell

In both cases the compile fails. Since aspell is not a default module the above should be no different than 

./configure

which succeeds. 

Looks like it is checking for the presence of the extension even though the extension is not required:

checking for ASPELL support... configure: error: no

Checked on both redhat and debian with 4.0.5RC4. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-01 22:31 UTC] augustz at bigfoot dot com
This appears to be specific to aspell (all the other packages with the exception of the java package) exit cleanly with the proper return code when they fail. 
 [2001-04-02 02:13 UTC] derick@php.net
The aspell extension is using the old build script functions.
But the pspell extension is the prefered extension to use anyways, as this one works with never version of aspell/pspell.
See also the README in the ext/pspell directory for more information.
 [2001-04-02 05:13 UTC] sniper@php.net
This was actually a tiny typo in the config.m4 file.
Fixed in CVS.

--Jani

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