更新取得には、LIRSをご利用下さい。
from RNN.
結局、まともにmakeできない問題は、 Apache-2.0.43のパッケージングの異常らしい。
<URL:http://www.contactor.se/~dast/svn/archive-2002-12/0309.shtml> を参考にして、apache2の私家版rpmの作成時に、
$ rm -f srclib/pcre/ltmain.sh srclib/apr/build/ltmain.sh \ srclib/apr-util/xml/expat/conftools/ltmain.sh $ ./buildconf
としてやると、見事にmakeできた。
ちなみにこの際のSubversionのコンパイルオプションは、
$ ./configure --prefix=/opt/subversion --sysconfdir=/etc/opt \ --localstatedir=/var/opt --with-apr=/opt/apache2/bin/apr-config \ --with-apxs=/opt/apache2/sbin/apxs \ --with-apr-util=/opt/apache2/bin/apu-config --with-neon=/usr
である。