Device: GL-AX1800 (Flint)
Firmware: 4.7.0 release8
First occurrence: The issue started immediately after upgrading to 4.7.0. Initially, I couldn't find the package, but that was resolved on its own the next day.
Error Message
When running transmission-daemon
, I get these persistent errors:
root@GL-AX1800:~# transmission-daemon
Error relocating /usr/bin/transmission-daemon: evthread_set_condition_callbacks: symbol not found
Error relocating /usr/bin/transmission-daemon: evthread_set_id_callback: symbol not found
Error relocating /usr/bin/transmission-daemon: evthread_set_lock_callbacks: symbol not found
These are the package versions I currently have:
root@GL-AX1800:~# opkg list-installed | grep -E 'transmission|libevent'
libevent2-7 - 2.1.12-1
libevent2-core7 - 2.1.12-1
libevent2-pthreads7 - 2.1.12-1
transmission-daemon - 4.0.6-1
I tried to forcefully reinstall the packages, but it didn't help. I also found similar problems [1] [2] from 2023 year, that suggested to install extra packages, but it seems they are not in the repository:
root@GL-AX1800:~# opkg install libevent2-extra7 mbedtls-util
Unknown package 'libevent2-extra7'.
Unknown package 'mbedtls-util'.
Collected errors:
* opkg_install_cmd: Cannot install package libevent2-extra7.
* opkg_install_cmd: Cannot install package mbedtls-util.
Any insights or suggestions would be greatly appreciated! I'm happy to provide additional diagnostics if needed.