From: James E J. Jr. <mu...@fu...> - 2001-10-19 18:26:37
|
> Unhandled Error::Simple Exception > /usr/local/psp/share/piles/guide.pile not readable: No such file or > directory > > thrown at /usr/local/psp/lib/perl5/PSP/Loader.pm (line 304) > > is the error i get on all psp documents the file it is looking for is not > there and I followed the instructions to a T any other ideas? I just re-ran through those build instructions myself, and it appears that "make test_samples" fails because it cannot find the modules that were installed in /usr/local/psp/lib/perl5, and hence the sample piles were never installed. Please try the following: export PSP_CONF=/usr/local/psp/etc/psp.conf export PERL5LIB=/usr/local/psp/lib/perl5 make test_samples If this works, I'll go ahead and update the documentation. james |