freetype on php installation?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
potato
Forum Contributor
Posts: 192
Joined: Tue Mar 16, 2004 8:30 am
Location: my lovely trailer, next to the big tree

freetype on php installation?

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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.
Post Reply