php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23165 incorrectly linked imap.so extension
Submitted: 2003-04-11 06:39 UTC Modified: 2003-04-23 03:41 UTC
From: dd at cron dot ru Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.3.1 OS: Linux 7
Private report: No CVE-ID: None
 [2003-04-11 06:39 UTC] dd at cron dot ru
I run configure with two options for imap:
--with-imap=shared,/mydirforimap
and
--with-imap-ssl=/mydirforssl
After make I get imap.so module that has all OpenSSL-related entries undefined. 
Investigation shown that Makefile contains -lssl and -lcrypto libraries before -lc-client but hopefully they should be after. At least when I changed this order I got properly compiled imap.so.
Guys, I hope you understand that configure.m4 in ext/imap must be updated ?

gcc is 2.96 20000731 (2.96-85) and it conforms php-install requirements

-best
-dmitri.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-23 03:41 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 08 02:01:32 2024 UTC