Problem 1: ./configure on wireshark-1.2.0pre1 " Checking for GTK+ - version >= 2.4.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: GTK+ 2.4 or later isn't available, so Wireshark can't be compiled " __________________________________________
Problem 2: ./configure on gtk+-2.16.2/ " checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.19.7 atk >= 1.13.0 pango >= 1.20 cairo >= 1.6) were not met: No package 'glib-2.0' found No package 'atk' found No package 'pango' found No package 'cairo' found 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. " I am running Kubuntu 9.04. I thought that Problem 1 would be solved by using Ubuntu 9.04 (on a VM) since GTK+ comes installed with GNOME, but I get the same error while doing ./configure in wireshark-1.2.0pre1/, I don't know why. Also, I have libglib1.2ldbl, libatk1.0-0, libpango1.0-0, and libcairo2 installed on Kubuntu. I thought these should take care of the Problem 2, but it still does not work. BASE_DEPENDENCIES_CFLAGS and BASE_DEPENDENCIES_LIBS, the two environment variables mentioned, give a blank when echoed. " anir...@imaginary-computer:~$ echo $BASE_DEPENDENCIES_CFLAGS anir...@imaginary-computer:~$ echo $BASE_DEPENDENCIES_LIBS anir...@imaginary-computer:~$ " That usually means they are not defined, right? I am lost. Please help. Also, I was unsure which mailing list to post to, so I posted on both. Please forgive me if this was erraneous. Anirudh R [Non-text portions of this message have been removed]

