What to change when I do not use intl.so

Discussion in 'General' started by Olgierd, Apr 8, 2013.

  1. Olgierd

    Olgierd Member

    I have warning after using script cron_daily.sh

    30 00 * * * /usr/local/ispconfig/server/cron_daily.sh > /dev/null 2>> /var/log/ispconfig/cron.log

    PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/intl.so' - /usr/lib/php5/20090626/intl.so: cannot open shared object file: No such file or directory in Unknown on line 0

    I do not use php5-intl only php5-idn.

    What to change in cron_daily.php ? Does anybody has other verison of this script ?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Just comment out the module in your php.ini (or in the appropriate include file).
     

Share This Page