下载chmsee(http://211.92.88.40/~zhong/),在FC4中./configure
checking for libgtkhtml-3.1 >= 3.1.8... Package libgtkhtml-3.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml-3.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml-3.1' found
configure: error: Library requirements (libgtkhtml-3.1 >= 3.1.18 not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
后来按网上的,下载gtkhtml-3.6.2,./configure --prefix=/usr, 然后make ,make install。结果还是不行。
最后,这样就对了 ,ln -s /usr/lib/pkgconfig/libgtkhtml-3.6.pc /usr/lib/pkgconfig/libgtkhtml-3.1.pc
原来版本太高也不行,人家就认低的。
checking for libgtkhtml-3.1 >= 3.1.8... Package libgtkhtml-3.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml-3.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml-3.1' found
configure: error: Library requirements (libgtkhtml-3.1 >= 3.1.18 not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
后来按网上的,下载gtkhtml-3.6.2,./configure --prefix=/usr, 然后make ,make install。结果还是不行。
最后,这样就对了 ,ln -s /usr/lib/pkgconfig/libgtkhtml-3.6.pc /usr/lib/pkgconfig/libgtkhtml-3.1.pc
原来版本太高也不行,人家就认低的。
本文记录了解决CHMSee在FC4环境下配置失败的问题过程。通过调整pkg-config路径并创建软链接来匹配正确的库版本,最终成功完成了配置。
5336

被折叠的 条评论
为什么被折叠?



