> I'm not using RH stuff...but out of curiosity what versions
> of GLIBC are each of the RH6.2 & RH7.0 running. Recently,
> I compiled & installed glibc 2.2 and suspect that 2.2 may
> have broken devfsd.
>
> Can you get a ". /usr/src/linux/scripts/ver_linux" output
> for each system?
I ran ver_linux on the two systems (actually diferent partitions on the same
box), and the results along with your results are below. In all cases your
versions are later than mine.
HOWEVER, please note that my problem was with COMPILING devfsd, not running
it (havent got that far yet), It would seem that some of the include files
in the RH7.0 system are wrong (or at least different), and caused my problem.
Reg.Clemens
reg@xxxxxxx
----
Your System.
shadow:/mnt/devfsd# . /usr/src/linux/scripts/ver_linux
-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux shadow 2.4.0-test12 #1 SMP Wed Nov 29 18:54:59 CST 2000 i686 unknown
Kernel modules 2.3.21
Gnu C 2.95.2
Gnu Make 3.79.1
Binutils 2.10.1
Linux C Library 2.2.so*
Dynamic linker ldd (GNU libc) 2.2
Procps 2.0.2
Mount 2.10q
Net-tools 1.57
Kbd 1.00
Sh-utils 2.0
Modules Loaded
----
My RH 6.2 system
[root@orion reg]# sh /usr/src/linux/scripts/ver_linux
-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux orion 2.4.0-test11 #3 Thu Nov 30 14:29:41 MST 2000 i686 unknown
Kernel modules 2.3.17
Gnu C 2.7.2.3
NB actually used kgcc gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2
release)
loaded from the RPM on the RH7.0 cd. The code would not compile with the
above
compiler, claiming it was too old...
Gnu Make 3.78.1
Binutils 2.9.5.0.22
Linux C Library 2.1.3
Dynamic linker ldd (GNU libc) 2.1.3
Procps 2.0.6
Mount 2.10o
Net-tools 1.54
Console-tools 0.3.3
Sh-utils 2.0
Modules Loaded aic7xxx st scsi_mod autofs nfsd lockd sunrpc 3c59x
[root@orion reg]#
----
My RH7.0 System
[reg@orion ~]$ sh /usr/src/linux/scripts/ver_linux
-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux orion.dwf.com 2.4.0-test11 #3 Fri Nov 24 19:56:24 MST 2000 i686 unknown
Kernel modules 2.3.14
Gnu C 2.96
Gnu Make 3.79.1
Binutils 2.10.0.18
Linux C Library 2.1.92
Dynamic linker ldd (GNU libc) 2.1.92
Procps 2.0.7
Mount 2.10m
Net-tools 1.56
Console-tools 0.3.3
Sh-utils 2.0
Modules Loaded nfsd lockd sunrpc 3c59x uhci emu10k1 soundcore usbcore
|