in reply to PAR::Heavy failed to map segment
Looks like some policy stopped the dynamic linker mapping in the object file. Your /tmp might be mounted noexec, for instance. Try using a different temporary path (perhaps there is an environment variable like TEMP or TMP you can use to override the default /tmp - UTSL. If you still get this on the same filesystem that you have other shared objects on, enquire further).
The perl-devel is just Perl compiled with debugging symbols. apt-get is a command that comes with the Debian Linux distribution that installs new software; they package the debugging version of Perl in that package.
You should be able to install and use PAR as a normal user.
$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PAR::Heavy failed to map segment
by tomazos (Deacon) on Jul 14, 2005 at 12:32 UTC | |
by mugwumpjism (Hermit) on Jul 14, 2005 at 23:31 UTC |