tthtlc / compcache

Automatically exported from code.google.com/p/compcache
0 stars 0 forks source link

unknown symbols: lzo1x_decompress_safe and lzo1x_1_compress #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.make
2.execute ./load_modules.sh as root
3.

What version of the product are you using? On what operating system?
Compcache v0.6 - OpenSUSE 11.1 x86_64 gcc 4.4.1 with 2.6.31 kernel

Please provide any additional information below.
dmesg message says:
ramzswap: no symbol version for lzo1x_decompress_safe
ramzswap: Unknown symbol lzo1x_decompress_safe
ramzswap: no symbol version for lzo1x_1_compress
ramzswap: Unknown symbol lzo1x_1_compress

while
lsmod | grep lzo
lzo                     2560  0 
lzo_decompress          3248  1 lzo
lzo_compress            2912  1 lzo

Original issue reported on code.google.com by erdem...@gmail.com on 5 Oct 2009 at 3:32

GoogleCodeExporter commented 9 years ago
I don't know if it's a defect or my vanilla kernel get corrupted.
Will try again with 2.6.32-rc1
Thanks

Original comment by erdem...@gmail.com on 5 Oct 2009 at 3:35

GoogleCodeExporter commented 9 years ago
Did you get chance to try again? Did it work?

Original comment by nitingupta910@gmail.com on 2 Nov 2009 at 1:57

GoogleCodeExporter commented 9 years ago
Please reopen if you are still hitting this issue.

Original comment by nitingupta910@gmail.com on 12 Nov 2009 at 1:24