我想在mono应用程序中使用Web浏览器控件,但当我收到错误消息"libgluezilla未找到。要获得Web浏览器支持,您需要安装libgluezilla。“安装Intrepid Deb会导致任何引用web浏览器控件的应用程序在启动时崩溃,并显示以下信息:“Thread (nil) web prematurely‘”。
发布于 2008-09-15 22:41:05
apt-cache search libgluezilla
libmono-mozilla0.1-cil - Mono Mozilla library在包描述中:
Description: Mono Mozilla library
Mono is a platform for running and developing applications based on the
ECMA/ISO Standards. Mono is an open source effort led by Novell.
Mono provides a complete CLR (Common Language Runtime) including compiler and
runtime, which can produce and execute CIL (Common Intermediate Language)
bytecode (aka assemblies), and a class library.
.
This package contains the implementation of the WebControl class based on the
Mozilla engine using libgluezilla.
Homepage: http://www.mono-project.com/您可能需要卸载来自intrepid的任何东西,而不是正确地向后移植。
发布于 2008-09-03 19:53:29
这是ubuntu网站上的一个链接:
http://packages.ubuntu.com/intrepid/libgluezilla
在底部有一个deb包的下载部分
https://stackoverflow.com/questions/42416
复制相似问题