Discussion:
missing jpeglib.h
(too old to reply)
David G. Schlecht
2004-09-26 17:20:06 UTC
Permalink
Hi All,

I ran across an interesting article in Linux Magazine about
the Netpbm utilities. When trying to "make" the tools,
from source, I get a missing file error for jpeglib.h.

The error is correct, there is no such animal on my machine
and I've found no such animal on any of the install CDs (v3.02),
either.

Of course, I checked the makefile and Readme for Netpbm but
no info there.

Any suggestions on where to find this missing piece?

Any help would be appreciated.

-Dave
--
+ David G. Schlecht
+ President
+ DGS Consulting, Inc.
+ http://www.dgs-services.com/
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Michael Marsh
2004-09-26 17:30:14 UTC
Permalink
On Sun, 26 Sep 2004 10:00:08 -0700, David G. Schlecht
Post by David G. Schlecht
I ran across an interesting article in Linux Magazine about
the Netpbm utilities. When trying to "make" the tools,
from source, I get a missing file error for jpeglib.h.
It looks like you need to install libjpeg62-dev .
--
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Martin Dickopp
2004-09-26 21:20:06 UTC
Permalink
Post by David G. Schlecht
I ran across an interesting article in Linux Magazine about
the Netpbm utilities. When trying to "make" the tools,
from source, I get a missing file error for jpeglib.h.
The error is correct, there is no such animal on my machine
and I've found no such animal on any of the install CDs (v3.02),
either.
Of course, I checked the makefile and Readme for Netpbm but no info
there.
Any suggestions on where to find this missing piece?
The specific answer is to install the libjpeg62-dev package.
The general answer to this kind of problem is
<http://www.debian.org/distrib/packages#search_contents>.

Martin
--
,--. ,= ,-_-. =.
/ ,- ) Martin Dickopp, Dresden, Germany ((_/)o o(\_))
\ `-' http://www.zero-based.org/ `-'(. .)`-'
`-. \_/
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Loading...