yjh777 发表于 2007-06-12 14:02

一个subversion源码安装问题

源码编译subversion 1.4出现以下问题:(事先已经编译了apache 2.2.4在/usr/local/apache2下)

# ./configure --with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apache2/bin/apr-1-config --with-apr-util=/usr/local/apache2/bin/apu-1-config --with-pic
......
# make
......
/usr/bin/ld: /usr/local/apache2/lib/libaprutil-1.a(uuid.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/apache2/lib/libaprutil-1.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** Error 1

加上--with-pic选项后,问题依旧;向各位大侠求助!

zflanna 发表于 2007-07-10 14:12

pilgrim_kevin 发表于 2007-12-18 22:08

SVN在Apache上运行,据我知还未支持apache22,一般安装的是 apache20
页: [1]
查看完整版本: 一个subversion源码安装问题