Ganesh Krishnan wrote: > --------If this is a duplicate please ignore. I wasn’t sure if my > first message got through-------------- > > I am having problems compiling PDL. I am installing to a non-standard > location and specified the PREFIX as ../bin/PDL and LIB as ../PDL. I > have perl 5.8.6 on a 64-bit machine running Linux. It fails with the > following error message: > > Appending installation info to ../PDL/i686-linux/perllocal.pod > doc_site_install: Building PDL documentation database ... > Can't load '……………………./PDL-2.4.4/blib/arch/auto/PDL/Core/Core.so' for > module
If I had to guess, the problem is because '……………………./PDL-2.4.4/blib/arch/auto/PDL/Core/Core.so' does not exist. I'm not sure what happened but perhaps relative PREFIX and LIB values confused the configuration. I recommend using an absolute path for both. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
