syscall_intercept icon indicating copy to clipboard operation
syscall_intercept copied to clipboard

Unable to locate package libcapstone-dev

Open Yoshimaster96 opened this issue 8 years ago • 5 comments

What it says on the tin. Can't install it.

Yoshimaster96 avatar Aug 08 '17 02:08 Yoshimaster96

Could you specify on what distribution this happens?

GBuella avatar Aug 08 '17 06:08 GBuella

Linux Mint Cinnamon 64-bit

Yoshimaster96 avatar Aug 08 '17 14:08 Yoshimaster96

Please post cmake log, distribution version, libcapstone-dev package version, output of:

dpkg -L libcapstone-dev

and

cat `dpkg -L libcapstone-dev | grep pc$`

marcinslusarz avatar Aug 08 '17 15:08 marcinslusarz

By the way I just tried it: I installed Linux Mint 18.2 https://www.linuxmint.com/edition.php?id=237 I managed to install libcapstone-dev, build syscall_intercept, and run the tests successfully. If you mean can't sudo apt install libcapstone-dev, that likely a problem with that specific Linux Mint installation, and not with syscall_intercept.

GBuella avatar Aug 08 '17 19:08 GBuella

I have Linux Mint 17.3 Cinnamon 64-bit. Cinnamon version is 2.8.8 Linux kernel is 3.19.0-32-generic

Yoshimaster96 avatar Aug 09 '17 03:08 Yoshimaster96