php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28060 dlname not found in /usr/local/apache2/modules/libphp4.la.
Submitted: 2004-04-19 16:42 UTC Modified: 2004-12-13 00:46 UTC
Votes:17
Avg. Score:4.5 ± 0.8
Reproduced:17 of 17 (100.0%)
Same Version:7 (41.2%)
Same OS:2 (11.8%)
From: jperezme at jazzfree dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.6 OS: Aix 5.2
Private report: No CVE-ID: None
 [2004-04-19 16:42 UTC] jperezme at jazzfree dot com
Description:
------------
I have tried to compile php 4.3.6 on Aix 5.2 with gcc 2.95.
All process seems to be fine except when i type make install. My libtool version is 1.5. I have build with:
CC=gcc ./configure --prefix=/usr/local/apache2/php --with-config-file-path=/usr/local/apache2/php --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --enable-track-vars --disable-cgi --enable-force-cgi-redirect --with-zlib


Any idea ?

Actual result:
--------------
libtool: install: warning: remember to run `libtool --finish /software/php-4.3.6/libs'
Warning!  dlname not found in /usr/local/apache2/modules/libphp4.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/libphp4.so
chmod: /usr/local/apache2/modules/libphp4.so: One file or directory don't exist.
apxs:Error: Command failed with rc=65536
.
gmake: *** [install-sapi] Error 1



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-05 11:24 UTC] lawrence at alphageeks dot co dot uk
Same problem trying to get 4.3.6 onto my Raq550r

configure options;
----cut here----
./configure '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--enable-safe-mode' '--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/bin' '--with-zlib' '--enable-magic-quotes' '--with-regex=system' '--enable-track-vars' '--with-iconv' '--enable-xml' '--disable-debug' '--with-gd' '--enable-mbstring' '--enable-mbstr-enc-trans' '--with-pgsql=shared' '--with-ldap' '--with-openssl=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr'
------cut here----

make install error;
----cut here----
Installing PHP SAPI module:       apache
[activating module `php4' in /etc/httpd/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/libphp4.so
cp: cannot stat `libs/libphp4.so': No such file or directory
apxs:Break: Command failed with rc=1
make: *** [install-sapi] Error 1
----cut here----
 [2004-06-01 18:40 UTC] stefano dot calisto at kuoni dot ch
I found this (it works for me ;-) 

aaronmorris at mindspring dot com
06-Dec-2003 03:47
If you have the libphp4.a instead of libphp4.so on AIX, you can extract the .so file from the .a file by running "ar -x libphp4.a".
 [2004-12-13 00:46 UTC] sniper@php.net
I think this might be fixed in the latest Apache 2 release, as it seems to have different instdso.sh script in it. So please give it try. In any case: this is NOT a PHP bug.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 15:01:36 2024 UTC