LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

undefined reference to `ip_vs_control_cleanup'

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: undefined reference to `ip_vs_control_cleanup'
From: Geert Vanderkelen <geert@xxxxxxxxxx>
Date: Thu, 14 Mar 2002 16:13:06 +0100
Hi,

I'm trying to compile LVS into Linux kernel 2.4.18 with latest patch of LVS 1.0.0 on a Debian 3.0 Woody. (failure output at the end of this message)
It's a fresh tarball from www.kernel.org.

I looked at some posts in the past about the same problem. Also, I looked into the linux-kernel postings. There was told to either downgrade the binutils or wait for the pre releases of 2.4.18.

binutils 2.11.92.0.1 are installed and I don't want to mess with Debian installation to mutch unless it's the only solution.

Looking into the code doens't help me mutch since I have little experience with Kernel-hacking ;)

If this has been solved sucessfully in the past, sorry for extra posting.

Kind regards,

Geert

PS: many thanks for this great software. It helps us really alot! :)


------------------
make[1]: Leaving directory `/usr/src/linux/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \
        --start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \ drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/media/media.o drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/pci/driver.o drivers/pcmcia/pcmcia.o drivers/video/video.o \
        net/network.o \
/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a /usr/src/linux/arch/i386/lib/lib.a \
        --end-group \
        -o vmlinux
net/network.o: In function `ip_vs_init':
net/network.o(.text.init+0x1f18): undefined reference to `ip_vs_control_cleanup'make: *** [vmlinux] Error 1
--------------------



--
Geert Vanderkelen
Developer
Ypsilon.Net AG (Germany)



<Prev in Thread] Current Thread [Next in Thread>
  • undefined reference to `ip_vs_control_cleanup', Geert Vanderkelen <=