Ask a Question related to PHP Development, Design and Development.
-
Mike At Spy #1
jpeg libraries.
I got the jpeg libraries from:
[url]http://freshmeat.net/projects/libjpeg/?topic_id=105%2C809[/url]
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
Mike At Spy Guest
-
ANN: Tag Libraries for XML
I assembled tag libraries for 4 XML based languages: RSS 2.0 http://www.massimocorner.com/dreamweaver/xml/rss_2.0.mxp DocBook 4.2:... -
Swatch Libraries
Incidentally, it's always a good idea to save a copy of your preferences somewhere before trashing them. If that trick doesn't fix your problem, it's... -
Includes in libraries
A fairly simple question: I have a library A which depends on library B and C. Currently I have: <?php include("A.inc.php");... -
[PHP] jpeg libraries.
On Friday 29 August 2003 23:19, Mike At Spy wrote: Yes. Unless dramatic changes were made in 4.3.3 then the procedure should be the same as... -
where to put private/raa libraries?
How does ruby looks up a class/module when you use 'require'? Does it use any system environment variables? For example can I put my... -
Curt Zirzow #2
Re: [PHP] jpeg libraries.
* Thus wrote Mike At Spy (spycobalt@spyproductions.com):
try --with-jpeg=/usr/local>
> 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
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
Curt Zirzow Guest
-
Tom Rogers #3
Re: [PHP] jpeg libraries.
Hi,
Friday, August 29, 2003, 6:39:16 AM, you wrote:
MAS> I got the jpeg libraries from:
MAS> [url]http://freshmeat.net/projects/libjpeg/?topic_id=105%2C809[/url]
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
Tom Rogers Guest



Reply With Quote

