I've managed to get PHP and Apache working and now am working on adding Oracle. I've done this before on this same machine, so it's driving me nuts that I can't get it again! I configure PHP with --with-OCI8 pointing to the location of the oci libraries, but still I get the 'call to undefined function OCILogon()' when I try to view a page.
I have some notes from last time I did this that say if you're running Oracle on the same server as Apache, you need to add the Apache process to the dba group. Going by httpd.conf, my Apache process is owned by user nobody, so I've added that uid to the dba group. Still no luck.
If anyone can point me to other resources for this install, or offer any pointers, I'd be truly grateful!
Thanks,
Sheila