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

Capstone installation issues on Debian #28

Open
thesourcerer8 opened this issue Jan 23, 2018 · 2 comments
Open

Capstone installation issues on Debian #28

thesourcerer8 opened this issue Jan 23, 2018 · 2 comments

Comments

@thesourcerer8
Copy link
Contributor

On Debian based systems, "apt-get install libcapstone-dev" is needed to install the capstone library before installing the python module with pip3 can work.

@pfalcon
Copy link
Owner

pfalcon commented Jan 23, 2018

My Ubuntu 16.04 system:

pfalcon@x230:~$ dpkg -l | grep capstone
pfalcon@x230:~$ pip3 install --no-cache-dir --user capstone
Collecting capstone
  Downloading capstone-3.0.4.tar.gz (3.2MB)
    100% |████████████████████████████████| 3.2MB 955kB/s 
Installing collected packages: capstone
  Running setup.py install for capstone ... done
Successfully installed capstone-3.0.4
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

@pfalcon
Copy link
Owner

pfalcon commented Jan 23, 2018

As #30 (comment) shows, it's very easy to mix up things. So to be able to understand and resolve issues, it's important to know:

  1. The exact commands you ran, copy-pasted verbatim.
  2. The exact output, again copied verbatim.

(And that's just for starters, because you or me may have finicky things in the environment).

@pfalcon pfalcon changed the title capstone installation Capstone installation issues on Debian Feb 10, 2018
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

2 participants