[PHP-DEV] PHP 4.0 Bug #6591 Updated: libphp4.sl is not a DSO From: paolo.berva <email protected>
Date: 01/03/01

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:

  marvin_lam <email protected>

      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>