Hello @zavinator
I do not think we can ship it with the installer but we have reported this issue internally and we have got the workaround from our engineering team. I am just pasting it here:
- Obtain a copy of libffi.so.6 rpm (for instance, from http://mirror.centos.org/centos/7/os/x86_64/Packages/libffi-3.0.13-19.el7.x86_64.rpm);
- Extract rpm:
rpm2cpio libffi-3.0.13-19.el7.x86_64.rpm | cpio -idmv
; - Copy
libffi.so.6.0.1
to some location, for example to/opt/libffi.so.6.0.1
; - Created a symlink in
/usr/lib64
:ln -s /usr/lib64/libffi.so.6 <libffi.so.6.0.1 location>
. If you have put the library into/opt
then the command should look likeln -s /opt/libffi.so.6.0.1 /usr/lib64/libffi.so.6
.
- Extract rpm:
I cannot tell you ETA on when this will release in our docs, but we will definitely add these instructions in there.