relocation R_X86_64_32 against a local symbol' error

前端 未结 3 1938
甜味超标
甜味超标 2020-12-10 18:51

I am trying to install Subversion with Apache support. I installed apr, apr-utils, neon, and OpenSSL with the --ena

3条回答
  •  被撕碎了的回忆
    2020-12-10 19:32

    I solve it with adding hidden attribute to OPENSSL_ia32cap_P in crypto\cryptolib.h and recompile.

    extern unsigned int OPENSSL_ia32cap_P[] __attribute__ ((visibility ("hidden")));
    

提交回复
热议问题