Re: [PHP-GTK] Re: 2.0.1 issue: complains about missing gtkhtml.3.0.dll

[email protected] (Elizabeth M Smith) Wed, 28 May 2008 15:04:22 -0400
Newsgroups php.gtk.general
Message-ID <[email protected]>
> I *have* read the readme file, and I do have the extension binary package 
> installed, in fact php_gtk_html2.dll is *right there* in the extension 
> dir.
> My best guess is that the problem originates with the gtk runtime 
> included in the 2.0.1 binary package, which according to 
> gtk::get_version() is 2.12.9.
> I downloaded the full 2.12.9 binary package (including dependencies) from 
> gtk.org just to take a look at it, but this package does not appear to 
> include gtkhtml, so I think I'm stuck here.

You can try renaming the libgtkhtml-3.1.4.dll or whatever it is to the
expected filename.  It appears that the libraries I used to build
gtkhtml were messed up - you can get it to run after the rename.

For the record you can find the libraries I used at
ftp://ftp.gnome.org/pub/gnome/binaries/win32/ - including any additional
dependencies I might have missed.  GtkHTML is very dependency heavy, and
I might have missed some.

Thanks,
Elizabeth