> $ ls -l /usr/local/lib/perl5/5.8.9/utf8* > -rw-rw--w- 1 ftp wheel 6918 Sep 10 2009 > /usr/local/lib/perl5/5.8.9/utf8.pm > -rw-rw--w- 1 ftp wheel 8001 Sep 10 2009 > /usr/local/lib/perl5/5.8.9/utf8_heavy.pl
Permissions seem wrong: "others" can change (write) these files, but not read them?!? run chmod a+r /usr/local/lib/perl5/5.8.9/utf8* and try again. -- Michael _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
