namazu-dev(ring)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patches to Makefile.am
Ryuji Abe <raeva@xxxxxxxxxxxx> wrote:
>> ではお願いできます?
>
>commitしました。
「File-MMagic のインストールの方法がわかりません。教えてくだ
さい」なる質問が殺到する予感がしたので、親切なメッセージを表
示するようにしました。:)
configure: error: you need to install the included File-MMagic first
The simplest way to install File-MMagic is:
% cd File-MMagic
% perl Makefile.PL
% make
% su
# make install
Then, simply run configure again.
% cd ..
% ./configure
Or you can install File-MMagic to your home directory by the following way:
% cd File-MMagic
% perl Makefile.PL LIB=$HOME/lib INSTALLMAN3DIR=$HOME/man
% make
% make install
Then, run configure again with --with-pmdir=DIR option.
% cd ..
% ./configure --with-pmdir=$HOME/lib
# $HOME の値は実行時に展開されます
>#まだtknamazuがらみの部分とかdirtyなところは残っていますが...
>
>> RPM といえば namazu.spec.in に
>>
>> %{prefix}/libexec/namazu.cgi
>>
>> を加えた方がいいかも。
>
>加えましたが、現在のところはcomment outしています。
>#Requires: apache でいいのかなあ...
うーん、apache を require する必要はないと思います。
namazu.cgi を使わない人もいる (多い) でしょうから。
p.s.
<http://news.ring.gr.jp/news/openlab.edict/373>
が熱いです。:-)
-- Satoru Takabayashi