Open johnandersen777 opened 5 years ago
For ffi.h
, which is missing, you need package libffi-dev
:
dpkg -S ffi.h libffi-dev:amd64: /usr/share/doc/libffi6/html/Using-libffi.html
So libffi-dev
appears to be missing as a dependency. You can file a PR if that fixes it for you.
Possible lack of gcc when compiling bcrypt?