On Wed, 2001-12-26 at 15:11, Joel Holtzman wrote: > When I want to add mysql/gd/png/jpeg support does rm config.cache and make > clean take away the php support and disable the php pages If not, would an > error in ./configure cause such delay? > Say png is not found, for example Nothing is really changed until you do "make install" again. You can recompile all of your stuff as many times as you like.
As a matter of fact, I don't do make install once I have PHP working. All of the files will be in /etc/httpd/modules/ and /etc/httpd/modules/php so you can backup those files and then over write them with your newer versions. (you can even do a make install if you like) If you crash and burn, just put your files back and restart apache. > > Or, does a restart of apache have any bearing, *after a successful > ./configure* > on the status of php and how it runs? I wish there was a way to add gd and > others without a pause in the php working, as make/make install and the new > ./configure run if you build additional modules as shared then all you have to do is copy the new .so files into /etc/httpd/modules/php and change the php.ini file. Then a simple reload of apache will do the trick. > > And do I have to reedit the httpd.conf file after I add new options? I just > figured it's best to ask in case I fully understand. Personally, I wait until I've broken everything, then I ask. But hey, whatever works for you. ;-) Matt Nuzum www.followers.net _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
