From:             maddox at webster dot edu
Operating system: Solaris 10
PHP version:      5CVS-2007-08-13 (snap)
PHP Bug Type:     Compile Failure
Bug description:  PHP 5.2.3 with openssl and imap compilation problem

Description:
------------
Attempting to compile PHP 5.2.3 with openssl and imap support and
compilation is failing.

OpenSSL 0.9.8e is installed in /usr/local/ssl 
 
IMAP 2006 has been compiled in /opt/src/imap-2006i

Reproduce code:
---------------
./configure --prefix=/opt/local/apache2/php
--with-apxs2=/opt/local/apache2/bin/apxs --with-gettext --with-dom
--with-mcrypt=/usr/local/lib/libmcrypt --with-iconv --enable-mbstring=all
--enable-mbregex --with-gd --with-png-dir=/usr --with-jpeg-dir=/usr
--with-mime-magic=/usr/local/share/file/magic.mime
--with-zlib-dir=/usr/include --with-openssl=/usr/local/ssl
--with-imap-ssl=/opt/src/imap-2006i

the Make file is created but then after executing make an error message is
received (see Actual result)

Expected result:
----------------
makefile should be created 

Actual result:
--------------
ld: fatal: relocations remain against allocatable but non-writable
sections
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `libphp5.la'

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

Reply via email to