Package libffi was not found in the pkg-config search path REDHAT6.5

前端 未结 6 1002
甜味超标
甜味超标 2020-12-31 09:37

I am trying to run setup.py related to a proprietary software installation and it has dependencies on libffi.

Since its Redhat 6.5 the python version was 2.6 and i i

6条回答
  •  天涯浪人
    2020-12-31 09:58

    You will need the development version of libffi to install libraries which depends on libffi :

    sudo yum install libffi-devel
    

    This worked for me

提交回复
热议问题