rpp0 / gr-lora

GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
523 stars 113 forks source link

cannot find -llog4cpp: No such file or directory #168

Open CocoVillegas opened 1 year ago

CocoVillegas commented 1 year ago

I was in the middle of installing gr-lora on my Raspberry Pi 3 B+ running on Ubuntu Mate. The error "usr/bin/ld: cannot find -llog4cpp: No such file or directory" appeared while executing make && sudo make install. I have installed llog4cpp with the command "sudo apt-get install liblog4cpp5v5"

How could this error be solved?

CocoVillegas commented 1 year ago

I was told to try liblog4cpp5-dev instead of liblog4cpp5v5 and it worked!