|
|
BLFS BOOK svn-20060417
安装 GNOME Desktop-2.12.2 的时候,按照book上配置后,make之后出现以下的错误:
- make[2]: Entering directory `/gnome214/gnome-desktop-2.14.1.1/desktop-docs'
- Making all in fdl
- make[3]: Entering directory `/gnome214/gnome-desktop-2.14.1.1/desktop-docs/fdl'
- if ! test -d es/; then mkdir es/; fi
- case "." in /*) sd=".";; *) sd="../.";; esac; \
- if [ -f "C/fdl.xml" ]; then d="../"; else d="$sd/"; fi; \
- (cd es/ && \
- `which xml2po` -e -p \
- "${d}es/es.po" \
- "${d}C/fdl.xml" > fdl.xml.tmp && \
- cp fdl.xml.tmp fdl.xml && rm -f fdl.xml.tmp)
- Traceback (most recent call last):
- File "/opt/gnome-2.14.1/bin/xml2po", line 34, in ?
- import libxml2
- File "/usr/lib/python2.4/libxml2.py", line 1, in ?
- import libxml2mod
- ImportError: No module named libxml2mod
- make[3]: *** [es/fdl.xml] 错误
- make[3]: Leaving directory `/gnome214/gnome-desktop-2.14.1.1/desktop-docs/fdl'
- make[2]: *** [all-recursive] 错误
- make[2]: Leaving directory `/gnome214/gnome-desktop-2.14.1.1/desktop-docs'
- make[1]: *** [all-recursive] 错误
- make[1]: Leaving directory `/gnome214/gnome-desktop-2.14.1.1'
复制代码
libxml2这个包已经装了,python也装了,去google查了下似乎和python有关,但是还是没搞定,到底是为什么呃?:ask |
|