Installation issue

I installed gnuradio and UHD using instruction on

http://gnuradio.org/redmine/projects/gnuradio/wiki/BinaryPackages#Binaries-from-Ettus-Research-Linux-Windows

UHD programs are running fine e.g uhd_find _devices. But when I run
$ gnuradio-config-info
I get following
gnuradio-config-info: error while loading shared libraries:
liblog4cpp.so.5: cannot open shared object file: No such file or
directory

I have also done sudo ldconfig and my paths are set properly. What could
be
the issue ?

Can I use ‘build gnuradio’ script to install a specific version of
gnuradio
and UHD? If yes, how? What is the recommended way to do this?

I am using Ubuntu 12.04 LTS 64 bit.

On Sun, Dec 15, 2013 at 12:36 PM, bob wole [email protected] wrote:

I have also done sudo ldconfig and my paths are set properly. What could be
the issue ?

Can I use ‘build gnuradio’ script to install a specific version of gnuradio
and UHD? If yes, how? What is the recommended way to do this?


bob

Do you have log4cpp installed? You can do it using 'apt-get install
liblog4cpp5-dev". That should sort you out.

It looks like that package might be built with the logger but log4cpp
is not defined as a dependency. I’ll check with our package maintainer
on this.

Tom