Date: 10/16/00
- Next message: aulich <email protected>: "[PHP-DEV] PHP 4.0 Bug #6484 Updated: Segmentation fault when querying image type fields."
- Previous message: alexm <email protected>: "[PHP-DEV] PHP 4.0 Bug #7250: mod_php.so is missing after make"
- In reply to: alexm <email protected>: "[PHP-DEV] PHP 4.0 Bug #7250: mod_php.so is missing after make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 16 Oct 2000 alexm <email protected> wrote:
> 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!
>
>
>
>
That's because it is, in fact, called libphp4.so. You need to change the
LoadModule line to match, and you need to change the AddModule line to
mod_php4.c
-- Ignacio Vazquez-Abrams Vice President OPENSERVICES CORPORATION TEL# +1.416.632.7818 FAX# +1.800.687.6133-- 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>
- Next message: aulich <email protected>: "[PHP-DEV] PHP 4.0 Bug #6484 Updated: Segmentation fault when querying image type fields."
- Previous message: alexm <email protected>: "[PHP-DEV] PHP 4.0 Bug #7250: mod_php.so is missing after make"
- In reply to: alexm <email protected>: "[PHP-DEV] PHP 4.0 Bug #7250: mod_php.so is missing after make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

