tomazos has asked for the wisdom of the Perl Monks concerning the following question:
andrew:~/PAR-0.89$ perl Makefile.PL ... mktmpdir.h:72: sha1.c: No such file or directory ...
Update: As per the responses I ran sha1.c.PL manually and that allowed it to make. Now I am trying to make test and getting about 50% errors. It is a Linux system.
The first failed test is:
t/2-pp.......Can't load '/tmp/par-andrew/temp-23135/14504270.so' for m +odule IO: /tmp/par-andrew/temp-23135/14504270.so: failed to map segme +nt from shared object: Operation not permitted at /usr/lib/perl5/i386 +-linux/DynaLoader.pm line 206. at ../blib/lib/PAR/Heavy.pm line 81 Compilation failed in require at /usr/lib/perl5/i386-linux/IO/Handle.p +m line 256. BEGIN failed--compilation aborted at /usr/lib/perl5/i386-linux/IO/Hand +le.pm line 256. Compilation failed in require at /usr/lib/perl5/i386-linux/IO/Seekable +.pm line 101. BEGIN failed--compilation aborted at /usr/lib/perl5/i386-linux/IO/Seek +able.pm line 101. Compilation failed in require at /usr/lib/perl5/i386-linux/IO/File.pm +line 112. BEGIN failed--compilation aborted at /usr/lib/perl5/i386-linux/IO/File +.pm line 112. Compilation failed in require at -e line 305.
Could this be because I am not installing it as root? It is trying to write to /tmp it looks like? -Andrew.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing PAR problems
by pboin (Deacon) on Jul 13, 2005 at 01:36 UTC | |
|
Re: Installing PAR problems
by PodMaster (Abbot) on Jul 13, 2005 at 05:17 UTC | |
|
Re: Installing PAR problems (Update)
by gri6507 (Deacon) on Jul 13, 2005 at 13:14 UTC | |
by tomazos (Deacon) on Jul 13, 2005 at 14:33 UTC | |
by pboin (Deacon) on Jul 13, 2005 at 21:29 UTC |