relocation R_X86_64_32 against a local symbol' error

前端 未结 3 1928
甜味超标
甜味超标 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:10

    I've run into this in a couple of other non-openssl scenarios, and I've found that this is generally related to not having shared libraries turned on.

    Adding --enable-shared to your configure line seems to fix it.

提交回复
热议问题