|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at MBAY dot NET>
Subject: Re: make test fail's on HP-UX 10.10/perl 5.004_04/sybperl 2.09
Date: Feb 18 1998 6:54PM
Dan Johansson wrote:
>
> Hi,
>
> I'm new to sybperl (and perl, and this list) so please bear with me.
>
> I'm trying to install sybperl 2.09 on HP-UX 10.10 whith 5.004_04.
> make works fine (static linking due too bundled CC-compiler)
> make test fails (se below).
A suggestion - get and install gcc :-)
> perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> /usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/contrib/lib/perl5/PA-RISC1.1/5.00404/auto/IO/IO.sl
> /usr/lib/dld.sl: Permission denied
This doesn't look like a sybperl problem, but rather like a
permission problem to load the IO.sl shared object (how did you
build the IO.sl file with the bundled cc, btw?)
I'm not sure what the permissions should be, but the minimum should
probably be 0444, although 0555 is maybe required.
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@datamig.com -||- http://www.mbay.net/~mpeppler
|