Closed strongwazz closed 7 months ago
Hey Robert, Thanks for that. I will retry the build tomorrow. Thanks :)
On Sun, Apr 14, 2024 at 6:53 AM Robert Chacón @.***> wrote:
As it states in the error, libpython3.11 is missing. Do sudo cp /usr/lib/x86_64-linux-gnu/libpython3.10.so.1.0 /usr/lib/x86_64-linux-gnu/ libpython3.11.so
— Reply to this email directly, view it on GitHub https://github.com/LibreQoE/LibreQoS/issues/477#issuecomment-2053730442, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG6PU5I6O6JAWYNYY7TWP3Y5F5JZAVCNFSM6AAAAABGDGCUW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJTG4ZTANBUGI . You are receiving this because you authored the thread.Message ID: @.***>
Hey guys,
I just attempted a built from the
develop
aka "1.5" branch, following these instructionsAt
./build_rust.sh
, hit the followingMostly followed the letter to a t, with a few nuances/caveats, listed below with other notes
The box is running Ubuntu 22.04 (22.04.1 LTS) Kernel 5.15.0-88 This host was/is running libreqos 1.4 already, which I just stopped the systemd tasks
/opt/libreqos15
- in case that makes a difference?develop
branch -9ba992db5f1c12b9661bccf8bd7b4779f0d9d174
--break-system-packages
-r
to read fromrequirements.txt
correctly.Regarding
sudo cp /usr/lib/x86_64-linux-gnu/libpython3.11.so /usr/lib/x86_64-linux-gnu/libpython3.10.so.1.0
libpython3.11.so
libpython3.10.so.1.0
already existedAny help is much appreciated, I am happy to provide more detail - whatever is useful
Thanks :smile: