[PHP-DEV] PHP 4.0 Bug #7250: mod_php.so is missing after make From: alexm <email protected>
Date: 10/16/00

From: alexm <email protected>
Operating system: RedHat Linux 6.1
PHP version: 4.0.3
PHP Bug Type: Compile Problem
Bug description: mod_php.so is missing after make

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!

-- 
Edit Bug report at: http://bugs.php.net/?id=7250&edit=1

-- 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>