[編集中]
前準備:まだこのVPSに入ってなかったsvnとg++を、yumでインストール。
reproのソースをsvnでゲット。httpsでゲットする手段も用意されているがダウンロードしたファイルは壊れてて解凍できない。
svn checkout http://svn.resiprocate.org/rep/resiprocate/tags/resiprocate-1.6
をやってみたが、何度やってもメイクできないので、1つ前のソースをゲット
svn checkout http://svn.resiprocate.org/rep/resiprocate/tags/resiprocate-1.5
メイク開始
# ./configure
OpenSSLのパス指定には、ブランク [] を設定する。
# make
# make install-repro
ふぅ、インスコ完了。使いかたはhttp://www.resiprocate.org/Using_Reproにある。

