Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Compress-LZO CPAN distribution.

Report information
The Basics
Id: 86115
Status: open
Priority: 0/
Queue: Compress-LZO

People
Owner: Nobody in particular
Requestors: ski [...] allafrica.com
Cc:
AdminCc:

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



Subject: Compress::LZO doesn't build from cpan
Date: Thu, 13 Jun 2013 12:05:04 -0400
To: bug-Compress-LZO [...] rt.cpan.org
From: Brian Szymanski <ski [...] allafrica.com>
Compress::LZO seems to do a poor job of configuring itself, requiring me to edit the Makefile.PL to build instead of building transparently from cpan. Why not just check some standard locations for lzoconf.h and lzo1x.h, setting $LZO_INCLUDE appropriately. The same could be done for $LZO_LIB. Thanks, -- Brian SzymaƄski AllAfrica Global Media <http://allafrica.com/> 920 M St. SE Washington DC 20003 tel: +1 202.546.0777 x117 fax: +1 202.546.0676
Download fcfjhajj.png
image/png 2.6k
fcfjhajj.png
On 2013-06-13 12:05:51, ski@allafrica.com wrote: Show quoted text
> Compress::LZO seems to do a poor job of configuring itself, requiring me > to edit the Makefile.PL to build instead of building transparently from > cpan. > > Why not just check some standard locations for lzoconf.h and lzo1x.h, > setting $LZO_INCLUDE appropriately. The same could be done for $LZO_LIB.
A patch to do automatic configuration at least on freebsd systems: - http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Compress-LZO-1.08-RT86115.patch Also it seems that -llzo is nowadays -llzo2 (all OS?) - http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Compress-LZO-1.08-RT46544.patch Regards, Slaven