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

ID: 7250
User Update by: alexm <email protected>
Status: Open
Bug Type: Compile Problem
Description: mod_php.so is missing after make

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!

Previous Comments:
---------------------------------------------------------------------------

[2000-10-16 11:23:25] alexm <email protected>
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!

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7250

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