Date: 01/03/01
- Next message: Gregory Kaczmarczyk: "[PHP-DEV] RE: PHP 4.0 Bug #8351 Updated: Undefined symbol"
- Previous message: Michael Kunze: "[PHP-DEV] Sablotron/Expat advice?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 6591
User Update by: paolo.berva <email protected>
Status: Duplicate
Bug Type: Compile Failure
Description: libphp4.sl is not a DSO
Tried installing php 4.0.4 but with the same error.
I successfully installed php 4.0.4 using the workaround suggested by:
It seems that apxs wants the shared library to be named
libphp4.so, not libphp4.sl. Do the following:
# cp libs/libphp4.sl libs/libphp4.so
# /path/to/bin/apxs -i -a -n php4 libs/libphp4.so
(Bug #7643)
Paolo
Previous Comments:
---------------------------------------------------------------------------
[2000-11-23 18:18:04] sniper <email protected>
Duplicate of #6052
---------------------------------------------------------------------------
[2000-11-01 09:49:38] sniper <email protected>
reclassified
---------------------------------------------------------------------------
[2000-09-07 04:42:35] paolo.berva <email protected>
I had the same problem also with the previous
version php-4.0.1pl2
./configure and make end without errors, but make install...
$ ./configure
--with-pgsql=/opt/pgsql
--with-apxs=/opt/apache/bin/apxs
--without-mysql
--with-zlib=/opt/zlib
--with-config-file-path=/opt/apache/etc/httpd.conf
$ make
$make install
...
Making install in .
/opt/apache/bin/apxs -i -a -n php4 libs/libphp4.sl
apxs:Error: file libs/libphp4.sl is not a DSO
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Regards
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=6591
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Gregory Kaczmarczyk: "[PHP-DEV] RE: PHP 4.0 Bug #8351 Updated: Undefined symbol"
- Previous message: Michael Kunze: "[PHP-DEV] Sablotron/Expat advice?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

