[2350] in testers
[Marc Horowitz: sun4 7.6F: perl]
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Mon Aug 9 11:33:15 1993
To: testers@Athena.MIT.EDU
Date: Mon, 09 Aug 93 11:33:04 EDT
From: Ezra Peisach <epeisach@Athena.MIT.EDU>
Perl yet againn.....
------- Forwarded Message
Received: from ATHENA-AS-WELL.MIT.EDU by e40-po.MIT.EDU (5.61/4.7) id AA22652; Sun, 8 Aug 93 15:30:10 EDT
Received: from DEATHTONGUE.MIT.EDU by Athena.MIT.EDU with SMTP
id AA00201; Sun, 8 Aug 93 15:30:07 EDT
Received: by deathtongue.MIT.EDU (5.0/4.7) id AA00608; Sun, 8 Aug 93 15:30:05 EDT
Message-Id: <9308081930.AA00608@deathtongue.MIT.EDU>
To: bugs@Athena.MIT.EDU
Subject: sun4 7.6F: perl
Date: Sun, 08 Aug 93 15:30:05 EDT
From: Marc Horowitz <marc@Athena.MIT.EDU>
Content-Length: 954
System name: deathtongue
Type and version: SPARC/IPX 7.6F
Display type: cgthree
What were you trying to do?
Run a perl script which uses sockets.
What's wrong:
the perl library is misinstalled.
<4> deathtongue:~> (unsetenv PERLLIB ; /usr/athena/bin/perl -e 'print join(":",@INC),"\n";' )
/usr/athena/lib/perl:.
<5> deathtongue:~> ls /usr/athena/lib/perl
perl/
the stuff in /usr/athena/lib/perl/perl should be in /usr/athena/lib/perl.
In addition, there are subdirectories missing from the lib dir, namely:
X/ X11/ admin/ arpa/ inet/ kerberos/ net/ netinet/ nfs/ protocols/
rpc/ rpcsvc/ vm/
I use arpa, net, inet, and netinet, so this is not a specious
argument. There's no reason not to include all the subdirs of
/usr/include in the perl lib directory. If you want a regression
test, I have a couple scripts I can give you.
What should have happened:
my scripts should have worked.
Please describe any relevant documentation references:
------- End of Forwarded Message