Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install in linux debian? #39

Closed
ghost opened this issue Oct 27, 2010 · 6 comments
Closed

How to install in linux debian? #39

ghost opened this issue Oct 27, 2010 · 6 comments

Comments

@ghost
Copy link

ghost commented Oct 27, 2010

I can't seem to find the ./configure file to be able to make and make install it. Anyone know how to install it in debian ?

@Jackovson
Copy link

sh autogen.sh seems to do the job ;)

@jeremysalwen
Copy link

You need to use the linux fork anyway.. see http://github.com/michajlo/firesheep

@ghost
Copy link
Author

ghost commented Oct 28, 2010

I used the linux fork and the sh autogen.sh generated the configure. But now when I want to do make I receive the following error:
make[1]: Entering directory /home/ikke/Desktop/downloads/michajlo-firesheep-cc98db4/backend' make[1]: *** No rule to make targetdeps/http-parser/http_parser.c', needed by ../xpi/platform/Linux_x86_64-gcc3/firesheep-backend'. Stop. make[1]: Leaving directory/home/ikke/Desktop/downloads/michajlo-firesheep-cc98db4/backend'
make: *** [all-recursive] Error 1

It does say x86_64-gcc3 but I am using a 32bit. So do I need to find a 32bit compatible file ?

@Ierixon
Copy link

Ierixon commented Oct 28, 2010

@bakie, you most download it http://github.com/ry/http-parser/zipball/459507f534c807d8ba741730fbc36d4b93b133c1 to /home/ikke/Desktop/downloads/michajlo-firesheep-cc98db4/backend/deps/http-parser/
than edit /home/ikke/Desktop/downloads/michajlo-firesheep-cc98db4/backend/Makefile.am and replace Linux_x86_64-gcc3 to Linux_x86-gcc3 and/home/ikke/Desktop/downloads/michajlo-firesheep-cc98db4/xpi/install.rdf change too

@codebutler
Copy link
Owner

Hi everyone,

Firesheep does not currently support Linux. Please follow this issue for updates:
http://github.com/codebutler/firesheep/issues#issue/31

@benmanns
Copy link

Running git submodule update --init fixed this issue for me.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants