ID: 40420 Updated by: [EMAIL PROTECTED] Reported By: romanf at trash dot net -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Suse Linux 10.0 64bit PHP Version: 5.2.1 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Not PHP problem. Previous Comments: ------------------------------------------------------------------------ [2007-02-09 20:01:33] romanf at trash dot net Description: ------------ I have ---- University of Washington IMAP toolkit Version 2005 of IMAP toolkit (also known as imap-2004g, compiled from sources) ---- and ---- apache-2.0.55 (compiled from sources) ---- on a SuSE Linux 10.0 (64bit). Configure and make works OK with: ./configure --with-imap=/usr/src/imap/imap-2004g --with-imap-ssl=/usr/src/imap/imap-2004g/ --with-openssl Configure and make FAIL with: ./configure --with-imap=/usr/src/imap/imap-2004g --with-imap-ssl=/usr/src/imap/imap-2004g/ --with-openssl --with-apxs2=/usr/local/apache2/bin/apxs Used to work with PHP 5.1.2. Reproduce code: --------------- None. Compile-Failure. Expected result: ---------------- Compile-Success. :) Actual result: -------------- Make fails with: /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: /usr/src/imap/imap-2004g/c-client/libc-client.a(osdep.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/src/imap/imap-2004g/c-client/libc-client.a: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40420&edit=1