php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21683 Creation of libphp4.so not possible
Submitted: 2003-01-16 04:13 UTC Modified: 2003-02-13 19:57 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: fabian dot paganotto at swisscom dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4.3.0 OS: Solaris 9
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-01-16 04:13 UTC] fabian dot paganotto at swisscom dot com
Install failed

Installing PHP SAPI module
*** Error code 2 (ignored)
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp4.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp4.la /usr/local/apache2/modules/
cp .libs/libphp4.so /usr/local/apache2/modules/libphp4.so
cp: cannot access .libs/libphp4.so
apxs:Error: Command failed with rc=131072
.
*** Error code 1
make: Fatal error: Command failed for target `install-sapi'

config from php
--with-mod-dav=/usr/local/apache2/modules/mod_dav.so  \
--with-apxs2=/usr/local/apache2/bin/apxs \
--prefix=/usr/local/php \
--enable-versioning  \
--with-pgsql=/usr/local/pgsql \
--enable-bcmath \
--enable-calendar \
--enable-dbx \
--enable-ftp \
--enable-mbstring \
--enable-mbstr-enc-trans \
--enable--mbregex \
--enable-shmop \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-tokenizer \
--enable-wddx \
--enable-yp \
--enable-versioning \
--with-mod-charset \
--with-openssl \
--with-zlib-dir \
--with-zlib \
--with-bz2 \
--with-tiff-dir \
--with-png-dir \
--with-xpm-dir \
--with-freetype-dir \
--with-ttf \
--with-t1lib \
--with-gettext \
--with-regex=php \
--with-xslt-sablot \
--with-sablot-js \
--with-iconv \
--enable-track-vars \
--enable-trans-sid 


config from apache httpd-2.0.43
./configure \
--prefix=/usr/local/apache2  \
--enable-mods-shared=all     \
--disable-info               \
--enable-so


Maybe someone may have a solution for this problem

Thanks a lot 

Fabian Paganotto

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-17 20:48 UTC] sniper@php.net
Is there any files in .libs/ ??

 [2003-01-20 03:49 UTC] fabian dot paganotto at swisscom dot com
Yes there are

drwxr-xr-x   2 root     other        512 Jan 16 11:00 .
drwxr-xr-x  18 apache   apache      2048 Jan 16 11:00 ..
lrwxrwxrwx   1 root     other         13 Jan 16 11:00 libphp4.la -> ../libphp4.la
-rw-r--r--   1 root     other        908 Jan 16 11:00 libphp4.lai


(BTW I had compiled as root this is not a mistake)

The ../libphp4.la is existent also
 [2003-01-20 04:45 UTC] sniper@php.net
Can you please try with this simple configure for PHP:

./configure --with-apxs2=/usr/local/apache2/bin/apxs


 [2003-01-21 06:50 UTC] fabian dot paganotto at swisscom dot com
Ths worked fine
 [2003-02-03 07:01 UTC] sniper@php.net
I think the problem is in --enable-versioning, can you
try your full configure line but without it?

 [2003-02-13 19:57 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 22:01:29 2024 UTC