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/