[Redhat-s390-list] RE: RedHat Beta - netiucv.o unresolved symbol

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Heinz,

There's a problem with the Makefile in linux/drivers/s390/net.  You can try
putting on this patch:
# diff Makefile.orig Makefile -u
--- Makefile.orig       Thu Oct 18 18:20:18 2001
+++ Makefile    Fri Oct 19 12:50:50 2001
@@ -19,3 +19,5 @@
 ctc.o: $(ctc-objs)
        $(LD) -r -o $@ $(ctc-objs)

+netiucv.o: $(export-objs)
+       $(LD) -r -o $@ $(export-objs)

Note that the whitespace between the "+" and the "$(LD)" is a tab character,
not blanks.
+^I$(LD) -r -o $@ $(export-objs)$


Mark Post

-----Original Message-----
From: Heinz Huerlimann [mailto:heinz.huerlimann@csfs.com]
Sent: Friday, October 19, 2001 10:13 AM
To: LINUX-390@VM.MARIST.EDU
Subject: RedHat Beta - netiucv.o unresolved symbol


I downloaded latest iso-Images from ftp.redhat.de and installed it using
iucv as communication device. The installation task (getting rpms by ftp)
worked fine. All seems to be o.k.
After the Installation we IPL the system and can't successfully establish
communication by iucv-interface. We get

root@linux10 root # modprobe iucv0
/lib/modules/2.4.9-0.11/kernel/drivers/s390/net/netiucv.o: unresolved symbol
fsm_settimer
/lib/modules/2.4.9-0.11/kernel/drivers/s390/net/netiucv.o: unresolved symbol
init_fsm
/lib/modules/2.4.9-0.11/kernel/drivers/s390/net/netiucv.o: unresolved symbol
fsm_deltimer
/lib/modules/2.4.9-0.11/kernel/drivers/s390/net/netiucv.o: unresolved symbol
fsm_getstate_str
/lib/modules/2.4.9-0.11/kernel/drivers/s390/net/netiucv.o: unresolved symbol
fsm_addtimer
/lib/modules/2.4.9-0.11/kernel/drivers/s390/net/netiucv.o: unresolved symbol
kfree_fsm
/lib/modules/2.4.9-0.11/kernel/drivers/s390/net/netiucv.o: insmod
/lib/modules/2.4.9-0.11/kernel/drivers/s390/net/netiucv.o failed
/lib/modules/2.4.9-0.11/kernel/drivers/s390/net/netiucv.o: insmod iucv0
failed
root@linux10 root #

Any idea what problem we have?

thanks, Heinz

Huerlimann Heinz
CREDIT SUISSE FINANCIAL SERVICES
Technology and Services
OS/390 / KTPS 1
Uetlibergstrasse 231
P.O. Box 600
CH-8070 Zuerich
Tel: ++41 1 332 74 92
Fax: ++41 1 332 52 60
E-Mail: heinz.huerlimann@csfs.com
Internet: http://www.csfs.com



[Index of Archives]     [Fedora General Discussion]     [LKML]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Linux s390]     [Gimp]     [Yosemite News]

  Powered by Linux