php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9335 configure fails to add -lc-client
Submitted: 2001-02-19 07:25 UTC Modified: 2001-08-03 23:24 UTC
From: thies at thieso dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Mandrake-cooker
Private report: No CVE-ID: None
 [2001-02-19 07:25 UTC] thies at thieso dot net
subject says it.
also when i use phpize in ext imap to build a shared module for an already installed php i get:
cd php4/ext/imap
phpize
./configure
make
...
/bin/sh /home/thies/devel/imap/libtool --mode=link gcc  -I. -I/home/thies/devel/imap/ -I/home/thies/devel/imap/main -I/home/thies/devel/imap -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -I/usr/include/imap   -g -O2   -o imap.la -avoid-version -module -rpath /home/thies/devel/imap/modules  php_imap.lo  -lcrypto -lssl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -Ryes/lib -Lyes/lib -limap
libtool: link: only absolute run-paths are allowed
...
config_vars.mk has a line saying:
IMAP_SHARED_LIBADD = -lcrypto -lssl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -Ryes/lib -Lyes/lib -limap

which is obviously incorrect.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-03 15:33 UTC] chagenbu@php.net
reclassifying
 [2001-08-03 23:24 UTC] sniper@php.net
This is fixed in CVS. 

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC