以前書いた記事を見ながらsubversionをインストールしていたら、はまったのでメモ。
今回は64ビットのCentOSを使ったのでそのせいみたい。
Bash
./configure \ --prefix=/usr/local/subversion \ --with-apr=/usr/local/apache2 \ --with-apr-util=/usr/local/apache2 \ --with-apxs=/usr/local/apache2/bin/apxs \ --with-expat=builtin \ --enable-shared
参考サイト:libneon.a: could not read symbols: Bad value - RX-7乗りの適当な日々
これでコンパイルしたらできた。