It.s me, again :)
There is trick to find out if php will be compiled well
(I mean with jpeg support):

when issuing the ./configure command in php,
after putting all the options, put something like this:
./configure ... > cf.log

(this is a redirection comand to write all output info
to the file named cf.log so that you could review it
afterwards. excuse me if you knew it :)

in this way you can examine after the configuration
process what was done (it does it so quickly that I
cannot see all it does, so this way I can).
If all is ok, you should see in that log something like:

.....ImageCreateFromJpeg:  yes

If it says no, don't bother yourself by issuing the make
and make install commands. review the previous jpeg
and gd installations and try again.

Daniel BI


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to