Messages in this thread |  | | Date | Mon, 13 Jan 1997 22:58:09 +0100 | From | Alessandro Suardi <> | Subject | latest kernel modules code break sysklogd 1.3-3 |
| |
Hello Greg,
RedHat's latest sysklogd RPM doesn't build on linux-2.1.20 with modutils-970104 (for that matter it wouldn't build on stock 2.1.20 as well) since struct module does not contain anymore "addr".
% gcc -O2 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DFSSTND -c ksym_mod.c ksym_mod.c: In function `LookupModuleSymbol': ksym_mod.c:528: structure has no member named `addr' ksym_mod.c:529: structure has no member named `addr' ksym_mod.c:549: structure has no member named `addr' ksym_mod.c:561: structure has no member named `addr' % make: *** [ksym_mod.o] Error 1
Cheers,
--alessandro <asuardi@uninetcom.it> <asuardi@it.oracle.com>
Linux kernel-2.1.20 libc-5.4.17 gcc-2.7.2.1 binutils-2.7.0.3
|  |