php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21150 Sapi module error
Submitted: 2002-12-22 19:05 UTC Modified: 2002-12-31 19:23 UTC
From: idave at idave dot it Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.0RC4 OS: Redhat 8
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: idave at idave dot it
New email:
PHP Version: OS:

 

 [2002-12-22 19:05 UTC] idave at idave dot it
Sorry for my terrible english...

I try to configure with the command
sh configure --disable-debug --with-bz2=/usr/local --with-curl=/usr/local --with-dom=/usr/local --with-png-dir=/usr/local --with-gd=/usr/local --enable-gd-native-ttf --with-gdbm=/usr/local --with-gmp=/usr/local --with-jpeg-dir=/usr/local --with-xml --with-zlib=/usr/local --enable-exif --enable-ftp --enable-magic-quotes --enable-sockets --enable-sysvsem --enable-sysvshm --enable-discard-path --enable-trans-sid --enable-wddx --with-kerberos --with-mysql=/usr/local/mysql --enable-bcmath --enable-shmop --enable-versioning --enable-calendar --enable-dbx --enable-dio --enable-mbstring --enable-mbstr-enc-trans --with-freetype-dir=/usr/local --with-mhash=/usr/local --with-mcal=/usr/local/mcal --with-pgsql=/usr/local/pgsql --with-openssl=shared,/usr/local/ssl --with-apxs=/usr/local/apache/bin/apxs

Then I compile with 'make', and all goes ok

But when I try to install php, with 'make install', I get the following error:
[root@idave php-4.3.0RC4]# make install
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP SAPI module
[activating module `php4' in /usr/local/apache/conf/httpd.conf]
cp libs/libphp4.so /usr/local/apache/libexec/libphp4.so
cp: impossibile fare stat di `libs/libphp4.so': No such file or directory
apxs:Break: Command failed with rc=1
make: *** [install-sapi] Error 1
[root@idave php-4.3.0RC4]#

Note that I've previously installed PHP4.3.0RC2 and all went ok, with the same configure line!

What's wrong?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-28 01:29 UTC] iliaa@php.net
What are the contents of the libs/ directory?
 [2002-12-31 16:51 UTC] idave at idave dot it
Now with 4.3.0 it works without problems
 [2002-12-31 19:17 UTC] derick@php.net
closing then...

Derick
 [2002-12-31 19:23 UTC] idave at idave dot it
of course....

thx and happy new year...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 19 15:01:27 2024 UTC