From:             romanf at trash dot net
Operating system: Suse Linux 10.0 64bit
PHP version:      5.2.1
PHP Bug Type:     Compile Failure
Bug description:  --with-imap fails for imap-2004g from University of 
Washington IMAP toolkit

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 bug report at http://bugs.php.net/?id=40420&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40420&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40420&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40420&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40420&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40420&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40420&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40420&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40420&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40420&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40420&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40420&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40420&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40420&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40420&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40420&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40420&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40420&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40420&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40420&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40420&r=mysqlcfg

Reply via email to