I would like to run the below command as cron in my server
exim -bp|grep frozen|awk '{print $3}' |xargs exim -Mrm > /dev/null 2>&1
But when i run this command as cron 5 min once it it gives the below error
exim: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
but if it run it normally in terminal it was working
How to fix this ?
I'm facing this issue only after cP update
exim -bp|grep frozen|awk '{print $3}' |xargs exim -Mrm > /dev/null 2>&1
But when i run this command as cron 5 min once it it gives the below error
exim: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
but if it run it normally in terminal it was working
How to fix this ?
I'm facing this issue only after cP update
Last edited by a moderator: