Normally you would have to reinstall Apache and PHP but what you can do is
install PHP as a DSO module.
http://www.onlamp.com/pub/a/php/2001/03/15/php_admin.html
- Original Message -
From: "Panos Katergiathis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 14, 2001 12:
- Original Message -
From: "Andrew Apold" <[EMAIL PROTECTED]>
> At 05:46 PM 7/8/01 -0700, Bob Luhouse wrote:
> >I have installed MySQL, Apache, and PHP. When I run
> >the phtml file from Netscape Navigator, I get the text
> > instead of the phpinf function output.
>
> um... isn't that p
When you installed MySQL did you put in the prefix option? Like
./configure --prefix=/usr/local/mysql
If you did then when you configure PHP what ever you used for the --prefix
in the mysql configure is what you use for the --with-mysql in the php
configure.
- Original Message -
From: "