I am trying to install Gnuradio 3.8 on Cent OS 7 from source
https://wiki.gnuradio.org/index.php/InstallingGR#For_GNU_Radio_3.8_or_Earlier
and I get this error:
-- Looked for LOG4CPP libraries named log4cpp.
CMake Error at cmake/Modules/FindLOG4CPP.cmake:46 (message):
Could NOT find LOG4CPP library
Call Stack (most recent call first):
CMakeLists.txt:467 (find_package)
-- Configuring incomplete, errors occurred!
See also "/root/gnuradio/build/CMakeFiles/CMakeOutput.log".
See also "/root/gnuradio/build/CMakeFiles/CMakeError.log".
I have installed log4cpp and log4cpp-devel. Also tried the following:
[root@localhost build]# yum list | grep log4cpp
log4cpp.x86_64 1.1.1-1.el7 @epel
log4cpp-devel.x86_64 1.1.1-1.el7 @epel
log4cpp-doc.x86_64 1.1.1-1.el7 epel
[root@localhost build]# yum search all log4cpp
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.colocity.com
* centos-sclo-rh: mirror.colocity.com
* centos-sclo-sclo: mirror.colocity.com
* elrepo: syd.mirror.rackspace.com
* epel: fedora.mirror.serversaustralia.com.au
* extras: mirror.colocity.com
* updates: mirror.colocity.com
=============================== Matched: log4cpp
===============================
log4cpp-devel.x86_64 : Header files, libraries and development man pages
: log4cpp
log4cpp-doc.x86_64 : Development documentation for log4cpp
log4cpp.x86_64 : C++ logging library
Any ideas please?
Steve