php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14265 Make does not create php4lib.so. Apxs fails to copy it to apache dir
Submitted: 2001-11-28 07:05 UTC Modified: 2002-08-10 09:56 UTC
From: fmal at fmal dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.6 OS: AIX 5.1
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: fmal at fmal dot com
New email:
PHP Version: OS:

 

 [2001-11-28 07:05 UTC] fmal at fmal dot com
I'm tring to build php 4.0.6 from SRPM whit apache 1.3.22
under AIX 5.1 whit Toolbox GNU utilities.
(Apache is correctly running with dso support :)

httpd -l 
 http_core.c
 mod_so.c

I cannot create a DSO module with this configuration in
my SPEC file : 

./configure \ 
--prefix=%{prefix} \ 
--disable-debug \ 
--enable-track-vars \ 
--enable-magic-quotes \ 
--with-apxs=/httpd/sbin/apxs \ 
--with-mysql=/opt/freeware \ 
--with-config-file-path=/etc/opt/freeware/apache \ 
--with-zlib \ 
--enable-bcmath \ 
--with-gd=/opt/freeware \ 
--with-ttf=/opt/freeware \ 
--with-jpeg-dir=/opt/freeware \ 
--with-imap=/usr1/src/imap \ 
--with-xml \ 
--with-ftp \ 
%if %{SSL} == 1 
--with-ssl 
%endif 

During the make install phase i get this error :
+cd -
/opt/freeware/src/packages/BUILD/php-4.0.6 
+ cp -p acconfig.h php_version.h /var/opt/freeware/tmp/php-root/opt/freeware/include/php 
+ mkdir -p /var/opt/freeware/tmp/php-root/opt/freeware/apache/libexec 
+ cp .libs/libphp4.so.0 /var/opt/freeware/tmp/php-root/opt/freeware/apache/libexec/libphp4.so 
cp: .libs/libphp4.so.0: No such file or directory 
Bad exit status from /var/opt/freeware/tmp/rpm-tmp.30732 (%install) 

In effects I don't have the library ....

I noted that in the php directory there is a file called ltconfig that contains :

ltconfig I found : 

# See if GNU ld supports shared libraries. 
case "$host_os" in 
aix3* | aix4*) 
# On AIX, the GNU linker is very broken 
ld_shlibs=no 
cat <<EOF 1>&2 
*** Warning: the GNU linker, at least up to release 2.9.1, is reported 
*** to be unable to reliably create shared libraries on AIX. 
*** Therefore, libtool is disabling shared libraries support. If you 
*** really care for shared libraries, you may want to modify your PATH 
*** so that a non-GNU linker is found, and then restart. 

EOF 
;; 

Is this assertion true ? I use gcc 2.9-aix43-010216
from Aix Toolbox

Thanks in advance


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-10 09:56 UTC] kalowsky@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 [2002-10-22 07:55 UTC] michael dot viorney at laposte dot net
Hi,
I'm using AIX 5.1 ML2 with gcc 3.2.
I have the same problem with PHP4.3.0pre1 and php-4.2.3.
the 'make' command runs OK but do not produce the .so file.
Apache version is 1.3.27.
 [2002-10-22 08:31 UTC] michael dot viorney at laposte dot net
The make command has generated a file called libphp4.so.0 in the '/php_x-x-x/.libs' directory.
I tried to rename it to '/php_x-x-x/libs/libphp4.so' and then to run 'make install'.
The apache module seems to install and work fine, but i'm not sure this is a correct to way to compil php.
 [2003-04-02 06:33 UTC] kapil at numen dot biz
Hi
I am installing 4.2.3 on freebsd but unable to generate libphp4.so

any solution
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 01:01:30 2024 UTC