[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP4.0.4pl1 + GD-Support (with ImageCreate for JPEG, PNG and GIF)
- Subject: Re: [cobalt-users] PHP4.0.4pl1 + GD-Support (with ImageCreate for JPEG, PNG and GIF)
- From: "Brett" <cobalt@xxxxxxxxxxxxxxxxx>
- Date: Wed Apr 11 08:15:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Question:
>
> if you want to update your existing PHP to include new featues do you only
> need to put the new items in the ./configure - or do you need to include
all
> of your original ./configure options as well ?
>
You will need to recompile php with all previous configure options. If you
don not already know, create a file with php_info(); in it and get the
currently compiled in configure statement from the list of variables. Do
not just copy and paste, you need to remove the quotes from each option
(although I have never tried with the quotes).
As for gd, check if your raq already has gd installed. locate gd should
work. If you want to have gif support you will need to fing a source rpm
for 1.3. They are acailble in various places across the web. Use google
for a search, or lycos ftp or something.
Brett