Hi Daniel! It tells me: wanrouter.ko: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), BuildID[sha1]=0xc0b7c0d39ff6be2335b0317010649c8fff44d58d, not stripped
what shoould I do know?! Tamer Am 07.03.2013 21:53, schrieb Daniel Frey: > On 03/07/2013 09:23 AM, Tamer Higazi wrote: >> Hi people! >> I have tried to install the latest release of wanpipe through the >> freeswitch overlay, which I did so far successfully. Shortly I have >> realised, that the "wanrouter" module is not loadable. When I try to >> load it I get the following error: >> >> office / # modprobe wanrouter >> modprobe: ERROR: could not insert 'wanrouter': Exec format error >> >> >> What could it be?! >> > > It sounds like the kernel doesn't know how to run the binary. I don't > have experience with this particular error, but maybe running > > `file wanrouter.ko` > > and checking to see what it says may be of help. > > It should tell you what executable format it is using, then you'd need > to cross-reference in the kernel .config to make sure you have support > for that executable format compiled in. > > Dan >