ID: 22252 Updated by: [EMAIL PROTECTED] Reported By: justincouto at msn dot com -Status: Open +Status: Bogus -Bug Type: Compile Failure +Bug Type: Apache2 related Operating System: FreeBSD 5.0 PHP Version: 4.3.0 New Comment:
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 [EMAIL PROTECTED] mailing list. Thank you. Previous Comments: ------------------------------------------------------------------------ [2003-02-17 13:12:15] 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 12:16:43] 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 11:28:19] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22252&edit=1