php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38063 make install libphp5.so issue
Submitted: 2006-07-11 08:48 UTC Modified: 2006-07-11 12:32 UTC
From: ruben at rentalia dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.1.4 OS: Linux 2.6.9-34.0.1.ELsmp
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: ruben at rentalia dot com
New email:
PHP Version: OS:

 

 [2006-07-11 08:48 UTC] ruben at rentalia dot com
Description:
------------
When "make install" libphp5.so is not created.

Reproduce code:
---------------
I have seen similar bugs that do not help me.

Note Apache httpd-2.0.58

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-gettext --with-pgsql --enable-trac k-vars --enable-force-cgi-redirect --with-mime-magic -with-pspell --with-openssl
make 
make install

(Last sucesfully install was with ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-gettext --with-pgsql --enable-trac k-vars --enable-force-cgi-redirect --with-mime-magic)

Expected result:
----------------
libphp5.so is installed on /usr/local/apache2/modules/

Actual result:
--------------
libphp5.la and libphp5.a is installed on /usr/local/apache2/modules/

/usr/local/src/php-5.1.4$ make install
Installing PHP SAPI module:       apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la /usr/local/apache2/modules/
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
cp .libs/libphp5.a /usr/local/apache2/modules/libphp5.a
chmod 644 /usr/local/apache2/modules/libphp5.a
ranlib /usr/local/apache2/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish /usr/local/src/php-5.1.4/libs'
Warning!  dlname not found in /usr/local/apache2/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: no se puede acceder a ?/usr/local/apache2/modules/libphp5.so?: No existe el fichero o el directorio
apxs:Error: Command failed with rc=65536



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-11 09:05 UTC] tony2001@php.net
See bug #38030.
 [2006-07-11 11:40 UTC] ruben at rentalia dot com
Solved.
 [2006-07-11 12:32 UTC] ruben at rentalia dot com
I have solved it installing version php5.2-200607110830
Thats in CVS. Does anyone know when is it going to be "stable " version?
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jun 09 03:01:26 2025 UTC