Re: 2.5.3: Unresolved Symbols in ppp_deflate.o and ufs.o

From: Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Date: Sat Feb 02 2002 - 18:37:06 EST


Em Sat, Feb 02, 2002 at 06:37:20PM -0200, Marcelo Roberto Jimenez escreveu:
> I'm having the same problem:
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.3/kernel/drivers/net/ppp_deflate.o
> depmod: zlib_inflateIncomp

Try this:

Index: lib/zlib_inflate/inflate_syms.c
===================================================================
RCS file: /home/cvs/kernel-acme/lib/zlib_inflate/inflate_syms.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 inflate_syms.c
--- lib/zlib_inflate/inflate_syms.c 2002/01/31 22:30:27 1.1.1.1
+++ lib/zlib_inflate/inflate_syms.c 2002/02/02 23:36:05
@@ -18,4 +18,5 @@
 EXPORT_SYMBOL(zlib_inflateSync);
 EXPORT_SYMBOL(zlib_inflateReset);
 EXPORT_SYMBOL(zlib_inflateSyncPoint);
+EXPORT_SYMBOL(zlib_inflateIncomp);
 MODULE_LICENSE("GPL");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Feb 07 2002 - 21:00:28 EST