On Tue, 27 Mar 2001 18:48, Daniel B I wrote:
> 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
You can also check the log that PHP creates as configure is run:
config.log in the top level of the unpacked distribution.
--
David Robley | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES | http://www.nisu.flinders.edu.au/
AusEinet | http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA
--
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]