From: [EMAIL PROTECTED] Operating system: Mandrake 8.1 PHP version: 4.2.3 PHP Bug Type: Compile Failure Bug description: compile fails with --with-recode --with-imap --with-imap-ssl
recode (version 3.x) and imap (2001a, 2000c) have the same function hash_lookup, so ----------------------------------------------------- /bin/sh /disk2/tmp/php-4.2.3/libtool --silent --mode=link gcc -I. -I/disk2/tmp/php-4.2.3/ -I/disk2/tmp/php-4.2.3/main -I/disk2/tmp/php-4.2.3 -I/disk2/tmp/php-4.2.3/Zend -I/usr//include -I/usr/include/freetype2/freetype -I/usr/include/imap -I/usr/local/mysql//include/mysql -I/usr/local/pgsql//include -I/usr/include/ucd-snmp -I/disk2/tmp/php-4.2.3/ext/xml/expat -I/disk2/tmp/php-4.2.3/TSRM -O3 -fomit-frame-pointer -march=i686 -mcpu=i686 -ffast-math -o php -export-dynamic stub.lo libphp4.la libtool: link: warning: library `/usr//lib/libgdbm.la' was moved. /usr//lib/libc-client.a(misc.o): In function `hash_lookup': /usr/src/RPM/BUILD/imap-2001a/c-client/misc.c:311: multiple definition of `hash_lookup' /usr//lib/librecode.a(hash.o)(.text+0x1a0): first defined here /usr/bin/ld: Warning: size of symbol `hash_lookup' changed from 121 to 89 in /usr//lib/libc-client.a(misc.o) /usr//lib/libc-client.a(osdep.o): In function `ssl_onceonlyinit': /usr/src/RPM/BUILD/imap-2001a/c-client/osdep.c:286: the use of `tmpnam' is dangerous, better use `mkstemp' collect2: ld returned 1 exit status make[1]: *** [php] Error 1 make[1]: Выход из каталог `/disk2/tmp/php-4.2.3' make: *** [all-recursive] Error 1 -- Edit bug report at http://bugs.php.net/?id=19614&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19614&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19614&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19614&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19614&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19614&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19614&r=support Expected behavior: http://bugs.php.net/fix.php?id=19614&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19614&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19614&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19614&r=globals
