Can't install syslog-ng 2 on fedora 6
Hi, I am trying to install syslog-ng 2 on a Fedora Core 6 computer. I have the glib2-2.12.3-2.fc6 rpm package installed, but when I do a ./configure of syslog-ng, I get the following: checking pkg-config is at least version 0.9.0... yes checking for GLIB... configure: error: Package requirements (glib-2.0) were not met: No package 'glib-2.0' found I even tried installing glib2 from source, but I get the same thing. Specifically, I installed glib-2.12.0.tar.bz2 from source with default path (did not change prefix or any other install dir). I tried pointing the GLIB_LIBS variable to /usr/local/lib/ but I still get the same problem. Does anyone have any ideas why this is? Am I using the wrong path? Or did I install the wrong package? If I choose to do a ./configure --enable-dynamic-linking will syslog-ng start properly, or will I simply get a glib2 error when I try to start syslog-ng? Thanks for your help. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
I had the same issue. I used ./configure --enable-dynamic-linking instead and syslog-ng works fine with it. le 28/12/06 21:13, Martin H à helpmhost@yahoo.com a écrit :
Hi,
I am trying to install syslog-ng 2 on a Fedora Core 6 computer.
I have the glib2-2.12.3-2.fc6 rpm package installed, but when I do a ./configure of syslog-ng, I get the following:
checking pkg-config is at least version 0.9.0... yes checking for GLIB... configure: error: Package requirements (glib-2.0) were not met:
No package 'glib-2.0' found
I even tried installing glib2 from source, but I get the same thing. Specifically, I installed glib-2.12.0.tar.bz2 from source with default path (did not change prefix or any other install dir).
I tried pointing the GLIB_LIBS variable to /usr/local/lib/ but I still get the same problem.
Does anyone have any ideas why this is? Am I using the wrong path? Or did I install the wrong package?
If I choose to do a ./configure --enable-dynamic-linking will syslog-ng start properly, or will I simply get a glib2 error when I try to start syslog-ng?
Thanks for your help.
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
Martin, Try this SRPM: ftp://perl.di.uminho.pt/pub/fedora/syslog-ng-2.0.0-1.src.rpm A couple of comments regarding the upgrade from 1.6.x to 2.0.0 are available here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219771 For SELinux rules regarding TCP support check the following tickets: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=215046 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218978 A download link for a syslog-ng 1.6.11 SRPM with the SELinux rules is listed in the bug report #215046. At some time in the future both SRPMS will be pushed into the Fedora Extras mirrors. Regards, jpo
I am trying to install syslog-ng 2 on a Fedora Core 6 computer.
I have the glib2-2.12.3-2.fc6 rpm package installed, but when I do a ./configure of syslog-ng, I get the following:
checking pkg-config is at least version 0.9.0... yes checking for GLIB... configure: error: Package requirements (glib-2.0) were not met:
No package 'glib-2.0' found
I even tried installing glib2 from source, but I get the same thing. Specifically, I installed glib-2.12.0.tar.bz2 from source with default path (did not change prefix or any other install dir).
I tried pointing the GLIB_LIBS variable to /usr/local/lib/ but I still get the same problem.
Does anyone have any ideas why this is? Am I using the wrong path? Or did I install the wrong package?
If I choose to do a ./configure --enable-dynamic-linking will syslog-ng start properly, or will I simply get a glib2 error when I try to start syslog-ng?
Thanks for your help.
-- José Pedro Oliveira * mailto: jpo@di.uminho.pt * http://gsd.di.uminho.pt/jpo * * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B *
On Thu, 2006-12-28 at 12:13 -0800, Martin H wrote:
Hi,
I am trying to install syslog-ng 2 on a Fedora Core 6 computer.
I have the glib2-2.12.3-2.fc6 rpm package installed, but when I do a ./configure of syslog-ng, I get the following:
checking pkg-config is at least version 0.9.0... yes checking for GLIB... configure: error: Package requirements (glib-2.0) were not met:
No package 'glib-2.0' found
Hmm.. are you sure you installed the devel packages as well? -- Bazsi
participants (4)
-
Balazs Scheidler
-
Jose Pedro Oliveira
-
Martin H
-
Olivier DUCROT