This is a discussion on jpeg libraries. within the PHP General forums, part of the PHP Programming Forums category; I got the jpeg libraries from: http://freshmeat.net/projects/libjpe...c_id=105%2C809 And installed them; even did a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I got the jpeg libraries from: http://freshmeat.net/projects/libjpe...c_id=105%2C809 And installed them; even did a make test to make sure everything was correct. 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 And nothing changed. Anyone have any ideas as to what is going on? Or a suggestion as to what to look for? Thanks, -Mike |
|
|||
|
* Thus wrote Mike At Spy (spycobalt@spyproductions.com):
> > 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 --with-jpeg=/usr/local Curt -- "I used to think I was indecisive, but now I'm not so sure." |
|
|||
|
Hi,
Friday, August 29, 2003, 6:39:16 AM, you wrote: MAS> I got the jpeg libraries from: MAS> http://freshmeat.net/projects/libjpe...c_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, but I don't see MAS> anything added to /usr/local/lib. MAS> After that, I re-compiled php with: MAS> --with-jpeg MAS> But nothing changed. MAS> I re-compiled again with: MAS> --with-jpeg=/usr/local/bin MAS> And nothing changed. MAS> Anyone have any ideas as to what is going on? Or a suggestion as to what to MAS> look for? MAS> Thanks, MAS> -Mike You may also need to recompile gd -- regards, Tom |