Click to See Complete Forum and Search --> : Perldoc error?
Marcel2008
06-07-2001, 08:46 AM
I tried to run perldoc, got this error:
"Superuser must run /usr/bin/perldoc without security audit and taint checks"
Eh, ok i am root.
How?
TheLinuxDuck
06-07-2001, 09:17 AM
Try running it as:
<STRONG>perldoc -U -f functionname</STRONG>
(^=
Marcel2008
06-07-2001, 09:25 AM
perl -U -f DBD::ODBC
gives me "no documentation found for this function".
DBD::ODBC is a function right?
TheLinuxDuck
06-07-2001, 09:28 AM
Originally posted by Marcel2008:
<STRONG>perl -U -f DBD::ODBC
gives me "no documentation found for this function".
DBD::ODBC is a function right?</STRONG>
Not that I'm aware of.. (^=
EyesWideOpen
06-07-2001, 10:20 AM
Assuming you have DBD::ODBC (http://www.cpan.org/modules/by-module/DBD/) installed did you try just perldoc DBD::ODBC as a non-root user?