Page 2 of 2

Posted: Fri Jan 27, 2006 2:43 pm
by WeezelDS
...or yeah....well, that seems pretty sweet too :)

also I was thinking....i have phpBB installed, and it has captcha, how did they do it w/o the GD library?

thanks again :)

Posted: Fri Apr 28, 2006 8:59 am
by oldtimer
I have a question on the same lines. I have installed PHP from source many times before. however I have have never had to recompile it. What do i do after the ./configure ?? do i still do the make then make install?

No documentation that i have found tells me that. They all stop at the run ./configure whatever.

If that is all i do then how do i implement the changes??

Posted: Fri Apr 28, 2006 1:18 pm
by sheila
Yes you need to do 'make' and 'make install'.
The source should have a file called INSTALL that explains all the steps involved.