Problems configuring crontab
Posted: 2010-12-15 16:00
Hello!
I have problems configuring a cronjob.
Here is my cron-file:
It starts normally every wednesday at 14:03 but I get the following message in my root mail:
Interesting: When I start the script manually by changing the directory and then running the script, it runs normally. This way is how I start the script normally:
Can anyone help me??? Is it a permission problem? :-?
Thanks in advance!
I have problems configuring a cronjob.
Here is my cron-file:
Code: Select all
03 14 * * 3 /opt/reporting/bin/kul.pl > /opt/reporting/log/kul.log
Code: Select all
install_driver(Oracle) failed:5.8.8/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.11.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
at (eval 915) line 3
Compilation failed in require at (eval 915) line 3.
Perhaps a required shared library or dll isn't installed where expected
at /opt/reporting/bin/kulanzen.pl line 99
Code: Select all
cd /opt/reporting/bin
./kul.pl
Thanks in advance!