I'd appreciate any help...
Hi,
I am using BT5 ARM version on my Android device Dell Streak.
I just wanted to compile Wireshark but it asks for yacc or bison.
How can I install these ?
I couldn't find them in the current repositories on sources.list
Also, what shoukd I do to add flash support on Firefox ?
Thanks.
I'd appreciate any help...
People won't appreciate you bumping your own post like this. Especially only one day after your original question. You should try just doing a google search. I did a quick one for you and found this http://www.techsww.com/tutorials/ope...untu_linux.php
I think there are already other posts that address flash too. I'm sure you can find them.
anyway, I was able to add bison and then flex packages using the following repositories:
then wireshark required libgtk2.0-dev package. unfortunately the existing libgtk2.0 package is not matching the devel. packge on maemo repository.Code:deb http://repository.maemo.org/ fremantle/sdk free non-free deb http://repository.maemo.org/ fremantle/tools free non-free
any idea on what to do ?
is there a REAL repository for ARM version of Backtrack where we can find any required libs ?
I am trying the maemo repository but it has so much dependency problems with the currently installed libs.
I think right now the arm port is "just to see if we could do it". Mutts said they were going to work on the arm port later once the BT5 push settles down. Pretty sure the maemo repos will break things though. Not sure if they're the same kernel version.
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
too bad.
I'd like to install wireshark as fast as possible.
any workaround that you could suggest ?
yacc and bison (to the best of my knowledge) are both ruby gems.
so installing them with gem install yacc bison should do the trick.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
ok; but the problem is not bison or yacc.
I've already installed bison and flex from the maemo repo.
But now I need libgtk2.0-dev package which is not installable because of several dependancies.