Actually, I don't think that's the problem. He's doing a DSO install not a
static hence the --with-apxs not --activate-module
Your problem could be that you only need one AddType declaration for all
three extensions, like this:
> > AddType application/x-httpd-php .php3
> > AddType application/x-httpd-php .php4
> > AddType application/x-httpd-php .php
now becomes
AddType application/x-httpd-php .php3 .php4 .php
That might fix it. Either way, change it to one line. Hope that helps.
Josh
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 21, 2001 6:26 AM
Subject: Re: [PHP-INST] Install
> Looks like you have made some problem with the line
>
> --activate-module
>
> Most users have a habit of
> --activate-module=......./libmodphp4.a
>
> change it to
> --activate-module=......./libphp4.a
>
>
> "Matthew Lautz" <[EMAIL PROTECTED]> wrote:
> >
> > I downloaded php4 and configured it: -with--mysql and -with--apxs. This
> > took fine the configure make and make install worked great. Add the
> > following lines to my httpd.conf file
> > AddType application/x-httpd-php .php3
> > AddType application/x-httpd-php .php4
> > AddType application/x-httpd-php .php
> >
> > The webserver reboots fine, however, the php pages are just being spit
back
> > at me without being interpruted. Any ideas of what might be wrong
> >
> > The following lines are also in the httpd.conf file
> >
> > LoadModule php4_module.so
> > AddModule mod_php4.c
> >
> > Thanks
> > Matthew Lautz
> >
> > ----------------------------------------------
> > Matthew Lautz www.reflectionmedia.com
> > President [EMAIL PROTECTED]
> > Reflection Media 262.923.4002 x 1 or
> > 877.256.6728
> > ----------------------------------------------
> >
> >
> >
> > --
> > 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]
> >
> >
> __________________________________________________________________
> Get your own FREE, personal Netscape Webmail account today at
http://webmail.netscape.com/
>
> --
> 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]
>
>
--
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]