On Sun, 2006-09-10 at 16:14 +0000, Josh Narins wrote: > >>You'll need the libhdf4g stuff (not version 5) and you > >>may need the -dev and/or -run stuff too. I don't know > >>the Debian build process. > >> > >>See http://packages.debian.org/stable/libs/libhdf4g* > > > >I had the libhdf4g, -dev and -run packages installed. Maybe it was looking > >in the wrong place? Mine are here: > > > >/usr/lib/libmfhdf.a > >/usr/lib/libmfhdf.so > >/usr/lib/libmfhdf.so.4 > >/usr/lib/libmfhdf.so.4.1r4 > > Ugh, that's not them, they are here: > > /usr/lib/libhdf5-1.6.5.so.0 > /usr/lib/libhdf5-1.6.5.so.0.0.0 > /usr/lib/libhdf5.so > /usr/lib/libhdf5_cpp-1.6.5.so.0 > /usr/lib/libhdf5_cpp-1.6.5.so.0.0.0 > /usr/lib/libhdf5_cpp.so > /usr/lib/libhdf5_hl-1.6.5.so.0 > /usr/lib/libhdf5_hl-1.6.5.so.0.0.0 > /usr/lib/libhdf5_hl.so >
Those libs (the libhdf5 ones), are not the correct ones. The top ones should be fine, but make sure you have all of the misc libs you'll need (libmfhdf, libdf, libz, libm), as well as the headers installed. It's ok to have both versions installed at the same time, as the names don't overlap. I usually install the HDF5 libs under /usr/hdf5 rather than just /usr, as most software that requires HDF5 will find the libs easier that way. I would double check the headers. The files it's looking for are listed in the IO/HDF/Makefile.PL file. -Judd > Not sure what's happening here, I do have hdf4g and -dev and -run installed, > but I don't see the libs. I've removed the 5 series and am going to > reinstall 4 > and try again. > > _________________________________________________________________ > Check the weather nationwide with MSN Search: Try it now! > http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG > > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
