./configure <엔터>
.. 생략..
checking for gnu_get_libc_version... yes
checking if iconv() handles UTF-8... yes
checking for proper libunicode... configure: error: You need to install libunicode from
ftp://ftp.helixcode.com/pub/helix/distributions/ or ftp://ftp.helixcode.com/pub/evolution/ 이러한 configure 에서
는 어떠한 방법으로 저 library의 존재와 체킹을 하게 됩니까? README 화일을 열어 보면
GNOME >= 1.0.9 (Somewhere around there, I think)
libsigc++ >= 1.0.0 (http://libsigc.sourceforge.net/) gtkmm >= 1.2.0 (aka gtk--, http://gtkmm.sourceforge.n
et/) gnomemm >= 1.1.10 (aka gnome--, http://gtkmm.sourceforge.net/) libglade >= 0.11 (Your favorite GNOME mir
ror, or ftp.helixcode.com) libunicode >= 0.4 (ftp.helixcode.com) iconv (broken on several di
stributions, Helix has released fixes)
이렇게 나와있습니다.
그리하여 rpm을 해보면
[root@localhost gabber]# rpm -qa | grep libunico
libunicode-0.4-6
이렇게 나옵니다.
즉 제 컴에 libunicode가 깔려있는듯 한데.
왜 configure 에서는 에러를 발생하게 되는지 궁금합니다..