当make编译出现错误
usr/bin/ld: /data/app/openssl/lib/libcrypto.a(ecs_asn1.o): relocation R_X86_64_PC32 against symbol `ECDSA_SIG_it' 
can not be used when making a shared object; recompile with -fPIC

  重新配置一下openssl

make编译出错 usr/bin/ld: /data/app/openssl/lib/libcrypto.a(ecs_asn1.o): relocation R_X86_64_PC32 against symbol `ECDSA_SIG_it' can not be used when making a shared object; recompile with -fPIC

 

 

 配置

./config -fPIC

 编译

make

 安装 

make install
然后就可以愉快的使用make了。
  
连雨不知春去,一晴方觉夏深!

相关文章:

  • 2022-12-23
  • 2021-04-01
  • 2022-12-23
  • 2021-08-15
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-11
  • 2022-12-23
  • 2021-07-25
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案