From 929918c9219d57dec8675c701a2a88089adccef8 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Thu, 23 Feb 2023 14:21:48 -0600 Subject: [PATCH] improve libhamlib conflict resolution --- update | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/update b/update index 1717fce..8a85752 100755 --- a/update +++ b/update @@ -658,9 +658,13 @@ bash ${HOME}/pi-build/menu-update #Remove temp files rm ${BASE} ${ADDITIONAL} ${UTILITY} ${FLSUITE} >/dev/null 2>&1 -#remove libham (rigctl) installed from apt +#remove libham (rigctl) library installed from apt #since it conflicts with hamlib installed from source -sudo apt purge -y libhamlib4 +#sudo apt purge -y libhamlib4 (old way) +#new way will leave libhamlib4 installed and just remove the library that conflicts +sudo rm /lib/arm-linux-gnueabihf/libhamlib* +sudo ldconfig + #restore crontab crontab ${TEMPCRON}