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.
Sabnzbd-4.0.1 missing _sqlite3
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Sabnzbd-4.0.1 missing _sqlite3
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
dnf install sqlite-devel
Inside Python 3.10.2 folder
./configure --enable-loadable-sqlite-extensions --enable-optimizations
make
make altinstall
