php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5816 php don't want to compile with mcrypt
Submitted: 2000-07-27 15:08 UTC Modified: 2000-08-11 06:06 UTC
From: amr-aysha at usa dot net Assigned: derick (profile)
Status: Closed Package: mcrypt related
PHP Version: 4.0.1pl2 OS: Linux kernel 2.2.13
Private report: No CVE-ID: None
 [2000-07-27 15:08 UTC] amr-aysha at usa dot net
Here is the DEBUG.LOG File


CONFIGURE:   './configure' '--with-apache=/usr/src/apache_1.3.12' '--with-mysql=/usr/local/mysql' '--with-ldap=/usr/local/openLDAP' '--with-mcrypt=/usr/local/mcrypt' '--with-config-file-path=/usr/local/php+ssl/lib' '--enable-magic-quotes' '--enable-track-vars' '--enable-url-includes' '--enable-safe-mode' '--with-dbase' '--with-filepro' '--disable-debug'
CC:         gcc
CFLAGS:     -O2 -I /usr/local/ssl/include/openssl
CPPFLAGS:   
CXX:        
CXXFLAGS:   
INCLUDES:    -I/usr/src/apache_1.3.12/src/include -I/usr/src/apache_1.3.12/src/os/unix  -I$(top_builddir)/Zend -I$(top_srcdir)  -I/usr/local/openLDAP/include -I/usr/local/include -I/usr/local/mysql/include/mysql
LDFLAGS:     -Wl,-rpath,/usr/local/openLDAP/lib -L/usr/local/openLDAP/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql
LIBS:       -lmysqlclient -lmcrypt -lldap -lpng -lz -lgd -lresolv -lm -ldl -lcrypt -lnsl  -lresolv -llber
DLIBS:      
SAPI:       apache
PHP_RPATHS:  /usr/local/openLDAP/lib /usr/local/lib /usr/local/mysql/lib/mysql
uname -a:   Linux othello 2.2.13 #127 Thu Oct 21 13:13:20 CDT 1999 i686 unknown

gcc -o conftest -O2 -I /usr/local/ssl/include/openssl   -Wl,-rpath,/usr/local/openLDAP/lib -L/usr/local/openLDAP/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lldap -lpng -lz -lgd -lresolv -lm -ldl -lcrypt -lnsl  -lresolv -llber 1>&5
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlerror'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlclose'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dladdsearchdir'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlexit'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlopen'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlsetsearchpath'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlopenext'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlsym'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlinit'
collect2: ld returned 1 exit status

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-29 15:17 UTC] derick@php.net
What version of libmcrypt are you using?
 [2000-08-11 06:06 UTC] derick@php.net
No feedback, but it looks like that the user is trying to usee a libmcrypt-2.4.y version, which is not supported at the time of posting. 
Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC