>I strongly suspect that you have a mount point somewhere along the path /usr/lib/perl5/site_perl/5.6.0/i386-linux/ that the user is seeing and root is not, or vice versa.
*** It's not just this directory. Other directory part of @INC has the same problem. >Next step: print out the mounts, /etc/fstab and look carefully along each element in the path /usr/lib/perl5/site_perl/5.6.0/i386-linux/ for mount points, nfs mounts, Samba shares and/or symlinks. What do you mean by "look carefully along each element in the path /usr/lib/perl5/site_perl/5.6.0/i386-linux/ for mount points, nfs mounts, Samba shares and/or symlinks" ?? The fstab is shown below: ++++++++++++++++++++++++ LABEL=/ / ext2 defaults 1 1 LABEL=/boot /boot ext2 defaults 1 2 LABEL=/home /home ext2 usrquota,grpquota,defaults 1 2 /dev/fd0 /mnt/floppy auto noauto,owner 0 0 none /proc proc defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0 /dev/hda6 swap swap defaults 0 0 ++++++++++++++++++++++++ Louis. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
