Thanks for that Marcus, I got around that first step.
My computer runs Ubuntu 12.04 with libboost 1.48 and it has a working
gnuradio installation v3.7.7.1-120-g67463e74 from the script in the web.
I used that computer to create the debian package based on
https://github.com/gnuradio/gnuradio.git tag v3.7.7 and I installed it
in
another Ubuntu 12.04 with libboost 1.48.
get the following error message when running this command or any simple
gnuradio script:
[email protected]:~$ gnuradio-config-info
ImportError: libboost_system.so.1.58.0: cannot open shared object file:
No
such file or directory
I first thought that 3.7.7 must depend on libboost 1.58 but it works
well
with 1.48 when I use the script to install it so, how did that
dependency
get there?
My debian has installed files into the folders /etc, /usr/bin, /usr/lib,
/usr/share, /usr/include and my control file depends on the following
packages:
Depends: libfftw3-3, libpulse0, python, python-numpy, python-gtk2,
python-wxgtk2.8, python-qwt5-qt4, python-lxml, python-cheetah,
python-qt4,
python-qwt5-qt4, libpulse0, libasound2, alsa-base,
libboost-program-options1.48.0, libboost-filesystem1.48.0,
libboost-thread1.48.0, libqtcore4, libsdl1.2debian, libgsl0ldbl,
liborc-0.4-0, libusb-1.0-0, sdcc
I’m using
PATH = /usr/bin
LD_LIBRARY = /usr/lib
PYTHONPATH =
/usr/lib/python2.7/site-packages/:/usr/lib/python2.7/:/usr/lib/python2.7/dist-packages
PKG_CONFIG_PATH = /usr/lib/pkgconfig
Could someone point me in the right direction please?
Cheers,
Murray
2015-06-19 10:42 GMT+01:00 Marcus Müller [email protected]: