A
A
Anton2014-12-26 11:32:27
ubuntu
Anton, 2014-12-26 11:32:27

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

2 answer(s)
K
krypt3r, 2014-12-26
@krypt3r

dll in ubuntu? Did you take the php config from Windows?

T
tzlom, 2014-12-26
@tzlom

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 question

Ask a Question

731 491 924 answers to any question