----- Original Message ----- From: "na na" <[EMAIL PROTECTED]>
[snip] > > gcc -c -D_HPUX_SOURCE -mpa-risc-2-0 -fno-strict-aliasing -pipe -I/usr/local/ include -D_LARGEFILE_SOURCE -I/usr/local/lib/perl5/5.8.6/PA-RISC2.0/CORE main.c In file included from mktmpdir.c:1, > > from main.c:56: > > mktmpdir.h:72:18: sha1.c: No such file or directory > The crux of the problem seems to be that sha1.c cannot be found - and I think that all ensuing errors stem from that. sha1.c should be in the same directory as mktmpdir.h (in the 'myldr' folder). Is it ? Perhaps the problem arises from something that CPAN interactive shell is failing to do. Try installing PAR without using the CPAN or CPANPLUS modules - ie grab the PAR source tarball from cpan, extract it to some location, cd to that location and run in succession 'perl Makefile.PL', 'make test' and finally 'make install' (if 'make test' runs successfully). Cheers, Rob
