Re: [PHP] jpeg libraries.

2003-08-29 Thread Tom Rogers
Hi, Friday, August 29, 2003, 6:39:16 AM, you wrote: MAS I got the jpeg libraries from: MAS http://freshmeat.net/projects/libjpeg/?topic_id=105%2C809 MAS And installed them; even did a make test to make sure everything was MAS correct. MAS It did install some jpeg stuff under /usr/local/bin,

RE: [PHP] jpeg libraries.

2003-08-29 Thread Mike At Spy
* Thus wrote Mike At Spy ([EMAIL PROTECTED]): It did install some jpeg stuff under /usr/local/bin, but I don't see anything added to /usr/local/lib. After that, I re-compiled php with: --with-jpeg But nothing changed. I re-compiled again with:

RE: [PHP] jpeg libraries.

2003-08-29 Thread Mike At Spy
: Thursday, August 28, 2003 7:27 PM To: Mike At Spy Cc: [EMAIL PROTECTED] Subject: Re: [PHP] jpeg libraries. Hi, Friday, August 29, 2003, 6:39:16 AM, you wrote: MAS I got the jpeg libraries from: MAS http://freshmeat.net/projects/libjpeg/?topic_id=105%2C809 MAS And installed them; even

Re: [PHP] jpeg libraries.

2003-08-29 Thread Jason Wong
On Friday 29 August 2003 23:19, Mike At Spy wrote: * Thus wrote Mike At Spy ([EMAIL PROTECTED]): It did install some jpeg stuff under /usr/local/bin, but I don't see anything added to /usr/local/lib. After that, I re-compiled php with: --with-jpeg But nothing changed.

Re: [PHP] jpeg libraries.

2003-08-29 Thread Curt Zirzow
* Thus wrote Jason Wong ([EMAIL PROTECTED]): On Friday 29 August 2003 23:19, Mike At Spy wrote: * Thus wrote Mike At Spy ([EMAIL PROTECTED]): It did install some jpeg stuff under /usr/local/bin, but I don't see anything added to /usr/local/lib. After that, I re-compiled php

RE: [PHP] jpeg libraries.

2003-08-29 Thread Mike At Spy
Does anyone know how to get jpeg enabled in gd? Yes. I'm using php 4.3.3. Unless dramatic changes were made in 4.3.3 then the procedure should be the same as the previous versions. Namely: --with-gd --with-jpeg-dir=/directory/where/jpeg/libs/are/installed manual Image functions

Re: [PHP] jpeg libraries.

2003-08-29 Thread Jason Wong
On Saturday 30 August 2003 00:47, Mike At Spy wrote: --with-gd --with-jpeg-dir=/directory/where/jpeg/libs/are/installed manual Image functions Read the above again (see below). Ok, now I did instal what I believe were the jpeg libraries, or at least were lead to believe they were.

RE: [PHP] jpeg libraries.

2003-08-29 Thread Mike At Spy
Jason et al; Thanks for all of your help up - I really appreciate it. However, I still have the issue that while the jpeg libraries were installed, the weren't. :\ This is what was installed through the only binary for jpeg libaries I can find on the net off hand: jpegsrc.v6b.tar.gz yields:

Re: [PHP] jpeg libraries.

2003-08-29 Thread Jason Wong
On Saturday 30 August 2003 03:49, Mike At Spy wrote: [snip] However, I still have the issue that while the jpeg libraries were installed, the weren't. :\ This is what was installed through the only binary for jpeg libaries I can find on the net off hand: jpegsrc.v6b.tar.gz [snip] Please

Re: [PHP] jpeg libraries.

2003-08-28 Thread Curt Zirzow
* Thus wrote Mike At Spy ([EMAIL PROTECTED]): It did install some jpeg stuff under /usr/local/bin, but I don't see anything added to /usr/local/lib. After that, I re-compiled php with: --with-jpeg But nothing changed. I re-compiled again with: --with-jpeg=/usr/local/bin try