Linux Netfilter discussions
 help / color / mirror / Atom feed
* Fix For: conntrack: error while loading shared libraries: libnetfilter_conntrack.so.1: cannot open shared object file: No such file or directory
@ 2005-11-18 20:28 Marcus Aurelius
  2005-11-21  1:12 ` Philip Craig
  0 siblings, 1 reply; 2+ messages in thread
From: Marcus Aurelius @ 2005-11-18 20:28 UTC (permalink / raw)
  To: netfilter

hello,
    I installed conntrack with the steps below along with a custom
build of the 2.6.14.2 kernel and had the error above when I type:
conntrack
    I was only able to resolve the error by doing:
 ln -s /usr/local/lib/libnfnetlink.so.0 /lib/libnfnetlink.so.0
 ln -s /usr/local/lib/libnetfilter_conntrack.so.1
/lib/libnetfilter_conntrack.so.1

 is the conntrack-0.99 Makefile the entry libdir = ${exec_prefix}/lib
seemed ok, so I don't know why conntrack would not see /usr/local/lib,
any ideas?

 regards,
 Jai Ragoo

 #########Build process##########
 wget http://netfilter.org/projects/libnfnetlink/files/libnfnetlink-0.0.13.tar.bz2
 wget http://netfilter.org/projects/libnetfilter_log/files/libnetfilter_log-0.0.12.tar.bz2
 wget http://netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-0.0.11.tar.bz2
 wget http://netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-0.0.28.tar.bz2
 wget http://netfilter.org/projects/conntrack/files/conntrack-0.99.tar.bz2

 tar -jvxf libnfnetlink-0.0.13.tar.bz2
 cd libnfnetlink-0.0.13
 ./configure --with-kernel=/usr/src/linux-2.6.14.2
 make && make install

 cd /usr/src

 tar -jvxf libnetfilter_log-0.0.12.tar.bz2
 cd libnetfilter_log-0.0.12
 ./configure
 make && make install


 cd /usr/src
 tar -jvxf libnetfilter_queue-0.0.11.tar.bz2
 cd libnetfilter_queue-0.0.11
 ./configure
 make
 make install


 cd /usr/src
 tar -jvxf libnetfilter_conntrack-0.0.28.tar.bz2
 cd libnetfilter_conntrack-0.0.28
 ./configure
 make && make install

 cd /usr/src
 tar -jvxf conntrack-0.99.tar.bz2
 cd conntrack-0.99
 ./configure
 make &&make install

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-21  1:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-18 20:28 Fix For: conntrack: error while loading shared libraries: libnetfilter_conntrack.so.1: cannot open shared object file: No such file or directory Marcus Aurelius
2005-11-21  1:12 ` Philip Craig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox