出现:error: openssl/md5.h: No such file or directory

原因是openssl-devel没有安装,运行:

yum install libssl-dev 就能够了


我用的Fodera找不到libssl-dev,就运行yum install openssl openssl-devel


linux下apache+php安装常见问题

http://hi.baidu.com/easyphp/item/f0e4064c21679deea4c066c9


2) Checking for pkg-config… /usr/bin/pkg-config
configure: error: Cannot find OpenSSL’s <evp.h>

Solutions :

apt-get install libssl-dev(UBUNTU)

Quote: #yum install openssl openssl-devel

相关文章:

  • 2022-12-23
  • 2021-08-25
  • 2021-10-03
  • 2021-05-17
  • 2021-05-07
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-21
  • 2021-12-02
  • 2021-11-30
  • 2021-10-26
  • 2022-01-17
相关资源
相似解决方案