Optware / Optware-ng

279 stars 52 forks source link

File not found in Unknown on line 0 #227

Closed me11ved closed 6 years ago

me11ved commented 6 years ago

Hi! Please check the PHP library. When I try to execute a query in the console, I get an error. I can not run the cron. Thank you!

console query:

/opt/bin/php -q /opt/var/sites/path/cron.php >> /opt/var/log/cron.log 2>&1

error:

PHP Warning: PHP Startup: Unable to load dynamic library '/opt/lib/php/extensions/mcrypt.so' - File not found in Unknown on line 0

ls -s /opt/lib/php/extensions/
mcrypt.so - exist
ipkg install php-mcrypt --force-reinstall
no result
alllexx88 commented 6 years ago

Hi, Should be fixed now: please upgrade libtool package and test:

ipkg update
ipkg upgrade libtool
/opt/bin/php -m