php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1141 configure script fails when --without-imap is set
Submitted: 1999-02-11 08:55 UTC Modified: 1999-02-11 09:03 UTC
From: zaucker at ee dot ethz dot ch Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.6 OS: Solaris 2.6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zaucker at ee dot ethz dot ch
New email:
PHP Version: OS:

 

 [1999-02-11 08:55 UTC] zaucker at ee dot ethz dot ch
When using 
	--without-imap
or equivalently
	--with-imap=no

the configure script aborts with the message:

checking for IMAP support... 
configure: error: could not find imap library!


I believe that the if/then/else logic at the and of
this part of configure is broken slightly. I think the
following code fragement should just be eliminated:

  else

	    { echo "configure: error: could not find imap library!" 1>&2; exit 1; }
  fi



Cheers,
Fritz

P.S.: Compiling --with-imap  works just fine.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-11 09:03 UTC] rasmus
Fixed in CVS a couple of days ago.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 23:01:28 2024 UTC