Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 16647
Status: resolved
Priority: 0/
Queue: Imager

People
Owner: TONYC [...] cpan.org
Requestors: xarold [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Cannot install jpeg support in Imager

Message body is not shown because it is too large.

From: Tony Cook <tony [...] develop-help.com>
Date: Wed, 21 Dec 2005 15:25:54 +1100
To: Guest via RT <bug-Imager [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #16647] Cannot install jpeg support in Imager
RT-Send-Cc:
Hi, You need to install the library and header files too, which make install doesn't do for libjpeg. To do that do: make install-lib You may also need to do: ranlib /usr/local/lib/libjpeg.a Once you've done that Makefile.PL should detect libjpeg and build Imager with JPEG support. Tony On Tue, Dec 20, 2005 at 08:58:46PM -0500, Guest via RT wrote: Show quoted text
> $ sudo make install > /usr/bin/install -c cjpeg /usr/local/bin/cjpeg > /usr/bin/install -c djpeg /usr/local/bin/djpeg > /usr/bin/install -c jpegtran /usr/local/bin/jpegtran > /usr/bin/install -c rdjpgcom /usr/local/bin/rdjpgcom > /usr/bin/install -c wrjpgcom /usr/local/bin/wrjpgcom > /usr/bin/install -c -m 644 ./cjpeg.1 /usr/local/man/man1/cjpeg.1 > /usr/bin/install -c -m 644 ./djpeg.1 /usr/local/man/man1/djpeg.1 > /usr/bin/install -c -m 644 ./jpegtran.1 /usr/local/man/man1/jpegtran.1 > /usr/bin/install -c -m 644 ./rdjpgcom.1 /usr/local/man/man1/rdjpgcom.1 > /usr/bin/install -c -m 644 ./wrjpgcom.1 /usr/local/man/man1/wrjpgcom.1