Date: 07/27/00
- Next message: Darren Henderson: "[PHP-DEV] Re: PHP 4.0 Bug #5236 Updated: dlerror - conflicting declerations"
- Previous message: Johnny Audebourg: "[PHP-DEV] OCI8 Certification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: amr-aysha <email protected>
Operating system: Linux kernel 2.2.13
PHP version: 4.0.1pl2
PHP Bug Type: mcrypt related
Bug description: php don't want to compile with mcrypt
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
-- 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>
- Next message: Darren Henderson: "[PHP-DEV] Re: PHP 4.0 Bug #5236 Updated: dlerror - conflicting declerations"
- Previous message: Johnny Audebourg: "[PHP-DEV] OCI8 Certification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

