All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Netfilter Development Mailinglist
	<netfilter-devel@lists.netfilter.org>,
	netfilter <netfilter@lists.netfilter.org>
Subject: fedora compilation problems [Fwd: Re: conntrack compile problem]
Date: Mon, 06 Aug 2007 10:09:15 +0200	[thread overview]
Message-ID: <46B6D72B.9090205@netfilter.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

I'm forwarding this to everyone since many people have reported
libnfnetlink, libnetfilter_contrack, et al. compilation problems at
configure stage that are related to the fedora setup. I hope that this
helps.

-- 
"Será preciso viajar a través de los ojos de los idiotas" -- Poeta en
Nueva York -- Federico García Lorca.

[-- Attachment #2: Re: conntrack compile problem --]
[-- Type: message/rfc822, Size: 4226 bytes --]

From: "Dobos Szilárd" <szdobos@eastron.hu>
To: "Pablo Neira Ayuso" <pablo@netfilter.org>
Subject: RE: conntrack compile problem
Date: Thu, 2 Aug 2007 16:38:08 +0200
Message-ID: <70CDA8AC42AB6545A5DC5FDB2446E13DA3C90F@liam.server.eastron.hu>

[root@ucarp1 libnfnetlink-0.0.30]# pkg-config --exists --print-errors "libnfnetl                                              ink >= 0.0.25"
Package libnfnetlink was not found in the pkg-config search path.
Perhaps you should add the directory containing `libnfnetlink.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libnfnetlink' found
[root@ucarp1 libnfnetlink-0.0.30]# echo $?
1
[root@ucarp1 libnfnetlink-0.0.30]# echo $PKG_CONFIG_PATH

[root@ucarp1 libnfnetlink-0.0.30]#
________________________________________________________________


Resolving problem:

PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
export PKG_CONFIG_PATH

./configure success!! 

libnetfilter_conntrack-0.0.81 compiling -> OK.
conntrack-tools-0.9.5 compiling -> OK.

For conntrack-tools compile need: bison and flex package.

Thank You!!

Maybe you could put conntrack to the Fedora yum repository, solve many people  problems..:)


Bye, Sz.







-----Original Message-----
From: Pablo Neira Ayuso [mailto:pablo@netfilter.org] 
Sent: 2007. augusztus 2. 14:38
To: Dobos Szilárd
Subject: Re: conntrack compile problem

Hi,

This fedora thing is weird. I don't have such problems running debian.

Dobos Szilárd wrote:
>> checking pkg-config is at least version 0.9.0... yes
>>
>> checking for LIBNFNETLINK... no
>>
>> configure: error: Cannot find libnfnetlink >= 0.0.25

I extracted this from config.log:

configure:19860: $PKG_CONFIG --exists --print-errors "libnfnetlink >=
$LIBNFNETLINK_REQUIRED"
configure:19863: $? = 0

Could you run the following command?

pkg-config --exists --print-errors "libnfnetlink >= 0.0.25"

and echo $? to show the return value. Something must be wrong with
pkg-config.

-- 
"Será preciso viajar a través de los ojos de los idiotas" -- Poeta en
Nueva York -- Federico García Lorca.

                 reply	other threads:[~2007-08-06  8:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46B6D72B.9090205@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.