php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6726 --whith-ldap and --with-mcrypt dont work together
Submitted: 2000-09-13 20:00 UTC Modified: 2000-09-20 20:00 UTC
From: Bernard dot Prevosto at ifremer dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.2 OS: solaris 2.5
Private report: No CVE-ID: None
 [2000-09-13 20:00 UTC] Bernard dot Prevosto at ifremer dot fr
./configure \
--with-apache=/home1/beniguet/tmsiric/bpre/anonymous/apache/apache_1.3.12 \
--with-ldap=/usr/local/ldap

work fine...


./configure \
--with-apache=/home1/beniguet/tmsiric/bpre/anonymous/apache/apache_1.3.12 \
--with-mcrypt=/home/services_SV/bibli/mcryptlib 


  work fine...

but...




./configure \
--with-apache=/home1/beniguet/tmsiric/bpre/anonymous/apache/apache_1.3.12 \
--with-ldap=/usr/local/ldap \
--with-mcrypt=/home/services_SV/bibli/mcryptlib 

dont work
............
checking for Java support... no
checking whether to include LDAP support... yes
checking for MCAL support... no
checking for mcrypt support... yes
checking for init_mcrypt in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... no
configure: error: Sorry
............

with, in config.log

configure:21240: checking for init_mcrypt in -lmcrypt
configure:21259: gcc -o conftest -g -O2  -D_POSIX_PTHREAD_SEMANTICS -R/home/services_SV/bibli/mcryptlib/lib -L/home/services_SV/bibli/mcryptlib/lib conftest.c -lmcrypt  -lldap -llber -lpng -lz -lgd -lm -ldl -lcrypt -lnsl -lsocket  -lresolv 1>&5
ld: fatal: library -lldap: not found
ld: fatal: library -llber: not found
ld: fatal: File processing errors.  No output written to conftest
collect2: ld returned 1 exit status



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-13 14:23 UTC] derick@php.net
User reported that it's fixed in 4.0.2
 [2000-09-13 23:08 UTC] derick@php.net
I think was fixed some days ago. Could you check the latest cvs version and see if the problem went away?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 13:01:29 2024 UTC