Re: not an ELF file while using insmod

2001-11-16 Thread Leonard den Ottolander
Hi Nevin, > I copy this file to the system, untar the file and get "gsi.o" now the > instructions tell me to use "insmod gsi.o" so i proceed in doing so but get the > following error message... > > [root@localhost adsl]# insmod /adsl/gsi.o > /adsl/gsi.o: /adsl/gsi.o is not an ELF

Re: not an ELF file while using insmod

2001-11-15 Thread Statux
You should get ahold of the makers of the drivers and tell them that RedHat doesn't do a.out anymore :) a.out (output of the assembler) is the old binary format.. it's still used on some *nix systems today but many have changed to ELF including Linux and FreeBSD among others. On Fri, 16 Nov 20