From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef Pospisil Date: Wed, 15 Oct 2008 01:28:03 +0200 Subject: [Buildroot] iptables-1.4.1 In-Reply-To: <48F4E871.1020203@arcor.de> References: <1223980023.5936.12.camel@box1> <48F4E871.1020203@arcor.de> Message-ID: <1224026883.5936.3.camel@box1> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Jason, You are completely right. Now everything works fine. Thanks alot! On Tue, 2008-10-14 at 20:44 +0200, Jason Curl wrote: > Josef Pospisil wrote: > > Hello, > > > > i am really new to linux and buildroot so sorry if my question is a dumb > > question. > > I built my own buildroot system everything works fine so far. But i want > > to install my own (patched) iptables. So installed iptables > > with ./configure make and make install. But when i try to execute the > > command iptables i get an error that it cant find the file or directory > > even if the iptables binary is there and its within the $PATH. If i do > > strace iptables it says the same that it could not find the file or > > directory. > > > > Can anyone help me with this problem plz? > > > If you built it yourself, are you using the right compiler? For example, > I'd get the same error when running a cross compiled uclibc binary on a > glibc only system, even though they're both x86. If you use buildroot > somehow, you might want to provide more info. > > > Thanks, > > > > Josef Pospisil > > > >