LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   IPv6 (https://www.linuxquestions.org/questions/linux-networking-3/ipv6-29338/)

Russman67 09-01-2002 02:04 PM

IPv6
 
I'm running RH 7.2 and I'm having a problem setting up my server to support IPv6. I'm attempting to follow the instructions in last month's linux journal. I got done with

creating a link to the source directory copied kernel to /usr/src
running make xconfig
changing the appropriate settings in the code maturity and networking options
running make clean, make dep, make bzImage, make modules and make modules_install all without a hitch

When I got to the part where I'm supposed to copy the new boot image to /boot,

The command I used was cp /usr/src/linux-2.4.19/arch/i386/boot/bzImage /boot/bzImage.ipv6

I found that I could not find the directory that is listed there. Now without sounding too dense (it may be too late for that but here we go) where can I go to find the new boot image?:Pengy:

Sfin 09-02-2002 12:11 AM

what is the directory that you issued the:

make xconfig
etc......

in?

from there do a

cd arch/i386/boot

and you will find the bzImage file there.

Russman67 09-02-2002 01:32 AM

No luck
 
These are the contents of the folder /usr/src/linux-2.4.19/arch/i386/boot:

bootsect.S
compressed
install.sh
Makefile
setup.S
tools
video.S

Are any of these files it or have I managed to miss something?


All times are GMT -5. The time now is 11:07 PM.