public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Douglas Pollock <pollockd@magma.ca>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] Re: Problem with iptables
Date: Fri, 11 Apr 2003 14:52:45 -0400	[thread overview]
Message-ID: <200304111452.48996.pollockd@magma.ca> (raw)
In-Reply-To: <1050056625.11274.24.camel@gentoo.puntocomplanet.com>

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 925 bytes --]

I've seen similar problems before, and it happened when I tried to add IP 
tables support to an existing kernel.  Is this what you are trying to do?

I don't know if this will help, but:

Did you execute "make clean" on the kernel tree before compiling?  If so, then 
you might want to copy your ".config" in the root of the kernel source to 
your home directory, executing "make mrproper" and then copying the config 
back.  (I've seen some wonkiness with dependency checking on the Gentoo take 
on the Linux kernel.)

So something like:

make clean
make dep bzImage modules modules_install

Check to see if it works.  If not....

cp .config ~/
make mrproper
cp ~/.config .
make dep bzImage modules modules_install



Good luck,
Doug.


On Friday April 11 2003 6:23 am, Alberto Romero wrote:
> Hello, I was trying to install iptables in my gentoo, but I always have
> the same error message:

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2003-04-11 18:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-11 10:23 [gentoo-dev] Problem with iptables Alberto Romero
2003-04-11 18:43 ` Robert Thomas
2003-04-11 18:52 ` Douglas Pollock [this message]
2003-04-11 21:15 ` Miguel Sousa Filipe
  -- strict thread matches above, loose matches on Subject: below --
2003-04-11 15:03 [gentoo-dev] " Alberto Romero
2003-04-11 23:14 ` Tom Molesworth
2003-04-12  9:04 Alberto Romero
2003-04-12 17:12 ` Per-Erik Westerberg

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=200304111452.48996.pollockd@magma.ca \
    --to=pollockd@magma.ca \
    --cc=dpollock@acm.org \
    --cc=gentoo-dev@gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox