How to completely block wsprdaemon.sh -V from doing anything to ka9q-radio etc
Now this happens in my situation:
./wsprdaemon.sh -V
Sat 22 Feb 2025 10:15:49 UTC: build_ka9q_radio() ERROR: compile of 'ka9q-radio' returned 2:
cc -o control control.o libradio.a -ldl -lavahi-client -lavahi-common -lfftw3f_threads -lfftw3f -liniparser -lairspy -lairspyhf -lrtlsdr -lopus -logg -lportaudio -lasound -lusb-1.0 -lncurses -lbsd -lm -lpthread
/usr/bin/ld: control.o: in function main': control.c:(.text.startup+0x1276): undefined reference to lookup_frequency'
/usr/bin/ld: control.c:(.text.startup+0x129e): undefined reference to `lookup_frequency'
collect2: error: ld returned 1 exit status
make: *** [Makefile:128: control] Error 1
I was under the impression that uncommenting and setting
KA9Q_RUNS_ONLY_REMOTELY="yes"
would make sure my local radiod install is untouched
How to completely block wsprdaemon.sh -V from doing anything to ka9q-radio etc
Now this happens in my situation:
./wsprdaemon.sh -V
Sat 22 Feb 2025 10:15:49 UTC: build_ka9q_radio() ERROR: compile of 'ka9q-radio' returned 2:
cc -o control control.o libradio.a -ldl -lavahi-client -lavahi-common -lfftw3f_threads -lfftw3f -liniparser -lairspy -lairspyhf -lrtlsdr -lopus -logg -lportaudio -lasound -lusb-1.0 -lncurses -lbsd -lm -lpthread
/usr/bin/ld: control.o: in function
main': control.c:(.text.startup+0x1276): undefined reference tolookup_frequency'/usr/bin/ld: control.c:(.text.startup+0x129e): undefined reference to `lookup_frequency'
collect2: error: ld returned 1 exit status
make: *** [Makefile:128: control] Error 1
I was under the impression that uncommenting and setting
KA9Q_RUNS_ONLY_REMOTELY="yes"
would make sure my local radiod install is untouched