Re: [PHP-INST] DSO installation From: Matthew Schroebel (mschroebel <email protected>)
Date: 05/18/01

> From: cel1 <cel1 <email protected>>
> To: <php-install <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 <email protected> 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: php-install-unsubscribe <email protected>
For additional commands, e-mail: php-install-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>