H/W : sun sparc ultra 5
OS : sparc linux(redhat 6.2 영문)
설치 상태는 위와 같으며 영문 리눅스 한글화 하기 위해
http://www.kr.freebsd.org/~hwang/ami/ 에서 한텀과 gdk, ami 소스를 다운
받아서 한텀과 gdk 는 이상없이 설치 하였지만 ami 설치 도중 아래 에러
메세지가 발생 했습니다.
[root@www ami-1.0.6]# ./configure --prefix=/usr/local/share/ami
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking dependency style of gcc... none
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for working const... yes
checking for off_t... yes
checking what warning flags to pass to the C compiler... -Wall -Wno-unused
checking what language compliance flags to pass to the C compiler...
checking for gdk-pixbuf-config... /usr/local/bin/gdk-pixbuf-config
checking for GDK_PIXBUF - version >= 0.7.0... no
*** Could not run GDK_PIXBUF test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding GDK_PIXBUF or finding the wrong
*** version of GDK_PIXBUF. If it is not finding GDK_PIXBUF, you'll need to set y
our
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
configure: error: Need gdk-pixbuf-0.7.0 or later!
위 ami 설치전
/etc/sysconfig/i18n 내용에
LANG="ko_KR"
LC_ALL="ko_KR"
LINGUAS="ko_KR"
으로 수정 했으며,
/usr/share/locale/locale.alias
ko ko_KR.eucKR <-- ** 추가 **
/usr/X11R6/lib/X11/locale/ko/XLC_LOCALE
생략 ...
# fs1 class
fs1 {
charset {
name KSC5601.1987-0:GL
}
font {
primary KSC5601.1987-0:GL
substitute KSC5601.1987-0:GL <--- ** 이 부분 추가 **
}
}
.... 생략
한뒤
아래 실행 시키면 다음과 같이 나옴니다.
#locale
LANG=ko_KR
LC_CTYPE="ko_KR"
LC_NUMERIC="ko_KR"
LC_TIME="ko_KR"
LC_COLLATE="ko_KR"
LC_MONETARY="ko_KR"
LC_MESSAGES="ko_KR"
LC_ALL=