PDA

View Full Version : problem with cloop



sabel
09-02-2003, 04:40 PM
Hi,

I have a problem with loading the cloop module on my gentoo linux (2.4.20-gentoo-r6).
When I'm doing an insmod cloop (...) I get this:


bash-2.05b# insmod cloop
Using /lib/modules/2.4.20-gentoo-r6/misc/cloop.o
/lib/modules/2.4.20-gentoo-r6/misc/cloop.o: unresolved symbol zlib_inflate_workspacesize_Rsmp_ce5ac24f
/lib/modules/2.4.20-gentoo-r6/misc/cloop.o: unresolved symbol zlib_inflateReset_Rsmp_ef76d642
/lib/modules/2.4.20-gentoo-r6/misc/cloop.o: unresolved symbol zlib_inflateEnd_Rsmp_9ef45f92
/lib/modules/2.4.20-gentoo-r6/misc/cloop.o: unresolved symbol zlib_inflate_Rsmp_64cf8602
/lib/modules/2.4.20-gentoo-r6/misc/cloop.o: unresolved symbol zlib_inflateInit__Rsmp_456e911d


Does anyone know what's wrong?!

thanks,
sabel

boodiddly
11-09-2003, 03:59 PM
I am having the same problem using 2.4.20-gentoo-r6 and r8. zlib (de)compression has been built INTO the kernel.

Anyone else encounter this or have a solution?

thx

aprodigy
12-01-2003, 09:15 PM
Hi!

make menuconfig --> Cryptographic Options

Enable "Cryptographic API" and then enable "Deflate Compression algorithm"...

make dep && make bzImage ... ... ...

Bye...