|
From: Scott <ss...@pt...> - 2025-11-14 13:42:51
|
I upgraded to Trixie on my Pi4 and am attempting to install the installation package 2.7.1. Aside from a few overwrite issues I overcame, the install terminates looking for packages libboost-log, -filesystem, and –thread. Specifically, the installation is looking for versions 1.74 of each but not finding any version of them. To address this, I ran commands sudo apt install libboost-log, sudo apt install libboost-filesystem, and sudo apt install libboost-thread. For each command, Trixie informed me that the latest version of the respective package was installed and the most up-to-date: libbost-log1.83.0.2+b2, libboost-filesystem1.83.02+b2, and libboost-thread1.83.0.2+b2. So, while Trixie says they exist, wsjtx is unable to find any. Trying 2.6.0 results in the same failure. Does anyone have a suggestion on how to overcome this? 73 W3WT |