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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Sun Apr 28 07:01:30 2024 UTC