Thanks,
The file "ffi.h" was the problem after all.
I had to
sudo yum install libffi-devel
just having libffi alone wasn't cutting it. I couldn't track down the
"ffi.h" file from Volker's command and so I went back to see what I was not
reading correctly from the yum whatprovides command.
I'
Seems like the libffi header directory is versioned, that sounds like a bug
to me. In centos-7 it is not (/usr/include/ffi.h)
Try:
CFLAGS=-I/usr/include/libffi-3.0.5 make openssl
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe f
Well that doesn't seem to be the problem:
libffi-devel-3.0.5-3.2.el6.i686 : Development files for libffi
Repo: base
Matched from:
Filename: /usr/lib/libffi-3.0.5/include/ffi.h
libffi-devel-3.0.5-3.2.el6.x86_64 : Development files for libffi
Repo: base
Matched from:
File
Well that doesn't seem to be the problem:
libffi-devel-3.0.5-3.2.el6.i686 : Development files for libffi
Repo: base
Matched from:
Filename: /usr/lib/libffi-3.0.5/include/ffi.h
libffi-devel-3.0.5-3.2.el6.x86_64 : Development files for libffi
Repo: base
Matched from:
File
On Fri, 8 Apr 2016, Mike Zabrocki wrote:
I've tried installing pyopenssl to a linux server running CENTOS on Sage
7.2.beta2
Both are terminating because of a missing header file: ffi.h
Is there something that I should have installed that is missing?
yum whatprovides '*/ffi.h'
will tell what
I've tried installing pyopenssl to a linux server running CENTOS on Sage
7.2.beta2 (and beta3).
I used one of two commands
./sage -i pyopenssl
./sage -pip install pyopenssl
Both are terminating because of a missing header file: ffi.h
Is there something that I should have installed that is miss