[ic] Still Clueless

Chris Rapier interchange-users@interchange.redhat.com
Mon Sep 3 23:12:01 2001


"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?