[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[gftp] installing gftp/gtk



Hi,

 I'm trying to install gtk+-2.13.3 in order to install GFTP..
 I'm running Fedora Core 8 (2.6.24.4-64.fc8)

 I installed glib-2.17.2 but my system has this default glib stuff installed:

$ rpm -qa | grep glib
glibmm24-2.14.2-1.fc8
glib2-2.14.6-1.fc8
glibc-devel-2.7-2
glibc-2.7-2
glibc-common-2.7-2
glib-1.2.10-28.fc8
dbus-glib-devel-0.73-8.fc8
glib-java-0.2.6-10.fc8
taglib-1.5-1.fc8
dbus-glib-0.73-8.fc8
glibc-headers-2.7-2
glib2-devel-2.14.6-1.fc8

 I've tried to point the 'configure' to the glib I installed from source.
$ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/glib/glib-2.17.2/lib:/usr/lib/pkgconfig/:/usr/local/lib:/usr/lib

...because this error stops everything, how do I work around it?.
checking for BASE_DEPENDENCIES... configure: error: Package
requirements (glib-2.0 >= 2.17.1
atk >= 1.13.0    pango >= 1.20    cairo >= 1.6) were not met:

Requested 'glib-2.0 >= 2.17.1' but version of GLib is 2.14.6
No package 'atk' found
Requested 'pango >= 1.20' but version of Pango is 1.18.4
Requested 'cairo >= 1.6' but version of cairo is 1.4.14

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

the GTK configure keeps looking at the rpm installed version of glib
(show above).
any advice will be appreciated.
thanks.
~af