Ken Moffat wrote:
> On Fri, Oct 11, 2013 at 08:41:03PM -0400, Casey Daniels wrote:
>>
>> On 10/11/2013 05:03 PM, Bruce Dubbs wrote:
>>> Casey Daniels wrote:
>>>
>> here is what maybe Ken might be looking for, I have to look into the
>> library it names
>>
>   My original thought was "that's right", but on looking a bit more
> closely I don't believe this is the test which resulted in the
> size_t error message.  Reasons below, I think the problem is
> somewhere *after* this.
>
>> configure:25587: result: yes
>> configure:25604: checking for struct iphdr.ip_hl
>> configure:25604: g++ -c -g -O2 -std=c++0x    conftest.cpp >&5
>> configure:25604: $? = 0
>> configure:25604: result: yes
>> configure:25634: checking size of void *
>> configure:25639: g++ -o conftest -g -O2 -std=c++0x    -g conftest.cpp
>> -lnetfilter_conntrack -lrt -ldl -ldl  >&5

I have no idea where the -lnetfilter_conntrack came from.  My log has:

configure:25634: checking size of void *
configure:25639: g++ -o conftest -g -O2 -std=c++0x    -g conftest.cpp 
-lrt -ldl -ldl  >&5
configure:25639: $? = 0
configure:25639: ./conftest
configure:25639: $? = 0
configure:25653: result: 8

Perhaps the host has libnfnetlink installed?  I do not.

   -- Bruce


>> configure:25639: $? = 0
>> configure:25639: ./conftest
>> ./conftest: error while loading shared libraries: libnfnetlink.so.0:
>> cannot open shared object file: No such file or directory
>> configure:25639: $? = 127
>> configure: program exited with status 127
>
>   http://www.netfilter.org/projects/libnfnetlink/
>
>   Reading that page:
>
> "This library is not meant as a public API for application
> developers. It is only used by other netfilter.org projects, such as
> libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack."
>
>   I took a look at fedora, but I don't see any reference to it in
> their squid specfile.
>
>   Also, no idea if Bruce has that lib installed ?
>
>   Sorry, I've no spare cycles at the moment to see if squid will build
> for me, all cores are trying to build webkitgtk-1 for my build tests.
>
> ĸen
>


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to