discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] SpecEst toolbox install issue


From: Moritz Fischer
Subject: Re: [Discuss-gnuradio] SpecEst toolbox install issue
Date: Fri, 16 Dec 2011 12:04:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111108 Thunderbird/8.0

Hi Marius,

On 12/16/2011 10:56 AM, Marius wrote:

I have a small issue with the SpecEst toolbox install from cgran:
https://www.cgran.org/wiki/SpecEst#HowToInstall

I followed that Howto and the Readme. It compiled just fine on my
Ubuntu 11.04, x64,  v3.4.0-101-g7e2b45b8

Good starting point ;-)

ImportError: libgnuradio-specest.so: cannot open shared object file:
No such file or directory

Normally these variables are not set, but I configured them...
sometimes this worked:

% echo $PYTHONPATH
:/usr/local/lib64/pkgconfig:/usr/local/lib64/

% echo $PKG_CONFIG_PATH
:/usr/local/lib64/pkgconfig

No effect. I performaed ldconfig after install and there are no
errors. The lib is in /usr/local/lib64/

Can you check /usr/local/lib64 is in your library path?

Do you get the same error if you do a:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64

before launching the command?

If yes, you might want to add /usr/local/lib64 to a file in your /etc/ld.so.conf.d

Cheers,

Moritz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]