Libusrp not copied to /usr/lib directory

Hello!

I’m using GNURadio (from the svn repository) with OpenBTS and
everything worked fine.
Now I did this procedure:
sudo make uninstall
sudo make distclean
svn update
./bootstrap
./configure
make
make check
sudo make install

I got the trunk version 10680. Everything seemed to be okay.
Now I want to reinstall OpenBTS and an error occured that there isn’t
“libusrp”.

I checked it with

locate libusrp.so

and I get:
/home/openbts/gnuradio/usrp/host/lib/legacy/.libs/libusrp.so
/home/openbts/gnuradio/usrp/host/lib/legacy/.libs/libusrp.so.0
/home/openbts/gnuradio/usrp/host/lib/legacy/.libs/libusrp.so.0.0.0

But I thought the files must be in
/usr/lib/ or
/usr/local/lib/
and I think OpenBTS will also try to search it in these library
directories.

Was there a change in the last few weeks? I checked the repository of
GNURadio, but I didn’t find
that there was a change so the created libusrp-files won’t be copied
to the library directory.

Could anyone help me?

  • Fabian

I reinstalled GNURadio two times and now I have the libusrp libraries.
Perhaps the problem lies elsewhere…

  • Fabian

Am 25.03.2009 um 11:45 schrieb Fabian:

I was getting a report of exactly the same thing from someone else
last week. He fixed it by creating a soft link.

– David

On Mar 25, 2009, at 3:45 AM, Fabian wrote:

make
/home/openbts/gnuradio/usrp/host/lib/legacy/.libs/libusrp.so
of GNURadio, but I didn’t find
[email protected]
Discuss-gnuradio Info Page

David A. Burgess
Kestrel Signal Processing, Inc.

On Wed, Mar 25, 2009 at 11:45:52AM +0100, Fabian wrote:

make
make check
sudo make install

The way you’ve run configure, it will end up in either

/usr/local/lib/libusrp.so

or

/usr/local/lib64/libusrp.so

Depending on your machine characteristics.

Eric