I am new to perl . I have a job working fine when I manually run it. But I get problems when I put that perl script inside the cron.
I see the following error message.
Install_driver(Oracle) failed: Can't load '/usr/lib/perl5/site_perl/5.8.5/i386-l inux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.s o.10.1: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230. at (eval 4) line 3 Compilation failed in require at (eval 4) line 3. Perhaps a required shared library or dll isn't installed where expected at /applic/current/rrrLogin.pm line 34 Compilation failed in require at /applic/current/datqw.pm line 20. BEGIN failed--compilation aborted at /applic/current/datqw.pm line 20. Compilation failed in require at /applic/current/vv_fetch.pl line 5. BEGIN failed--compilation aborted at /applic/current/vv_fetch.pl line 5.
Thanks in Advance
Vaish