Answer the question
In order to leave comments, you need to log in
What to do, messages from Cron constantly come?
Constantly getting messages:
"Cron [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f - cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete"
"PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/ php5/20090626+lfs/php_iconv.dll' - /usr/lib/php5/20090626+lfs/php_iconv.dll: cannot open shared object file: No such file or directory in Unknown on line 0"
Answer the question
In order to leave comments, you need to log in
Also, php probably won't start in cli mode :)
Go to php configs (everyone has it differently, usually it's something like /etc/php/php5-cli/* ) and remove the connection of the php_iconv.dll module, it's either on a different path is located, either with a different name, or not at all, it's strange for me to see .dll on Linux, it shouldn't be like that.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question