php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39002 apache 2.2.3 don't start : R_PPC_REL24 relocation error
Submitted: 2006-09-30 09:32 UTC Modified: 2006-10-10 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: benoitc at archlinuxppc dot org Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.1.6 OS: Arch Linux PPC
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: benoitc at archlinuxppc dot org
New email:
PHP Version: OS:

 

 [2006-09-30 09:32 UTC] benoitc at archlinuxppc dot org
Description:
------------
Apache 2.2.3 don't start with last version of php 5.1.6. I have this error :





Reproduce code:
---------------
Php configure line :

 ./configure --with-apxs2 --prefix=/usr --sysconfdir=/etc \
    --with-layout=PHP \
    --with-ttf --enable-mailparse --with-config-file-scan-dir=/etc \
    --enable-bcmath=shared --enable-calendar=shared --enable-ftp=shared \
    --enable-gd-native-ttf --enable-magic-quotes --enable-posix=shared \
    --enable-session --enable-shared --enable-shmop=shared --enable-pdo=shared \
    --enable-sqlite-utf8 --enable-sockets=shared --enable-xml\
    --enable-sysvsem=shared --enable-sysvshm=shared --enable-sysvmsg=shared \
    --enable-track-vars --enable-trans-sid --enable-safe-mode \
    --with-imap --with-imap-ssl --with-ncurses --with-readline \
    --with-bz2=shared --with-curl --with-mime-magic \
    --with-freetype-dir=/usr --with-gd=shared --enable-exif --with-jpeg-dir=/usr \
    --enable-dba --without-db2 --without-db3 --with-inifile --with-flatfile \
    --with-gdbm --with-ldap=shared --with-openssl --with-gettext \
    --with-unixODBC=shared,/usr --with-pdo-odbc=shared,unixODBC,/usr \
    --with-mysqli=shared,/usr/bin/mysql_config --with-mysql-sock=/tmp/mysql.sock \
    --with-pdo-mysql=shared,/usr --with-mysql=shared,/usr \
    --with-pgsql=shared --with-pgsql-sock=/tmp/pgsql.sock --with-pdo-pgsql=shared,/usr \
    --with-sqlite=shared --with-pdo-sqlite=shared,/usr \
    --with-pear=/usr/share/pear --with-dom --with-dom-xslt --with-xsl \
    --with-png-dir=/usr --with-regex=php --with-zlib --enable-soap=shared \
    --enable-mbstring=all --enable-mbregex --with-snmp=shared,/usr 




Actual result:
--------------
httpd: Syntax error on line 114 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: R_PPC_REL24 relocation at 0x0d81ae40 for symbol `free' out of range

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-02 09:04 UTC] tony2001@php.net
Remove all those ./configure options and try with only these:
./configure --with-apxs2 --disable-all

 [2006-10-02 17:14 UTC] benoitc at archlinuxppc dot org
it works. So I now I guess it's time to test each switch ?
 [2006-10-02 17:48 UTC] derick@php.net
Yes, you guessed correctly :) Good luck.
 [2006-10-02 17:59 UTC] tony2001@php.net
I'd check --with-imap* first, cclient is known to have problems on different systems as to my experience.
 [2006-10-10 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2009-07-16 10:29 UTC] coolf021 at hotmail dot com
I was cross compile php-5.2.9 for powerpc603e, and I got the same problem. 
The following is my SW envs:
apache: 2.2.4
gcc 4.2 from ELDK4.2
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC