php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3155 'configure --with-imap' does not regocnize DES and MD5 crypt
Submitted: 2000-01-09 16:50 UTC Modified: 2000-02-29 08:24 UTC
From: fuerst at geo dot tu-freiberg dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (09/01/2000) OS: FreeBSD 3.4
Private report: No CVE-ID: None
 [2000-01-09 16:50 UTC] fuerst at geo dot tu-freiberg dot de
When running './configure --with-imap' it will not recognize DES and MD5 crypt even it is there. This is the ./configure output: 

checking for standard DES crypt... no
checking for extended DES crypt... no
checking for MD5 crypt... no

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-23 12:46 UTC] sas at cvs dot php dot net
Works for me. Please cvs update, rm config.cache and try again. If it still fails, please send your config.log and the report no (#3155) to sas@php.net. Thanks
 [2000-02-23 14:23 UTC] sas at cvs dot php dot net
The problem always happens, if libc-client is a shared library. This library contains undefined references which should be defined by the user program (PHP). The dynamic linker complains then about undefined symbols.

Possible solutions: Always use the static library or supply a helper library during autoconf which contains the necessary symbols
 [2000-02-29 08:24 UTC] sas at cvs dot php dot net
Fixed in CVS. Thanks for your report!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 08:01:32 2024 UTC