简体   繁体   中英

PHP Cron job on plesk server, can't load mssql.so

I've set up my first cron on a new server running plesk. The script can't access the database and just throws this error:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mssql.so' - /usr/lib64/php/modules/mssql.so: cannot open shared object file: No such file or directory in Unknown on line 0

I used the following settings to run the cron job:

php /path/to/my/script.php

And also tried:

/usr/bin/php /path/to/my/script.php

Not a problem in the script, I have tested manually.

The server likely doesn't have the mssql module installed.

zipp@zeratul:~$ sudo apt-cache search php5 mssql
php5-sybase - Sybase / MS SQL Server module for php5

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM