php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30827 Error when compiling with ldap support
Submitted: 2004-11-18 16:22 UTC Modified: 2004-11-18 16:55 UTC
From: vg3005 at club-internet dot fr Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.0.2 OS: Mandrake Linux 10.0
Private report: No CVE-ID: None
 [2004-11-18 16:22 UTC] vg3005 at club-internet dot fr
Description:
------------
Make error :

grep: liblber.la: No such file or directory
/bin/sed: impossible de lire liblber.la: No such file or directory
libtool: link: `liblber.la' is not a valid libtool archive
make: *** [ext/ldap/ldap.la] Erreur 1

the file liblber.la is into /usr/lib directory

Actual result:
--------------
/bin/sh /root/php-5.0.2/libtool --silent --preserve-dup-deps --mode=link gcc -DPHP_ATOM_INC -I/root/php-5.0.2/include -I/root/php-5.0.2/main -I/root/php-5.0.2 -I/root/php-5.0.2/Zend -I/usr/include/libxml2 -I/usr/X11R6/include -I/usr/local/ingres/files -I/root/php-5.0.2/ext/mbstring/oniguruma -I/root/php-5.0.2/ext/mbstring/libmbfl -I/root/php-5.0.2/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql  -I/root/php-5.0.2/TSRM  -g -O2   -o ext/ldap/ldap.la -export-dynamic -avoid-version -prefer-pic -module -rpath /root/php-5.0.2/modules -avoid-version -module -L/usr/local/ingres/lib ext/ldap/ldap.lo -lldap -llber
grep: liblber.la: No such file or directory
/bin/sed: impossible de lire liblber.la: No such file or directory
libtool: link: `liblber.la' is not a valid libtool archive
make: *** [ext/ldap/ldap.la] Erreur 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-18 16:55 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 05:01:31 2024 UTC