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'
);