[pca] pca --man
Bliss, Kevin L
Bliss.Kevin at con-way.com
Tue Nov 18 17:36:26 CET 2008
What are the overall permissions? The line shown is trying to open a file for read access, do you have read access for pca. I would say you want something between 500 and 555 for pca.
________________________________
From: pca-bounces at lists.univie.ac.at [mailto:pca-bounces at lists.univie.ac.at] On Behalf Of Selk Robert (LOGIC_NET)
Sent: Tuesday, November 18, 2008 8:30 AM
To: pca at lists.univie.ac.at
Subject: [pca] pca --man
Hi everyone,
I have the follwoing problem if I try to open the manual for pca:
pca --man
Can't open /bin/pca: Permission denied at /usr/perl5/5.8.4/lib/Pod/Perldoc.pm line 1371.
I´m logged in as root and /bin/pca has x permissons.
Here is line 1371:
1370 local($_);
1371 open(TEST,"<", $file) or die "Can't open $file: $!"; # XXX 5.6ism
1372 while (<TEST>) {
1373 if (/^=head/) {
1374 close(TEST) or die "Can't close $file: $!";
1375 return 1;
1376 }
1377 }
1378 close(TEST) or die "Can't close $file: $!";
1379 return 0;
Any suggestions ?
Thank you.
Regards
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.univie.ac.at/mailman/private/pca/attachments/20081118/43d1dd00/attachment.html
More information about the pca
mailing list