我正在尝试安装带有 Apache 支持的 Subversion。我安装了apr
, apr-utils
, neon
, and OpenSSL
with the --enable-shared
flag。但是,尝试安装 subversion 时出现以下错误:
/usr/bin/ld: /usr0/software/openssl/ossl/lib/libssl.a(s23_clnt.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr0/software/openssl/ossl/lib/libssl.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [libserf-0.la] Error 1
make[1]: Leaving directory `/usr0/sources/svn/subversion-1.6.3/serf'
make: *** [external-all] Error 1
在 Subversion 常见问题解答中指出,如果我收到此错误,我应该使用该--enable-shared
标志并且它应该可以工作。然而,这并没有帮助。关于如何解决这个问题的任何想法?