Hello, I have libzorpll-3.0.6.2 and zorp-3.0.5. I have sucessfully patched my 2.6.10 kernel and iptables version 1.2.11. Now while attempting to install libzorpll, the configure script fails with this error: checking for GLIB - version >= 2.2.3... no *** Could not run GLIB 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 GLIB is incorrectly installed. configure: error: Cannot find GLIB version >- 2.2.4: is pkg-config in path? I have glibc version 2.3.4 installed as well as "pkg-config" which is in the path and was found by the configure script "/usr/bin/pkg-config". Looking to the config.log shows the following: configure:21738: checking for GLIB - version >= 2.2.3 configure:21887: result: no So, my question is how to I let configure know where my GLIB is? Should I modify the ".configure" script or should I create a soft link? Are there any ebuilds for all of this? Most Sincerely, John Chronister
I think it has something to do with "pkg-config" which I am not at all familiar with. -John On 6/16/05, John Chronister <john.chronister@gmail.com> wrote:
Hello,
I have libzorpll-3.0.6.2 and zorp-3.0.5. I have sucessfully patched my 2.6.10 kernel and iptables version 1.2.11. Now while attempting to install libzorpll, the configure script fails with this error:
checking for GLIB - version >= 2.2.3... no *** Could not run GLIB 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 GLIB is incorrectly installed. configure: error: Cannot find GLIB version >- 2.2.4: is pkg-config in path?
I have glibc version 2.3.4 installed as well as "pkg-config" which is in the path and was found by the configure script "/usr/bin/pkg-config".
Looking to the config.log shows the following:
configure:21738: checking for GLIB - version >= 2.2.3 configure:21887: result: no
So, my question is how to I let configure know where my GLIB is? Should I modify the ".configure" script or should I create a soft link?
Are there any ebuilds for all of this?
Most Sincerely,
John Chronister
On Thu, 2005-06-16 at 09:46 +0200, John Chronister wrote:
I think it has something to do with "pkg-config" which I am not at all familiar with.
it is not glibc, but glib (one c missing from the end), you should install the glib development files, and pkg-config (I don't know whether they are separate packages on gentoo, or not) -- Bazsi
participants (2)
-
Balazs Scheidler
-
John Chronister