[PHP-DEV] PHP 4.0 Bug #4134 Updated: Configure can't find imap libs From: Bug Database (php-dev <email protected>)
Date: 04/29/00

ID: 4134
User Update by: ribas <email protected>
Status: Feedback
Bug Type: Compile Failure
Description: Configure can't find imap libs

php4-200004290545 doesn't works, either. But I found the
problem : configure is looking for a c-client.a on
/usr/c-client/c-client.a or /usr/local/c-client/c-client.a,
while it's actually installed on /usr/lib/c-client.a . Additionally,
configure tries to create a symlink named libc-client.a pointing
to c-client.a . Well, this only works if you are compiling as root.
Any autoconf/M4 expert there ? :)

Full Bug description available at: http://bugs.php.net/?id=4134

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>