Minimo 설치시에...
안녕하세요?
제가 Redhat 7.3에서 Minimo를 컴파일하려고 하는데요..
make -f client.mk build_all 을 하면, 다음과 같은 에러가 나거든요..
checking for xft... Package xft was not found in the pkg-config search path.
Perhaps you should add the directory containing `xft.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xft' found
configure: error: Library requirements (xft) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
*** Fix above errors and then restart with "make -f client.mk build"
make: *** [/home/yumeida/web/mozilla/Makefile] 오류 1
/usr/lib/pkgconfig를 보니까, pangoxft.pc는 있는데, xft.pc가 없더라구요..
find로 찾아봐도 xft.pc가 없어서, pangoxft.pc를 xft.pc로 카피를 했습니다.
그리고나서, make -f client.mk build를 했더니..
다음과 같은 에러가 났거든요..
checking MOZ_XFT_CFLAGS... -I/usr/X11R6/include/X11/Xft -I/usr/X11R6/include
checking MOZ_XFT_LIBS... -L/usr/X11R6/lib -lXft
checking for pango >= 1.1.0... Requested 'pango >= 1.1.0' but version of Pango is 1.0.1
configure: error: Library requirements (pango >= 1.1.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
*** Fix above errors and then restart with "make -f client.mk build"
make: *** [/home/yumeida/web/mozilla/Makefile] 오류 1
현재 설치되어있는 pangoxft 버젼은 1.0인데요..
1.1.0이상이 필요하다고 나오는 것 같은데...
1.1.0이상은 RedHat 8.0 버젼이던데요.. ㅡ.ㅡ;;;
어떻게 해결해야 되는지 좀 알려주세요...
제가 리눅스 초보라서요..
자세히 설명 좀 부탁드리겠습니다.. (^^)(_ _)(^^)


댓글 달기