Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 124259
Status: rejected
Priority: 0/
Queue: Imager

People
Owner: Nobody in particular
Requestors: rysa-naka [...] blue.ocn.ne.jp
Cc:
AdminCc:

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



Subject: Could not install JPEG libraries and other critical libraries
Date: Mon, 29 Jan 2018 18:47:56 +0900
To: bug-Imager [...] rt.cpan.org
From: 中村彰 <rysa-naka [...] blue.ocn.ne.jp>
Dear Sir, I am appreciating the CPAN module Imger so far on my old Mac OS X Yosemite. And even after upgrading the OS version to High Sierra, it works! Recently, I tried to install Imager by using CPAN, JPEG library and other libraries could not be installed. The attached file, report txt, is the outcome of "perl errep.perl” command. Please consult the file and inform me the method of resolution. Many appreciations! Best regards, Akira Nakamura

Message body is not shown because sender requested not to inline it.

CC: ;
Subject: Re: [rt.cpan.org #124259] Could not install JPEG libraries and other critical libraries
Date: Tue, 30 Jan 2018 08:45:41 +1100
To: 中村彰 via RT <bug-Imager [...] rt.cpan.org>
From: Tony Cook <tony [...] develop-help.com>
On Mon, Jan 29, 2018 at 05:04:16AM -0500, 中村彰 via RT wrote: Show quoted text
> Mon Jan 29 05:04:09 2018: Request 124259 was acted upon. > Transaction: Ticket created by rysa-naka@blue.ocn.ne.jp > Queue: Imager > Subject: Could not install JPEG libraries and other critical libraries > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: rysa-naka@blue.ocn.ne.jp > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124259 > > > > Dear Sir, > > I am appreciating the CPAN module Imger so far on my old Mac OS X Yosemite. > And even after upgrading the OS version to High Sierra, it works! > > Recently, I tried to install Imager by using CPAN, JPEG library and other libraries could not be installed. > > The attached file, report txt, is the outcome of "perl errep.perl” command. > > Please consult the file and inform me the method of resolution.
Hi, Imager's installation won't install the libjpeg, libtiff, libgif etc libraries needed by Imager's file modules, you need to install these from source, or via a package manager. For OS X, this is typically as simple as: - download the file - extract and build: tar xzf libjpeg8b.tar.gz cd libjpeg8b ./configure make && sudo make install for each library. See https://metacpan.org/pod/distribution/Imager/lib/Imager/Install.pod for more information on where to find the library sources, and possible issues with installing them. An alternative is to use one of the package management systems for OS X, and install their library packages. I don't use any of them, but: https://www.quora.com/Should-I-use-Fink-MacPorts-Homebrew-or-something-else-for-MacOS-package-management-Which-are-most-popular-currently-Are-there-any-newer-players-worth-preferring-such-as-Rudix provides a reasonable comparison of MacPorts and Homebrew. Tony
Subject: Re: [rt.cpan.org #124259] Could not install JPEG libraries and other critical libraries
Date: Tue, 30 Jan 2018 08:15:39 +0900
To: bug-Imager [...] rt.cpan.org
From: 中村彰 <rysa-naka [...] blue.ocn.ne.jp>
Dear the Master, Tony, I really appreciate the solution provided from your mail. And also I am grad to share your instruction with my friends. Best regards. Akira Show quoted text
> 2018/01/30 6:45、tony@develop-help.com via RT <bug-Imager@rt.cpan.org>のメール: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=124259 > > > On Mon, Jan 29, 2018 at 05:04:16AM -0500, 中村彰 via RT wrote:
>> Mon Jan 29 05:04:09 2018: Request 124259 was acted upon. >> Transaction: Ticket created by rysa-naka@blue.ocn.ne.jp >> Queue: Imager >> Subject: Could not install JPEG libraries and other critical libraries >> Broken in: (no value) >> Severity: (no value) >> Owner: Nobody >> Requestors: rysa-naka@blue.ocn.ne.jp >> Status: new >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124259 > >> >> >> Dear Sir, >> >> I am appreciating the CPAN module Imger so far on my old Mac OS X Yosemite. >> And even after upgrading the OS version to High Sierra, it works! >> >> Recently, I tried to install Imager by using CPAN, JPEG library and other libraries could not be installed. >> >> The attached file, report txt, is the outcome of "perl errep.perl” command. >> >> Please consult the file and inform me the method of resolution.
> > Hi, > > Imager's installation won't install the libjpeg, libtiff, libgif etc > libraries needed by Imager's file modules, you need to install these > from source, or via a package manager. > > For OS X, this is typically as simple as: > > - download the file > > - extract and build: > > tar xzf libjpeg8b.tar.gz > cd libjpeg8b > ./configure > make && sudo make install > > > for each library. > > See > https://metacpan.org/pod/distribution/Imager/lib/Imager/Install.pod > for more information on where to find the library sources, and > possible issues with installing them. > > An alternative is to use one of the package management systems for OS > X, and install their library packages. I don't use any of them, but: > > https://www.quora.com/Should-I-use-Fink-MacPorts-Homebrew-or-something-else-for-MacOS-package-management-Which-are-most-popular-currently-Are-there-any-newer-players-worth-preferring-such-as-Rudix > > provides a reasonable comparison of MacPorts and Homebrew. > > Tony >