[ic] Still Clueless

Frederick R. Matzen interchange-users@interchange.redhat.com
Mon Sep 3 23:29:01 2001


the results are:

lsh107:~$ perl -e 'use Cwd; $dir = cwd(); print "my dir is $dir\n";'
my dir is /home/shop4thingys
lsh107:~$ which perl
/usr/bin/perl
lsh107:~$ ls -l /usr/bin/perl
lrwxrwxrwx   1 root     root           18 Aug 16 14:51 /usr/bin/perl ->
/usr/bin/perl5.6.0*
lsh107:~$

The OS is Redhat Linux, at least v.6 but they might have upgraded. I don't
know how to check except ask the site host.
I tried this install on Free BSD Linux also and had the same exact error on
another site host.

It's probably me :-)

> -----Original Message-----
> From: interchange-users-admin@interchange.redhat.com
> [mailto:interchange-users-admin@interchange.redhat.com]On Behalf Of
> Chris Rapier
> Sent: Monday, September 03, 2001 9:11 PM
> To: interchange-users@interchange.redhat.com
> Subject: Re: [ic] Still Clueless
>
>
>
>
> "Frederick R. Matzen" wrote:
> >
> > Here is the result:
> >
> > lsh107:~/interchange-4.8.1$ perl ./Makefile.PL
> > opendir(./../..): Permission denied at
> /usr/lib/perl5/5.6.0/FindBin.pm line
> > 143
> > Can't write uid file: Permission denied
> > lsh107:~/interchange-4.8.1$
> >
> > Same error. Would it be that I need to get my site host to
> check and see why
> > I cannot get a uid file written?
>
> Okay, I was wondering if it was a bug in FindBin. At this point I'm
> guessing there is just something weird as hell going.Give me until
> tomorrow, I'm going to take a look at some stuff and see what I can find
> out.
> In the meantime run this
> perl -e 'use Cwd; $dir = cwd(); print "my dir is $dir\n";'
>
> And let me know what you get. Also, run
> which perl and tell me what that says and lastly
> take the results of which perl and use ls -l
> to see if its a symbolic link or something.
>
> I don't know if I can figure out whats goign on but hey, work is slow
> right now.
>
> Also, what OS are you doing this on?
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users
>