php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22252 Fails on Make Install -Apache 2 - PHP 4.3.0 and 4.3.1
Submitted: 2003-02-17 11:28 UTC Modified: 2003-02-17 16:37 UTC
From: justincouto at msn dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.0 OS: FreeBSD 5.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: justincouto at msn dot com
New email:
PHP Version: OS:

 

 [2003-02-17 11:28 UTC] justincouto at msn dot com
I am installing php using the follwing config:

./configure --with-mysql=/usr/local/mysql --with-xml --with-apache2=../httpd-2.0.44/ --enable-ftp --enable-track-vars --with-curl=/usr/local/lib --with-openssl=/usr --disable-cgi

The configuration works fine.

The make works fin as well

However, when I do "make install" I get the following error:

url -lssl -lcrypto  -o libphp4.la
Installing PHP SAPI module
:No such file or directory
*** Error code 1

I tried asking around on IRC and looking in the news groups, but the only answer I got was that there must be a typo in the make file.  Could you please assist me with this?  Thank you.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-17 12:16 UTC] justincouto at msn dot com
I just noticed that php 4.3.1 just came out.  I tried installing with the same config script and I get the same problem.
 [2003-02-17 13:12 UTC] justincouto at msn dot com
I ahve done tons of research on this and it seems other people are also having this problem and that a static php module won't work in apache 2.0 and the only way to get it to work is using a dso installation
 [2003-02-17 16:37 UTC] sniper@php.net
Like you said in your last comment, there is no way to 
compile PHP as static module into Apache2.

You have to have Apache2 installed first, and then
use the correct configure option, '--with-apxs2' 

Please ask further support questions on the php-install@lists.php.net mailing list.

Thank you.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 06:01:33 2024 UTC