[PHP] PHP Installation on Redhat 8 - General Questions

2002-11-13 Thread Lee P. Reilly
Hi there, I wonder if someone could answer a few questions for me? First of all, excuse my ignorance as I'm somewhat of a Linux newbie. I have installed PHP, Apache, Mysql, etc. on Windows numerous times, but have found the Linux installation to be more troublesome due in part (more likely in

Re: [PHP] PHP Installation on Redhat 8 - General Questions

2002-11-13 Thread Marek Kilimajer
I don't think you needed to recompile apache, but only php. Did you actually do make make install in PHP directory? Lee P. Reilly wrote: Hi there, I wonder if someone could answer a few questions for me? First of all, excuse my ignorance as I'm somewhat of a Linux newbie. I have installed

Re: [PHP] PHP Installation on Redhat 8 - General Questions

2002-11-13 Thread BigDog
What you need to do is go into your apache_1.3.26/src/modules/php4 directory and and clean out the libphp files. 1. Stop apache. 2. Remove lib files from apache_1.3.26/src/modules/php4 3. Do a make clean in apaches top dir. 4. Do a make clean in php top dir. 5. Remove config.cache in php dir. 6.