No way to convert HTML to text found

orionkhw의 이미지

안녕하세요. 레드햇(redhat) 9사용중입니다. GTK2+을 설치하려고 하니 glib, pango, atk를 다시 깔라고 해서 다시 깔았습니다.

앞의 것들은 이상없이 깔렸죠. 그 후가 문제였습니다.

다시 GTK2+을 설치하는데 이번에는
error: Pango 1.2.0 and Xft backend is required for x11 target
이라는 에러가 떠서 안되더군요. 그래서 google로 뒤져보니
fontconfig-2.2.2, freetype-2.1.4, and xft-2.1.1를 깔라고 하네요.
여하튼 Xft가 필요한 거 같아서 위의 것들을 받아서 깔았는데요....

fontconfig를 설치하는 중에 (configure 도중) No way to convert HTML to text found라는 식의 에러가 뜹니다. 여기서는 도저히 나갈 수가 없어서요...

뭐가 문젠지... ^^ 답글 부탁드립니다

codebank의 이미지

http://www.gnome.org/~newren/tutorials/developing-with-gnome/html/ch04s03.html
google에서 'fontconfig No way to convert HTML to text found'로 찾은 결과입니다.

Quote:
Fontconfig doesn't like some of my packages

Package
fontconfig
Error
error: No way to convert HTML to text found.
Fix

rpm -e docbook-utils docbook-utils-pdf
# Unfortunately, I was also forced to manually nuke the fontconfig
# directory, re-checkout from cvs, and then run autogen.sh, make, and
# make install using jhbuild run {command} [command args] as follows:
rm -rf fontconfig/
cvs -d :pserver:anoncvs@keithp.com:/local/src/CVS checkout fontconfig
cd fontconfig
jhbuild run ./autogen.sh --enable-maintainer-mode --prefix /opt/gnome2 --disable-static --disable-gtk-doc
jhbuild run make
jhbuild run make install

------------------------------
좋은 하루 되세요.