Skip Menu |

This queue is for tickets about the Geo-Shapelib CPAN distribution.

Report information
The Basics
Id: 119994
Status: resolved
Priority: 0/
Queue: Geo-Shapelib

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Does not build out of the box on RedHat-like systems
Makefile.Pl does not detect the standard location of the shapelib library on RedHat-like systems, which is /usr/lib64/libshp.so Additionally, the error message says: ... command line parameter --shapefile= or with environment ... but it should be --shapelib, not --shapefile.
Should work now in 0.22 On Thu Jan 26 03:15:39 2017, SREZIC wrote: Show quoted text
> Makefile.Pl does not detect the standard location of the shapelib > library on RedHat-like systems, which is /usr/lib64/libshp.so > > Additionally, the error message says: > ... > command line parameter --shapefile= or with environment > ... > > but it should be --shapelib, not --shapefile.
On 2017-01-26 12:27:27, AJOLMA wrote: Show quoted text
> Should work now in 0.22 > > On Thu Jan 26 03:15:39 2017, SREZIC wrote:
> > Makefile.Pl does not detect the standard location of the shapelib > > library on RedHat-like systems, which is /usr/lib64/libshp.so > > > > Additionally, the error message says: > > ... > > command line parameter --shapefile= or with environment > > ... > > > > but it should be --shapelib, not --shapefile.
>
Confirmed, works now.