Try:

sudo apt-get remove --purge libboost*
sudo apt-get install libboost1.48-all-dev

You may then have to install gnuradio and uhd again, since they depend on
boost:

sudo apt-get install gnuradio uhd

Very Respectfully,

Dan CaJacob


On Wed, May 21, 2014 at 4:40 PM, muse_ee <brian.bubn...@jhuapl.edu> wrote:

> Hello,
>
> I'm having some issues when I attempt to install gnuradio on a computer
> running Ubuntu 12.04 64-bit. I followed the installation guide on the Ettus
> wiki (using the "Releases/Bugfixes" path)
> (http://code.ettus.com/redmine/ettus/projects/uhd/wiki/GNURadio_Linux) but
> when I run the command gnuradio-config-info I get an error message stating:
>
> gnuradio-config-info: error while loading shared libraries:
> libboost_program_options.so.1.48.0: cannot open shared object file: No such
> file or directory.
>
> I'm not very experienced with gnuradio or linux, but it looks like when I
> apt-get install gnuradio, the libboost packages being downloaded are
> version
> 1.46, but when I run my command it is looking for version 1.48. Is there a
> way I can work around this? As I said, I'm not really familiar with apt-get
> or gnuradio in general. Any help you can provide would be very much
> appreciated!
>
>
>
>
>
> --
> View this message in context:
> http://gnuradio.4.n7.nabble.com/Installation-issues-with-gnuradio-on-Ubuntu-12-04-64-bit-tp48405.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to