HP3000-L Archives

August 1997, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Wilkinson <[log in to unmask]>
Reply To:
Date:
Thu, 28 Aug 1997 11:09:08 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
>shell/iX:/SYS/PUB> perl -v
 =
**** EXEC FUNCTION FAILED; subsys =3D517; info =3D 48 =
ABORT: /perl/perl =
NM SYS   a.00a82288 dbg_abort_trace+$24
NM UNKN  159.0033ef6c =
NM UNKN  884.0004bbd8 =
[1] + Done (134) perl -v
  720995        Abort   perl
shell/iX:/SYS/PUB><

Try looking at the permissions on any lib directories you have on your
machine. They should read (when doing an ls -l)

drwxr-xr-x     For directories
-rwxr-xr-x     For the Libraries themselves (   .a or .sl files)

Use...

chmod g+rx
chmod o+rx

to change the permissions. Basically, anyone on the system needs at least
(r)ead and (x)ecute access to the library directories...

/lib
/usr/lib
/usr/local/lib

Rgds.
Mark W.

ATOM RSS1 RSS2