On Fri, Feb 12, 2010 at 06:08:38PM -0500, sudhakar govindavajhala wrote:
> I am having problems building tshark (of wireshark-1.3.3 and
> wireshark-1.2.6). This is because by default Centos 5.3 provides GLIB
> 1.2 only.
> I downloaded and compiled a newer version of GLIB. How do I tell
> ./configure for tshark to look in the new directory for glib?
Wireshark uses pkg-config to find glib with the glib-2.0 parameter. You
can type "pkg-config --modversion glib-2.0" to see if it is found
correctly.
--
Steve