Re: [PATCH]2.4.10p12 net/netsyms.c -- unresolved symbol

Garst R. Reese (reese@isn.net)
Wed, 19 Sep 2001 12:21:55 -0300


This is a multi-part message in MIME format.
--------------8857616C78551FD0E30E8479
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Attached are some others, Mohammad's one liner patch is unreadable on
Geocrawler.
My modules.conf is correct, I do need a readable form of that patch.
pls cc me.
Garst
--------------8857616C78551FD0E30E8479
Content-Type: text/plain; charset=us-ascii;
name="modules_install.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="modules_install.log"

cd /lib/modules/2.4.10-pre12; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.10-pre12; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.10-pre12/kernel/drivers/net/irda/irtty.o
depmod: tty_register_ldisc
depmod: *** Unresolved symbols in /lib/modules/2.4.10-pre12/kernel/drivers/net/ppp_async.o
depmod: tty_register_ldisc
depmod: *** Unresolved symbols in /lib/modules/2.4.10-pre12/kernel/drivers/net/slip.o
depmod: tty_register_ldisc

--------------8857616C78551FD0E30E8479--

-
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/