php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25892 libphp5.so is not created
Submitted: 2003-10-16 17:35 UTC Modified: 2003-10-17 08:14 UTC
From: hakan at lisas dot de Assigned:
Status: Not a bug Package: Apache related
PHP Version: Irrelevant OS: Solaris 9
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: hakan at lisas dot de
New email:
PHP Version: OS:

 

 [2003-10-16 17:35 UTC] hakan at lisas dot de
Description:
------------
Hi,

I have I a full patched Solaris 9 box with following GNU-Tools:

- gcc (GCC) 3.3.1
- flex version 2.5.4
- bison (GNU Bison) 1.75
- ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)
- Autoconf version 2.13
- GNU Make 3.80

after compiling the actual cvs libphp5.so is not created.


Reproduce code:
---------------
cvs co php-srs
./buildconf
./configure --with-apxs=/usr/local/apache/bin/apxs --prefix=/usr/local/php5 
--enable-debug 
--with-zlib-dir=shared,/usr
make
make install
...
bash-2.05# make install
Installing PHP CLI binary:        /usr/local/php5/bin/
Installing PHP CLI man page:      /usr/local/php5/man/man1/
Installing PHP SAPI module:       apache
[activating module `php5' in /usr/local/apache/conf/httpd.conf]
cp libs/libphp5.so /usr/local/apache/libexec/libphp5.so
cp: cannot access libs/libphp5.so
apxs:Break: Command failed with rc=2
make: *** [install-sapi] Error 1




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-16 23:35 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2003-10-17 02:25 UTC] hakan at lisas dot de
hakan@bwsx010:/usr/local/php-src$ ls .libs/
libphp5      libphp5.la   libphp5.lai

hakan@bwsx010:/usr/local/php-src$ ls libs/
libphp5     libphp5.la

Bye Hakan
 [2003-10-17 03:31 UTC] sniper@php.net
Nevermind, snapshots work just fine, your build tools are broken, most likely libtool 1.5 (we only support 1.4.3)

 [2003-10-17 03:37 UTC] hakan at lisas dot de
4.3.3 gets compiled, and the 5 snapshots works, too.
 [2003-10-17 05:18 UTC] hakan at lisas dot de
If only libtool 1.4.3 is supported, then buildconf should not say that libtool 1.5 is ok.

Now I installed libtool 1.4.3 and after running make install libphp5.so is still missing in the cvs version.
 [2003-10-17 08:14 UTC] sniper@php.net
Just use the snapshots if you don't have working build environment. Obviously it isn't libtool but something else.
If snapshots work fine -> definately not PHP bug.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jun 03 00:01:26 2025 UTC