Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PDL CPAN distribution.

Report information
The Basics
Id: 65455
Status: resolved
Priority: 0/
Queue: PDL

People
Owner: Nobody in particular
Requestors: softdev [...] leandrohermida.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.4.7
Fixed in: 2.4.8



Subject: Add /usr/lib64/hdf library path to IO/HDF/Makefile.PL @HDF_lib_locations
On Fedora with all the required HDF RPMs installed PDL says it cannot find libdf.a during make making. It is located in /usr/lib64/hdf and this should be added to IO/HDF/Makefile.PL: @HDF_lib_locations = ( '/usr/lib64', '/usr/lib64/hdf', <<-------- add '/usr/local/netcdf/lib', '/usr/local/lib', '/usr/local/lib64', '/opt/local/lib', '/usr/lib', '/usr/lib/hdf', '/opt/lib' );
PDL support is mailing list based. Our bug tracker is on the sf.net site. Please see the PDL web pages for links: http://pdl.perl.org The standard way to customize include paths for many of the external library based features is by editing parameters in the perldl.conf file.