AP Radar?
Loptr Chaote
loptr.chaote at gmail.com
Mon Nov 8 07:09:00 UTC 2004
On Sat, 06 Nov 2004 13:02:05 -0800, Mike Bate <mikebate_tl at earthlink.net> wrote:
> Thank you. I had not used alien before, valuable lesson there!
>
> Unfortunately, APRadar is not fully functional here, perhaps due to a
> madwifi/Atheros issue. It finds the SSID, but may not be scanning
> correctly ('iwlist ath0 scan' does work), always reports channel 1.
>
After doing this I get the following error:
loptr at vincent:~ $ sudo apradar
apradar: error while loading shared libraries: libgtkmm-2.0.so.1:
cannot open sh ared object file: No such file or directory
As I'm not really sure how to figure out which package provides this,
I attempted the following:
sudo apt-get install libgtkmm-2.4
Which installed:
Get:1 http://archive.ubuntu.com warty/universe libsigc++-2.0-0 2.0.3-1 [24.2kB]
Get:2 http://archive.ubuntu.com warty/universe libglibmm-2.4-1 2.4.2-1 [114kB]
Get:3 http://archive.ubuntu.com warty/universe libgtkmm-2.4-1 2.4.2-1 [887kB]
But still yielded the same results.. So I tried manually softlinking:
darknite at vincent:~ $ ldd `which apradar` |grep not
libgtkmm-2.0.so.1 => not found
libgdkmm-2.0.so.1 => not found
libatkmm-1.0.so.1 => not found
libpangomm-1.0.so.1 => not found
libglibmm-2.0.so.1 => not found
cd /usr/lib/
sudo ln -s /usr/lib/libgtkmm-2.4.so.1 /usr/lib/libgtkmm-2.0.so.1
sudo ln -s /usr/lib/libatkmm-1.6.so.1 /usr/lib/libatkmm-1.0.so.1
sudo ln -s /usr/lib/libgdkmm-2.4.so.1 /usr/lib/libgdkmm-2.0.so.1
sudo ln -s /usr/lib/libglibmm-2.4.so.1 /usr/lib/libglibmm-2.0.so.1
sudo ln -s /usr/lib/libpangomm-1.4.so.1 /usr/lib/libpangomm-1.0.so.1
But that only makes it exit in a Segmentation fault immediately when run.
Any tips would be highly appriciated as Kismet does not support my wifi card.
-L.C
More information about the ubuntu-users
mailing list