Ubuntu 8.10 Intrepid
Gnuradio git tarball 3.3.0 rc0
no problem in configure,make make install but…
First error in find_usrps was:
find_usrps: error while loading shared libraries:
libusrp2.so.0…cannot
open shared object file: No such file or directory
I’ve searched on web and in the forum and I tried to add
python -c “import gnuradio” and no error
BOOST_PREFIX=/opt/boost_1_37_0
export LD_LIBRARY_PATH=$BOOST_PREFIX/lib
export PYTHONPATH=/usr/local/lib/python2.5/site-packages
Now error is
root@irlanda:/# find_usrps
find_usrps: error while loading shared libraries:
libboost_thread-gcc43-mt-1_37.so.1.37.0: cannot open shared object file:
No
such file or directory
i searched in web but no helps found…someone have an idea?
Thanks…
Domenico
–
View this message in context:
http://old.nabble.com/error-report-usrp_fft.py-tp28622262p28622262.html
Sent from the GnuRadio mailing list archive at Nabble.com.
On Thu, May 20, 2010 at 07:45, meco1982 [email protected] wrote:
First error in find_usrps was:
find_usrps: error while loading shared libraries: libusrp2.so.0…cannot
open shared object file: No such file or directory
It’s likely you need to run;
$ sudo ldconfig
…in order for the system to know where all the newly installed
libraries are located.
If you are only interested in installing and using GNU Radio and not
to actually hack on GNU Radio itself, and release 3.2 is sufficient, I
recommend you upgrade your Ubuntu workstation to 10.04, which has GNU
Radio 3.2.2 as installable binary packages.
Johnathan
Sorry i’ve done it but i no wrote it in my post, the error appears after
that! some other idea!?!?
I can’t upgrade ubuntu cause other persons decide to use same machine
and to
no change distribution…with the normal problem of a test machine with
more
different utent!
I’ll try to change release and use a i can try installable binary
packages.
Thanks
Domenico
Johnathan C.-2 wrote:
$ sudo ldconfig
Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page
–
View this message in context:
http://old.nabble.com/error-report-usrp_fft.py-tp28622262p28623212.html
Sent from the GnuRadio mailing list archive at Nabble.com.