> From: cel1 <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, May 18, 2001 1:42 AM
> I need to install as DSO, not static. Here's what I did:
>Next:
>
> cd ../apache_1.3.19
> ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
> make
>
> Here's the trouble:
> .
> .
> .
> <===src/module/standard
> ===>src/module/php4
> /bin/sh: php4: No such file or directory
> make[3]: *** [all] Error 1
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory '/usr/local/src/apache_1.3.19/src
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory '/usr/local/src/apache_1.3.19
> make: *** [build] Error 2
> [root@localhost apache_1.3.19#
>
You were done when you did a make install of php. You don't need to build
apache again (you were trying to build a static installation in step 3).
After installing php, just edit the httpd.conf file, adding the AddType and
LoadModule directives.
Matt
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]