[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Need confirmation per raq 3/php 4. Almostdone



Hello, Matthew, how do I know if I built gd/libpng/libjpeg as shared?

Just had to ask

the idea of copying those .so files into
/etc/httpd/modules/php

for ex is great for me

So I don't have to do 100 ./configure 's til I get all the optoins compiled
correctly

Thanks for your reply

Joel
----- Original Message -----
From: Matthew Nuzum <cobalt@xxxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Wednesday, December 26, 2001 8:31 PM
Subject: Re: [cobalt-developers] Need confirmation per raq 3/php 4.
Almostdone


> 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
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>