php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24840 libphp4.so not created when --with-imap
Submitted: 2003-07-28 06:22 UTC Modified: 2003-07-28 08:16 UTC
From: andreas at wedberg dot nu Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2003-07-28 (stable) OS: OpenBSD 3.2
Private report: No CVE-ID: None
 [2003-07-28 06:22 UTC] andreas at wedberg dot nu
Description:
------------
When using --with-imap=/path/to/imap2002 I get following warnings during make:

*** Warning: linker path does not have real file for library -lc-client.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libc-client and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/local/imap2002d/lib/libc-client.a

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libphp4.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

I asume this warnings stop make install from creating libphp4.so. The c-client is the latest version, 2002d.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-28 08:16 UTC] sniper@php.net
Not PHP problem. (libtool issue)

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Nov 29 19:00:01 2025 UTC