Page 1 of 1

freetype on php installation?

Posted: Thu Jun 07, 2007 4:24 pm
by potato
Hi,

i want to compile php with freetype, but the server is a live server, working.
Can i recompile php with freetype without loosing any preferences that were before?

I hope so...

And if yes, how i do this?

greetings,
tom

Posted: Fri Jun 08, 2007 1:20 am
by Chris Corbyn
Have you still got the directory you compiled in previously? If you do:

Code: Select all

head ./config.status
That will show you the ./configure flags you used last time round. Just copy and paste and ammend accordingly :) You'll lose no settings no. Don't do "make clean" or "make distclean" or it will take a lot longer than it needs to since all you're doing is compiling something extra in.