php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5925
Submitted: 2000-08-02 16:33 UTC Modified: 2000-08-02 16:40 UTC
From: amr-aysha at usa dot net Assigned:
Status: Closed Package: mcrypt related
PHP Version: 4.0.1pl2 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: amr-aysha at usa dot net
New email:
PHP Version: OS:

 

 [2000-08-02 16:33 UTC] amr-aysha at usa dot net
Hi All,

  Here is my DEBUG.LOG file after my installation.

  My configuration is a linux box with :

  Slackware 7.0 dist.
  Kernel-2.2.13
  Apache-1.3.12
  PHP-4.0.1pl2
  mySQL-3.22.27
  openLDAP-1.2.11

  As I wanted to build Apache SSL aware web server I needed

  openSSl-0.9.5a
  mod_ssl-2.6.5-1.3.12

  and lastly, which caused the problem ... !

  libmcrypt-2.4.x
  mhash-0.8.2
  mcrypt-2.5.4

  Hope to be helpful for you

  Bye.

  --------------6C9CE752692A615390219F6F
  Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854";
  x-mac-creator="522A6368";
   name="DEBUG-PHP4.0.1pl2.LOG"
  Content-Transfer-Encoding: 7bit
  Content-Description: Unknown Document
  Content-Disposition: inline;
   filename="DEBUG-PHP4.0.1pl2.LOG"

  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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-02 16:40 UTC] derick@php.net
mcrypt 2.4.x is not yet supported. Please wait a few days (I hope), and PHP4 supports it fine. You can use libmcrypt 2.2.7 for this time.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 11:01:30 2024 UTC