ID: 15339 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: RedHat 7.1 PHP Version: 4.1.1 New Comment:
configure:2311: result: a.out configure:2316: checking whether the C compiler works configure:2322: ./a.out ./a.out: error while loading shared libraries: libmcrypt.so.4: cannot open shared object file: No such file or directory configure:2325: $? = 127 configure:2332: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. if in the config.log file Previous Comments: ------------------------------------------------------------------------ [2002-02-04 03:10:47] [EMAIL PROTECTED] Ok I ran buildconf and compile with the same string and got the following error [root@dcprac php4-200202032100]# LIBS="-lmcrypt -lltdl" ./configure --with-curl --with-apache=../apache_1.3.23 --enable-wddx --enable-dbx --enable-track-vars --with-mcrypt --with-mhash --with-mysql --with-xml --with-OpenSSL=/usr --enable-bcmath --enable-calendar --enable-ftp --enable-sockets checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... no checking for gawk... gawk checking whether make sets ${MAKE}... yes checking whether to enable maintainer-specific portions of Makefiles... no Updated php_version.h checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. ------------------------------------------------------------------------ [2002-02-04 01:11:53] [EMAIL PROTECTED] Try "./buildconf" in PHP source root. You need to have some tools mentioned in the web. http://www.php.net/anoncvs.php ------------------------------------------------------------------------ [2002-02-04 01:05:51] [EMAIL PROTECTED] how do i build this there is no ./configure command ------------------------------------------------------------------------ [2002-02-04 00:49:12] [EMAIL PROTECTED] I don't have problem with current CVS version with almost the same configure. Could you try snapshot? http://snaps.php.net/ ------------------------------------------------------------------------ [2002-02-03 23:54:57] [EMAIL PROTECTED] The version of gcc is gcc-2.96-85 Kernel version is [root@dcprac php-4.1.1]# uname --release 2.4.2-2smp ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/15339 -- Edit this bug report at http://bugs.php.net/?id=15339&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php