Re: [PHP-INST] PHP install when apache already installed

2002-03-05 Thread Shawn
I get this error after running this: ./configure --with-mysql --with-apxs=/nim_svr/u01/oracle/product/7.1.7/Apach e/Apache/bin/abxs configure: error: can not find source in . or .. I get that error no matter what the configure options are. I tried it with out options too. Any ideas? "T Chur

Re: [PHP-INST] php install when apache already installed

2002-03-01 Thread jkaufman
Well let me know if you can get it to work, as that's something I've been interested in. Jonathan Kaufman - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The in

RE: [PHP-INST] PHP install when apache already installed

2002-03-01 Thread T Churchward
Shaun If apache is already installed that's okay. The important thing is to carefully read the information in the 'INSTALL' file where you unpacked PHP - particularly the bit about 'DSO' and testing whether your installation of the web server supports this. If all is okay then you can start you

Re: [PHP-INST] php install when apache already installed

2002-03-01 Thread jkaufman
As far as *I* know (your milage may vary) as long as Apache has mod so enabled (do a httpd -l, if it lists mod_so.o and...core.o) you should be able to compile php as a DSO (Dynamic module) using apxs. (See apache installation documentation for more information) A simple configure would be (for