hey aadil try writing this code in your terminal $ cp /etc/ld.so.conf /tmp/ld.so.conf $ echo /usr/local/lib >> /tmp/ld.so.conf $ sudo mv /tmp/ld.so.conf /etc/ld.so.conf $ sudo ldconfig
hope it works ziad Aadil Volkwin wrote: > > Hi, > > I'm having trouble with the installation of gnu radio on my laptop (acer > travelmate 230series). > > I'm running ubuntu Edgy and have installed all the neccessary packages via > Synaptic package manager. > > The following is the output once I try to run one of the example programs, > > [EMAIL PROTECTED]:~/gnuradio-3.0.2/gnuradio-examples/python/audio$ > ./mono_tone.py > Traceback (most recent call last): > File "./mono_tone.py", line 23, in ? > from gnuradio import gr > File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/__init__.py", > line 27, in ? > from gnuradio_swig_python import * > File > "/usr/local/lib/python2.4/site-packages/gnuradio/gr/gnuradio_swig_python.py", > line 4, in ? > import _gnuradio_swig_python > ImportError: > /usr/local/lib/python2.4/site-packages/gnuradio/gr/_gnuradio_swig_python.so: > undefined symbol: _ZTI11gr_feval_ll > [EMAIL PROTECTED]:~/gnuradio-3.0.2/gnuradio-examples/python/audio$ > > > I believe I have installed all the packages correctly. > > Thanks, > > Aadil > > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > -- View this message in context: http://www.nabble.com/Installation-problems-tf4013786.html#a11400930 Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
