Closed interduo closed 4 months ago
There's a fix for this in the new build_dpkg.sh
that hasn't shipped yet.
https://github.com/LibreQoE/LibreQoS/commit/68abb2b5b422211f798bd91d8e619fca90448112 https://github.com/LibreQoE/LibreQoS/commit/dbd1b6b46dd59cefa3088374611990800e02d4ce
It's similar - it scans lqosd
with ldd
, and then looks for an alternative libpython
to connect to.
Ohhhh i even little improve that code range. So after rebuild of deb package this issue could be closed. Probably -beta2?
Checked again that on newest state of develop branch, it's not existing anymore. So I close this. Thanks for tagging.
I installed a libreqos for testing purposes using download link from form and deb package libreqos_1.5.202406251802-1_amd64.deb.
After instalation I tried to run:
Simply check:
It suggests that build_dpkg.sh got some missed/broken check or broken/no dependancy check. I see when
bash -x ./build_dpkg.sh
that ldd screams with errorTemporary workaround for this:
ln -s /usr/lib/x86_64-linux-gnu/libpython3.12.so.1.0 /usr/lib/x86_64-linux-gnu/libpython3.10.so.1.0