D A GERM <dgerm@xxxxxxxxxxxx> writes: > Is there an rpm to install the oracle compnents for version 4.3.4 php? I don't think so. The way to do it is to download the SRPM for the php from your vendor's web site, do a rpm -ivh php-blah.srpm. This will give you a spec file in the /usr/src/SOMETHING/SPEC . Open the spec file in your editor and add "--with-oci8" to the compile options. (I think you will find a comment in the spec file which will tell exactly what options to use to get the oracle support) After that you need to do a rpmbuild -bb php-blah.spec to get the rpm that you can then install. PS : Congratulations on getting Oracle installed on Linux :P -- Raj Shekhar Y! : Operations Engineer MySQL DBA, programmer and slacker Y!IM : lunatech3007 home : http://rajshekhar.net blog : http://rajshekhar.net/blog/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php