On Wed, June 15, 2005 6:39 am, Shane Presley said:
> I have a RedHat system running Apache and PHP Version 4.3.2.  These
> were pre-installed Red Hat packages.  Things worked nicely.

What you are missing is the RPM "apache-devel" or "httpd-devel" or
"somethinghereaboutapache-devel"

The "*-devel" RPMs essentially contain all the source code you WOULD have
if you had compiled from source, so PHP can find it.

If that doesn't work (and I can't guarantee it will) then you may want to
goahead and compile Apache from source, because that's easier than futzing
with the source RPMs to custom configure them, imho.

There also *MIGHT* be a "php-oracle" RPM out there...

It may not be on RedHat's server, and you should definitely do some due
diligence before installing RPMs from randomly-selected (Googled)
web-sites, but it might be easier to stay up-to-date in your current
process than remembering to check PHP versions, downoad, install etc.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to