[Gjiten-general] configure problems
Brought to you by:
b0ti
|
From: <sj...@so...> - 2007-07-19 17:04:14
|
Hi I'm trying to build gjiten and can't get past the configure step. I'm using a ubuntu 7.04 and this is one of the first modules I've built on Linux in some time. The error message from configure is: ============== checking for GJITEN... configure: error: Package requirements (libgnome-2.0 >= 2.2.0 libgnomeui-2.0 >= 2.2.0 libglade-2.0 gconf-2.0) were not met: No package 'libgnomeui-2.0' found No package 'libglade-2.0' found ============= libgnomeui and libglade are under /usr/lib as: libglade-2.0.so.0.0.7 libgnomeui-2.so.0.1788.4 I can see that pkg-cfg is being used to query the rpm package database for versions on these files, but when I run ' /usr/bin/pkg-config --list-all' and grep the output for this libs, they don't show up. For some reason the Synaptic package manager won't allow me to 'reinstall' these libs. I'm stuck. Where should I go from here?? Thank you Steve S. |