因为要尝试 dillo 支持 https,所以要recomplie dillo,过程中遇到如下问题
(多谢http://www.91linux.com/html/linux_pub/ubuntu/20080523/11386.html)
错误一:
”checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***”
解决方法:#apt-get install libglib1.2-dev
错误二:
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***
解决方法:#apt-get install libgtk1.2-dev
错误三:
exec: g++: not found
解决方法:#apt-get install g++
[@more@]来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/55968/viewspace-1005198/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/55968/viewspace-1005198/