php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5968 I've problems with the configure script
Submitted: 2000-08-04 16:53 UTC Modified: 2000-08-05 01:31 UTC
From: pniklas at bigfoot dot com Assigned:
Status: Closed Package: mcrypt related
PHP Version: 4.0.1pl2 OS: Mandrake 7.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pniklas at bigfoot dot com
New email:
PHP Version: OS:

 

 [2000-08-04 16:53 UTC] pniklas at bigfoot dot com
[root@voyager php-4.0.1pl2]# cat debug.log
CONFIGURE:   './configure' '-with-mysql=/home/mysql/' '-with-apache=../apache_1.3.12' '-enable-track-vars' '-with-mhash' '-enable-short-tags' '-with-gd' '-with-mcrypt=/usr/local/include'
CC:         gcc
CFLAGS:     -g -O2
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/include -I/home/mysql//include/mysql
LDFLAGS:     -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/home/mysql//lib/mysql -L/home/mysql//lib/mysql
LIBS:       -lmysqlclient -lmhash -lmcrypt -lz -lpng -lgd -lresolv -lm -ldl -lcrypt -lnsl  -lresolv
DLIBS:
SAPI:       apache
PHP_RPATHS:  /usr/local/lib /home/mysql//lib/mysql
uname -a:   Linux voyager.incorporaciones 2.2.15-4mdksecure #1 SMP Wed May 10 14:16:48 CEST 2000 i686 unknown
 
gcc -o conftest -g -O2   -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/home/mysql//lib/mysql -L/home/mysql//lib/mysql conftest.c -lmysqlclient -lmhash -lmcrypt -lz -lpng -lgd -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 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
[root@voyager php-4.0.1pl2]#      

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-04 23:50 UTC] joey@php.net
Make sure that you are using supported versions
of mcrypt and libmcrypt. I know only mcrypt 2.2
is supported right now, not sure about libmcrypt,
but I'm pretty sure the manual mentions what the
supported versions are.
 [2000-08-05 01:23 UTC] derick@php.net
The manual doesn't say what version you can use. libmcrypt-2.2.7 is the newest version that is supported at the moment. Php 4.0.2 will contain support for libmcrypt 2.4.x
 [2000-08-05 01:31 UTC] derick@php.net
Closed it has to be.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 13:01:30 2024 UTC