php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7250 mod_php.so is missing after make
Submitted: 2000-10-16 11:23 UTC Modified: 2000-11-29 04:23 UTC
From: alexm at xanthus dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.3 OS: RedHat Linux 6.1
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: alexm at xanthus dot net
New email:
PHP Version: OS:

 

 [2000-10-16 11:23 UTC] alexm at xanthus dot net
I folowed insatll instructions. after i ran ./configure(./configure --with-apxs=/usr/local/apache/bin/apxs --with-servlet=/usr/local/jsdk2.0 --with-config-file-path=/usr/local/php --enable-ftp --enable-dbase --enable-calendar --enable-debug --enable-sockets --enable-wddx --with-java=/usr/local/jdk1.2.2 --with-mysql=/usr/local/mysql --with-gettext=/usr/local/apache/ext/gettext), make & make install. my apache1.3.14 runs fine(http_core.c and mod_so.c are loaded(httpd -l)). After i make the install, i suppose to uncomment in httpd.conf line (LoadModule mod_php modules/mod_php.so) and (application/h-httpd-php .php). The Problem: i can't find mod_php.so anywhere on my drive ( find //./ -name "*php*.so"); thus i can't load non-existing module -> php is not recognized my apache(asks me to save file as). Please Advise!

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-16 13:28 UTC] alexm at xanthus dot net
i re-run ./configure ./configure --with-apxs=/usr/local/apache/bin/apxs --with-zlib=/usr/local/zlib --with-servlet=/usr/local/jsdk2.0 --with-config-file-path=/usr/local/php --enable-ftp --enable-dbase --enable-calendar --enable-debug --enable-sockets --enable-wddx --with-java=/usr/local/jdk1.2.2 --with-mysql=/usr/local/mysql --with-gettext=/usr/local/apache/ext/gettext
with zlib in it. that took care of "uncomressed" error but i got new one: 
Syntax error on line 229 of /usr/local/apache/conf/httpd.conf:
Can't locate API module structure `php4_module' in file /usr/local/apache/../lib/libphp4.so: /usr/local/apache/../lib/libphp4.so: undefined symbol: php4_module

httpd.conf:229
LoadModule php4_module ../lib/libphp4.so

Please Advise!
 [2000-11-29 04:23 UTC] sniper@php.net
You can not configure --with-apxs and --with-servlet
at the same time. Use only one of those.

Read the file ./php4/sapi/servlet/README

--Jani
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sat Jun 27 05:00:01 2026 UTC