file ownership problem with Perl



Sounds like a strange subject

Here's what is happening. I have sudo rights on the HPUX server, and
I'm a developer new to HPux. I might be mis-interpreting the error
message but it says that failed to accesss a library, which I
confirmed was installed, due to insufficient privledges. The library
is indeed in that directory, but seems that I or perl can't access
it. Is this a perl build permission's problem, my login or sudo's
permission's problem, or what??? The file is located in a
subdirectory of perl's library.

Being new to HPUX and new to sudo I have not seen this sort of error
before. I have developed on mac's tiger and linux without these
issues, but I had root or ownership rights there.

Thanks
Mike





Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" test.t
/usr/lib/hpux32/dld.so: Mmap failed for the library</opt/perl/lib/
5.8.3/IA64.ARCHREV_0-thread-multi/auto/Cwd/Cwd.so> : Permission
denied.
test....ok
All tests successful.

.