php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40420 --with-imap fails for imap-2004g from University of Washington IMAP toolkit
Submitted: 2007-02-09 20:01 UTC Modified: 2007-02-09 21:07 UTC
From: romanf at trash dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.1 OS: Suse Linux 10.0 64bit
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: romanf at trash dot net
New email:
PHP Version: OS:

 

 [2007-02-09 20:01 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-09 21:07 UTC] tony2001@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 20:01:34 2024 UTC