[PHP-DEV] PHP 4.0 Bug #5925: From: amr-aysha <email protected>
Date: 08/02/00

From: amr-aysha <email protected>
Operating system: linux
PHP version: 4.0.1pl2
PHP Bug Type: mcrypt related
Bug description:

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

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>