You are not logged in.
Pages: 1
I'm installing a mySQL query-browser program but it fails with the message:
Package libgtkhtml-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgtkhtml-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libgtkhtml-3.0' found
After checking I found that we only have : libgtkhtml 2.6.3-2 in the packages.
Any ideas as to how I can go about this ... without breaking anything?
Offline
I'm not sure but aren't these different packages ?
ftp.gnome.org/pub/gnome/sources/gtkhtml/
ftp.gnome.org/pub/gnome/sources/libgtkhtml/
Offline
I do not know, but I'll give it a try see what happens.
Thanks.
Offline
Well ... I installed the package but made no diference. Then I searched for the path of the files I have and this is what I foud:
/opt/gnome/include/gtkhtml-2.0/libgtkhtml
Looks like we have gtkhtml-2.0 in Arch. Are we one full version behind? :shock:
In this site http://ftp.gnome.org/pub/gnome/sources/gtkhtml/ they have up to 3.11 of gtkhtml !!
What gives?
Offline
We have libgtkhtml 2.x and gtkhtml 3.x in arch. The 3.11 version is a development snapshot targeted at evolution 2.7, which is also a development snapshot.
Offline
Thanks for the reply.
Can I install the version 3 without messing up my current installation? This is my production machine, so I need to be sure before I "make my move".
Offline
I guess a simple sed operation on the configure script that changes libgtkhtml-3.0 to libgtkhtml-3.8 should do the trick.
Offline
JGC I'm not sure that will do. I get other references to libraries also and the dependencies may just kill me anyway. Getting the compiler not to complain may be one thing ,but getting the application to work at the end of the day may be a totally different thing.
I appreciate the idea, thought, and I'll keep it in mind should things come to despreate strides.
Offline
Pages: 1