ID: 42904 Updated by: [EMAIL PROTECTED] Reported By: jskiba at gmail dot com -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Fedora5 PHP Version: 5.2.4 New Comment:
FYI: I tested with my Fedora5 machine and it works just fine. Why did you install php-mcrypt? You're compiling from sources, you don't need that. Are you sure you don't have some old mcrypt version installed? e.g. from sources under /usr/local ? Previous Comments: ------------------------------------------------------------------------ [2007-10-12 22:29:31] jskiba at gmail dot com the problem is caused by --with-mcrypt without it no problems. libmcrypt, libmcrypt-devel and php-mcrypt are installed and up to date. What is the problem? ------------------------------------------------------------------------ [2007-10-11 13:41:51] [EMAIL PROTECTED] And before you run configure with the proper configure line, use CLEAN sources! ------------------------------------------------------------------------ [2007-10-11 13:41:19] [EMAIL PROTECTED] First of all: You're passing wrong paths to configure options. You're not supposed to pass /lib in any of those options. Remove those from each one of them. ------------------------------------------------------------------------ [2007-10-09 15:24:24] jskiba at gmail dot com Description: ------------ compiling php-5.2.4 ./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/php5 --with-gd --with-png-dir=/usr/lib --with-jpeg-dir=/usr/lib --with-zlib-dir=/usr/lib --enable-ftp --with-mysql --enable-force-cgi-redirect --disable-cgi --with-openssl=/usr/local/ssl --enable-mbstring --with-mcrypt /usr/bin/ld: cannot find -lltdl collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 compiling php-5.2.3 on the same machine doesn't produce error ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42904&edit=1