Page 1 of 1

Sabnzbd-4.0.1 missing _sqlite3

Posted: June 6th, 2023, 11:48 am
by jzdoe
I have make altinstalled Python 3.10.2 on AlmaLinux 8. I have my systemd/system/sabnzbd.service pointing to /usr/local/bin/python3.10.2 and SABnzbd is starting up to the point of importing _sqlite.

I installed Python 3.10 with --enable-loadable-sqlite-extensions. For some reason, there isn't a _sqlite file in /usr/local/lib/python3.10/sqlite3/.
What am I missing to finish installing SABnzbd-4.0.1. I have a text file with commands showing what was done but I don't see yet how to attach yet.

Re: Sabnzbd-4.0.1 missing _sqlite3

Posted: June 6th, 2023, 4:25 pm
by jzdoe
I figured out what the issue was. sqlite-devel was missing

dnf install sqlite-devel

Inside Python 3.10.2 folder
./configure --enable-loadable-sqlite-extensions --enable-optimizations
make
make altinstall