2007/04/21

クリップボード履歴(その4)

libxsltとlibxml2を./configure, make, make installをして、gnome-doc-utilsのtar ballを展開したディレクトリーで./configureを実行すると以下のエラーメッセージが表示されてしまいました。

checking for GNOME_DOC_UTILS... Package libxslt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxslt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxslt' found
configure: error: Package requirements (
libxml-2.0 >= 2.6.12
libxslt >= 1.1.8
) were not met:



Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GNOME_DOC_UTILS_CFLAGS
and GNOME_DOC_UTILS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

pkg-configの設定がおかしいみたいだけど、manページを読んでもよくわからないし、困りました。