Hi :
Since the last apache upgrade (1.3.29) , certain perl scripts is failing
By example, a script that chek modules installed works fine for root, but fail with the users
With user privileges:
opendir(./../../../../..): Permission denied at /usr/lib/perl5/5.6.1/FindBin.pm line 143
Can't stat //Kernel/cpan-lib: No such file or directory
CGI ... ok
Date::Pcalc ... not installed! (required - use "perl -MCPAN -e shell;")
DBI ... ok
Digest::MD5 ... ok
Email::Valid ... not installed! (required - use "perl -MCPAN -e shell;")
IO::Scalar ... ok
IO::Wrap ... ok
Authen::SASL ... not installed! (for SMTP backend - not required)
With root all works fine. All modules are installed ...
Any ideas ?
Thanks in advance
Since the last apache upgrade (1.3.29) , certain perl scripts is failing
By example, a script that chek modules installed works fine for root, but fail with the users
With user privileges:
opendir(./../../../../..): Permission denied at /usr/lib/perl5/5.6.1/FindBin.pm line 143
Can't stat //Kernel/cpan-lib: No such file or directory
CGI ... ok
Date::Pcalc ... not installed! (required - use "perl -MCPAN -e shell;")
DBI ... ok
Digest::MD5 ... ok
Email::Valid ... not installed! (required - use "perl -MCPAN -e shell;")
IO::Scalar ... ok
IO::Wrap ... ok
Authen::SASL ... not installed! (for SMTP backend - not required)
With root all works fine. All modules are installed ...
Any ideas ?
Thanks in advance