Hmmm let's see: Let me google that for you
Hi all, I'm trying to get the network monitoring Firesheep tool to run on my copy of Backtrack 4 r1. Whenever I run the command "firesheep-backend --fix-permissions" it throws the error "/usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.11' not found". Has anyone else had success with this piece of software on backtrack?
Hmmm let's see: Let me google that for you
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
Thanks for the reply. So what is the issue then? I have read that first result before but it didnt make sense. Is the issue that I have bad dynamic links?
The issue is that Firesheep can't find one of the libraries it needs to run, you can correct this problem by following the advice and solutions provided via the google search results linked earlier in this thread.
I'm a compulsive post editor, you might wanna wait until my post has been online for 5-10 mins before quoting it as it will likely change.
I know I seem harsh in some of my replies. SORRY! But if you're doing something illegal or posting something that seems to be obvious BS I'm going to call you on it.
I like to call this one "follow the yellow brick road"
https://github.com/codebutler/firesheep
1) $ git clone https://github.com/codebutler/firesheep.git
2) $ git submodule update --init
3) apt-get install autoconf libtool libpcap-dev libboost-all-dev libhal-dev xulrunner-1.9.2-dev
4) ./autogen.sh
5) make
6) xpi will be created inside the build directory. Load the extension into Firefox
Step #3 is the yellow brick road, follow the dependency tree and start googling. This is where you learn to add repositories to your /etc/apt/sources.list and also where you get to use dpkg -i many times till you get them all.
Thanks for the tips. I will try to "Follow the yellow brick road."