After updating sabnzbd via pkg using FreeBSD 11, I see the following error:
Code: Select all
service sabnzbd start
Starting sabnzbd.
Sorry, requires Python module sqlite3
Try: apt-get install python-pysqlite2
/usr/local/etc/rc.d/sabnzbd: WARNING: failed to start sabnzbd
I have checked and it seems sqlite3 is installed along with the python module:
Code: Select all
pkg info | grep sqlite
py27-sqlite3-2.7.13_7 Standard Python binding to the SQLite3 library (Python 2.7)
sqlite3-3.20.0_2 SQL database engine in a C library
Any suggestions as to what else I could try?
thanks