HP3000-L Archives

November 2001, Week 1

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:
Ken Hirsch <[log in to unmask]>
Reply To:
Ken Hirsch <[log in to unmask]>
Date:
Thu, 1 Nov 2001 16:22:31 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
Donna wrote:


> Danny van Delft wrote:
>
> > Well, the problem in this case is not the perl program itself,
> > but the Term::ReadLine module. If it can't find /dev/tty, nor a
> > dos device (CON?), it will default to sys$console.
> >
> > So, you might want to make the /dev/tty entry (with mknod).
>
> tis already there....         <sigh>         - d
>


Is it visible when you try to run CPAN?  If you're logged on as MGR.PERL, it
might not be.  I seem to recall at one time having to change permissions on
the /dev directory.

So, do an
  ls -ld /dev
and
  ls -l /dev/tty

To see whether perl thinks the file exists (using the test from
Readline.pm), type:
  perl -le 'print -e "/dev/tty" '
which will print "1" if it exists or a blank line if it doesn't.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2