automake중에 에러가 났다.
$ ./buildconf.sh
$ ./buildconf.sh
rm autom4te.cache
libtoolize --force --automake --copy
./buildconf.sh: line 23: libtoolize: command not found
aclocal
configure.in:163: warning: macro `AM_PROG_LIBTOOL' not found in library
autoheader
automake -a --foreign --copy
autoconf
configure.in:153: error: possibly undefined macro: AC_PROG_LD
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:159: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:161: error: possibly undefined macro: AM_PROG_LIBTOOL
rm autom4te.cache
libtoolize가 없어서 나는 에러인데 yum으로 못찾는다. ㅠㅠ
이렇게 하니 바로 해결이다. 후~
libtoolize가 없어서 나는 에러인데 yum으로 못찾는다. ㅠㅠ
#yum -y install libtool
'OS > Linux' 카테고리의 다른 글
CentOS6에서 telnet server 설치 (0) | 2011.10.27 |
---|---|
CentOS6 x86_64 에서 /lib/security에 파일이 없다? (0) | 2011.10.27 |
aclocal, autoheader, automake, autoconf 가 없을 때 (0) | 2011.10.25 |
CentOS SVN 설치에서 확인까지 (0) | 2011.10.25 |
CentOS에서 YUM의 속도를 향상시키자 (0) | 2011.10.25 |