ubuntu16.04LTSにcabochaをインストールしようとすると、make時にエラー
ubuntu16.04LTSにcabochaをインストールしようとすると、make時にエラーが出ました。
make all-recursive
make[1]: Entering directory '/home/ubuntu/zip/cabocha-0.69'
Making all in src
make[2]: Entering directory '/home/ubuntu/zip/cabocha-0.69/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/ubuntu/zip/cabocha-0.69/src'
Making all in model
make[2]: Entering directory '/home/ubuntu/zip/cabocha-0.69/model'
../src/cabocha-model-index -f UTF8 -t utf8 chunk.ipa.txt chunk.ipa.model
/home/ubuntu/zip/cabocha-0.69/src/.libs/lt-cabocha-model-index: error while loading shared libraries: libcrfpp.so.0: cannot open shared object file: No such file or directory
Makefile:499: recipe for target 'chunk.ipa.model' failed
make[2]: *** [chunk.ipa.model] Error 127
make[2]: Leaving directory '/home/ubuntu/zip/cabocha-0.69/model'
Makefile:508: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ubuntu/zip/cabocha-0.69'
Makefile:375: recipe for target 'all' failed
make: *** [all] Error 2
いろいろなサイトを見て、cabochaのいろんなバージョンを試したりしてるのですがうまくいきません。上に貼ってるエラーは、最新のcabocha-0.69をインストールしようとしたものです...