autopilotpattern / mysql

Implementation of the autopilot pattern for MySQL
Mozilla Public License 2.0
172 stars 68 forks source link

Add missing packages #37

Closed ernestom closed 8 years ago

ernestom commented 8 years ago

Those packages are needed to build the cffi and cryptography wheels. Without them, the following errors are thrown:

  c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
   #include <ffi.h>
                   ^
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

  ----------------------------------------
  Failed building wheel for cffi

and ...

 build/temp.linux-x86_64-2.7/_openssl.c:423:30: fatal error: openssl/opensslv.h: No such file or directory
   #include <openssl/opensslv.h>
                                ^
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

  ----------------------------------------
  Failed building wheel for cryptography
tgross commented 8 years ago

I can confirm this. Interesting, looks like the percona:5.6 image had the package previously and doesn't now. Testing this build now.

tgross commented 8 years ago

Tested ok for me. Thanks a bunch @ernestom