All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julian Gomez <kluivert@tm.net.my>
To: netfilter@lists.netfilter.org
Subject: Re: compiling iptables support for other machine
Date: Sun, 4 May 2003 12:39:02 +0800	[thread overview]
Message-ID: <20030504043901.GA1439@floyd> (raw)
In-Reply-To: <3EB3A7FD.22A17A1@abc.at>

On Sat, May 03, 2003 at 01:29:01PM +0200, Emanoil Kotsev spoke thusly:
>Unfortunately on MA everything is compiling fine - where is the problem
>what do I need for the asm/param.h
>
>Is it enough to compile on MA and to copy the relevant stuff eg. vmlinuz
>+ modules to MB

After you compile the kernel, merely copy over the following files :

- /usr/src/linux-2.4.20/arch/i386/boot/bzImage
- /usr/src/linux-2.4.20/System.map
- /lib/modules/2.4.20/*

to the relevant paths at MB. Most probably /boot/ and /lib/. If you've made
changes to the iptables stuff, copy over the binary + relevant shared
libraries (.so files); those might be in different places. Try the
following paths for starters :

/lib/iptables/
/usr/local/lib/iptables/

If you still can't find it, try doing 'strace /path/to/new/iptables/binary
-L -n', and look for the open() calls to see which library path its looking
at. Reboot && voila :)


      reply	other threads:[~2003-05-04  4:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-03 11:29 compiling iptables support for other machine Emanoil Kotsev
2003-05-04  4:39 ` Julian Gomez [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030504043901.GA1439@floyd \
    --to=kluivert@tm.net.my \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.