安装chmsee遇到的问题及解决方法
时间:2009-04-13 来源:nbupt
1,去http://code.google.com/p/chmsee/下载源码包,解压
2,cd chmsee-1.0.4
./configure --prefix=/opt/sw/chmsee
出错:
checking for GECKO... no
configure: error:
*** You must have either the Mozilla, Firefox, Seamonkey or XulRunner
*** development libraries installed in order to build ChmSee!
解决:增加一个选项
./configure --prefix=/opt/sw/chmsee --with-gecko=firefox
又出错:
checking for CHMLIB... no
*** Could not run CHMLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means CHMLIB was incorrectly installed
*** or that you have moved CHMLIB since it was installed.
解决:yum install chmlib
还出错:
*** Could not run CHMLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means CHMLIB was incorrectly installed
*** or that you have moved CHMLIB since it was installed.
configure: error: Can't find/use chmlib. Please install CHMLIB first.
靠,不玩了
直接yum install chmsee
搞定
2,cd chmsee-1.0.4
./configure --prefix=/opt/sw/chmsee
出错:
checking for GECKO... no
configure: error:
*** You must have either the Mozilla, Firefox, Seamonkey or XulRunner
*** development libraries installed in order to build ChmSee!
解决:增加一个选项
./configure --prefix=/opt/sw/chmsee --with-gecko=firefox
又出错:
checking for CHMLIB... no
*** Could not run CHMLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means CHMLIB was incorrectly installed
*** or that you have moved CHMLIB since it was installed.
解决:yum install chmlib
还出错:
*** Could not run CHMLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means CHMLIB was incorrectly installed
*** or that you have moved CHMLIB since it was installed.
configure: error: Can't find/use chmlib. Please install CHMLIB first.
靠,不玩了
直接yum install chmsee
搞定
相关阅读 更多 +