2004年10月19日(火)

subversion + stow

前にもハマった問題。

subversion のインストール先を stow で管理しようとして make install の時点で prefix を指定すると、 make install 内でライブラリを参照できなくてこける。
答えは、 configure の時点で prefix を stow のインストールディレクトリにしておき make install では LD_LIBRARY_PATH で lib ディレクトリを与える。
いまいち優雅じゃないなぁ

なんでまた subversion の入れ替えをやろうと思ったかと言えば、

svn-1.0 以前ではファイル名の変更に svn log 以外は追随できてない
から。
調べてみると、手元の環境は未だに svn-1.0.3 だったよ

[referer:

Script Error

The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file.

]

あわせて読みたい