Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: make-ing kernel: msg#00380
|
Subject: |
Re: make-ing kernel |
On Thu, 2004-01-29 at 14:21, Kiss Gábor wrote:
> kernel/kernel.o(.text+0x108c): In function `schedule':
> : undefined reference to `active_load_balance'
This is fixed in the 2163 kernel in -testing
> fs/fs.o(.text+0x37b05): In function `zisofs_readpage':
> : undefined reference to `zlib_inflateInit_'
> fs/fs.o(.text+0x37c07): In function `zisofs_readpage':
> : undefined reference to `zlib_inflate'
> fs/fs.o(.text+0x37cb9): In function `zisofs_readpage':
> : undefined reference to `zlib_inflateEnd'
> fs/fs.o(.text.init+0xacc): In function `mnt_init':
> : undefined reference to `init_rootfs'
> fs/fs.o(.text.init+0x1011): In function `zisofs_init':
> : undefined reference to `zlib_inflate_workspacesize'
You need CONFIG_ZLIB_INFLATE=y to use zisofs
Dave
--
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-test-list
|
| |