This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tturbs
Recipients tturbs
Date 2018-10-25.02:04:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540433070.81.0.788709270274.issue35061@psf.upfronthosting.co.za>
In-reply-to
Content
As python 3.7 excludes libffi from it's package, my build on centos6 doesn't work on centos7. Error message is following.

ImportError: libffi.so.5: cannot open shared object file: No such file or directory

centos7 have libffi.so.6 instead of libffi.so.5 as does centos6. I hope to specify libffi version with libffi.so. I figured out that any configure option  can fix this through seeing setup.py .

Thanks in advance.
History
Date User Action Args
2018-10-25 02:04:30tturbssetrecipients: + tturbs
2018-10-25 02:04:30tturbssetmessageid: <1540433070.81.0.788709270274.issue35061@psf.upfronthosting.co.za>
2018-10-25 02:04:30tturbslinkissue35061 messages
2018-10-25 02:04:30tturbscreate