Michael,

I too have experienced the same problems with the PHP rpms that came with 
RH7 and can vouch that you must build PHP from the tarball in order to get 
it to work.

>Well, I notice that my RH7 box doesn't have apxs installed.  I've
>learned, from past attempts at this, that apxs is a program that you can
>get if you home-roll your own apache, but I have no idea what it's for.
>Is it documented somewhere?  Can I live without it?  I believe that PHP
>works properly with apache on my machine, or else I'd never be able to
>run the "php phpinfo()" command in the first place -- right?

I did not include the flag that involved apxs when building apache and all 
seems fine.  I don't think it is a requirement.  If I understand that you 
are at the command line and running the command "php phpinfo()", then that 
isn't the ultimate proof that you've installed PHP correctly.

Make a page called lookatme.php with the following in it:

<?php
phpinfo()
?>

You should get a page displaying a table with all of the information about 
the installation of PHP on your system.

Also, just some information about the new version of Apache that is worth 
reading:
http://www.redhat.com/support/manuals/RHL-7-Manual/ref-guide/s1-installation-upgradingapache.html


>
>Any clue why Red Hat would have compiled PHP to expect a program that
>isn't installed with their Apache package?

Probably just a mistake.

Hope this helps,
Kevin
[EMAIL PROTECTED]


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to