Skip to content

Commit

Permalink
Add libffi-dev package
Browse files Browse the repository at this point in the history
This is required for pyOpenSSL to build (via pip).

The errors presented are:


No package 'libffi' found

compiling '_configtest.c':

__thread int some_threadlocal_variable_42;



gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o

success!

removing: _configtest.c _configtest.o

c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory
  • Loading branch information
mestizo committed Jul 21, 2014
1 parent 7af2889 commit f82938e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/base.pp
Expand Up @@ -15,6 +15,7 @@
'python-nltk',
'python-pip',
'libcurl4-gnutls-dev',
'libffi-dev',
'libopenssl-ruby',
]:
ensure => installed,
Expand Down

0 comments on commit f82938e

Please sign in to comment.