Networking Forums

Networking Forums > Computer Networking > Linux Networking > Re: Problem cross-compiling libnetfilter_conntrack.so

Reply
Thread Tools Display Modes

Re: Problem cross-compiling libnetfilter_conntrack.so

 
 
Richard Kettlewell
Guest
Posts: n/a

 
      10-02-2010, 10:16 AM
Washington Ratso <(E-Mail Removed)> writes:

> I am trying to cross-compile libnetfilter_conntrack.so (0.9.0) on an
> i686 for use on a powerpc host running linux 2.6.26. I successfully
> cross-compiled the latest version of libnfnetlink.so (0.0.41).
>
> When I run:
> ./configure --host=powerpc-linux
>
> I get the following error:
> configure: error: Cannot find libnfnetlink >= 1.0.0
>
> Where do I need to put libnfnetlink.so? Why is it looking for a
> version of libnfnetlink that does not exist? I see in configure
> "LIBNFNETLINK_REQUIRED=1.0.0." There is no version 1.0.0 of
> libnfnetlink, is there?


There is.

ftp://ftp.netfilter.org/pub/libnfnetlink/

--
http://www.greenend.org.uk/rjk/
 
Reply With Quote
 
 
 
 
Richard Kettlewell
Guest
Posts: n/a

 
      10-03-2010, 10:03 PM
Washington Ratso <(E-Mail Removed)> writes:
> On Oct 2, 3:16Â*am, Richard Kettlewell <r...@greenend.org.uk> wrote:
>> Washington Ratso <jobhunt...@aol.com> writes:


>>> I am trying to cross-compile libnetfilter_conntrack.so (0.9.0) on an
>>> i686 for use on a powerpc host running linux 2.6.26. I successfully
>>> cross-compiled the latest version of libnfnetlink.so (0.0.41).

>>
>>> When I run:
>>> ./configure --host=powerpc-linux

>>
>>> I get the following error:
>>> configure: error: Cannot find libnfnetlink >= 1.0.0

>>
>>> Where do I need to put libnfnetlink.so? Why is it looking for a
>>> version of libnfnetlink that does not exist? Â*I see in configure
>>> "LIBNFNETLINK_REQUIRED=1.0.0." Â*There is no version 1.0.0 of
>>> libnfnetlink, is there?

>>
>> There is.
>>
>> ftp://ftp.netfilter.org/pub/libnfnetlink/

>
> My bad. Thank you very much for pointing that out.
>
> OK, after I build libnfnetlink.so (version 1.0.0), where do I put it
> so I do not get this error when I try to run configure for
> libnetfilter_conntrack.so?


The error is from pkg-config, so the important bit is that pkg-config
can find the relevant .pc file. Have a look at the pkg-config man page;
you may need to set PKG_CONFIG_PATH and possibly others depending how
things are installed.

--
http://www.greenend.org.uk/rjk/
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
libnetfilter_conntrack with IPv4 & IPv6 Washington Ratso Linux Networking 0 07-07-2011 10:07 PM
Cross-compiling - your thoughts please... Peter Lowrie Linux Networking 0 04-24-2009 10:55 PM
ARM cross compile problem kid Linux Networking 1 06-08-2007 11:57 AM
cross domain connectivity problem Jeremy Schubert Windows Networking 0 05-27-2006 12:16 AM
Cross Subnet Browsing Problem Scott Windows Networking 10 10-28-2005 05:40 PM



1 2 3 4 5 6 7 8 9 10 11