[Mono-bugs] [Bug 57812][Min] Changed - monodoc can't find /usr/lib/libgtkhtml-3.0.so
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 15 May 2004 00:48:54 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by rfoster@mountainvisions.com.au.
http://bugzilla.ximian.com/show_bug.cgi?id=57812
--- shadow/57812 2004-05-13 15:29:55.000000000 -0400
+++ shadow/57812.tmp.13857 2004-05-15 00:48:54.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 57812
Product: Mono: Doctools
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Minor
Component: Core
AssignedTo: mono-bugs@ximian.com
ReportedBy: jimeno@servidor.unam.mx
QAContact: mono-bugs@ximian.com
@@ -86,6 +86,41 @@
Please check this out.
Thanks.
------- Additional Comments From miguel@ximian.com 2004-05-13 15:29 -------
This was fixed in Beta1
+
+------- Additional Comments From rfoster@mountainvisions.com.au 2004-05-15 00:48 -------
+I'm still getting this problem on Fedora Core 2, with Mono Beta 1:
+
+[rfoster@rover rfoster]$ monodoc
+
+
+Unhandled Exception: System.DllNotFoundException: gtkhtml-3.0
+in <0x00053> (wrapper managed-to-native) Gtk.HTML:gtk_html_new ()
+in <0x00021> Gtk.HTML:.ctor ()
+in [0x001aa] (at /usr/src/monodoc-0.15/browser/browser.cs:209)
+Monodoc.Browser:.ctor ()
+in [0x00120] (at /usr/src/monodoc-0.15/browser/browser.cs:81)
+Monodoc.Driver:Main (string[])
+
+I've checked for gtkhtml-3:
+
+[rfoster@rover rfoster]$ ls /usr/lib/libgtkhtml-3.0*
+/usr/lib/libgtkhtml-3.0.a /usr/lib/libgtkhtml-3.0.so.4
+/usr/lib/libgtkhtml-3.0.so /usr/lib/libgtkhtml-3.0.so.4.0.0
+
+No luck so far :(
+
+/etc/mono/config contains:
+
+<configuration>
+ <dllmap dll="cygwin1.dll" target="libc.so.6" />
+ <dllmap dll="libc" target="libc.so.6" />
+ <dllmap dll="libxslt.dll" target="libxslt.so" />
+ <dllmap dll="libmySQL.dll" target="libmysqlclient.so" />
+ <dllmap dll="odbc32.dll" target="libodbc.so" />
+ <dllmap dll="oci" target="clntsh" />
+ <dllmap dll="db2cli" target="libdb2_36.so"/>
+</configuration>
+