Gentoo Archives: gentoo-user

From: Tamer Higazi <th982a@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wanrouter modprobe
Date: Fri, 08 Mar 2013 11:50:59
Message-Id: 5139D095.1030901@googlemail.com
In Reply to: Re: [gentoo-user] wanrouter modprobe by Daniel Frey
1 Hi Daniel!
2 It tells me:
3
4 wanrouter.ko: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV),
5 BuildID[sha1]=0xc0b7c0d39ff6be2335b0317010649c8fff44d58d, not stripped
6
7
8 what shoould I do know?!
9
10
11 Tamer
12
13 Am 07.03.2013 21:53, schrieb Daniel Frey:
14 > On 03/07/2013 09:23 AM, Tamer Higazi wrote:
15 >> Hi people!
16 >> I have tried to install the latest release of wanpipe through the
17 >> freeswitch overlay, which I did so far successfully. Shortly I have
18 >> realised, that the "wanrouter" module is not loadable. When I try to
19 >> load it I get the following error:
20 >>
21 >> office / # modprobe wanrouter
22 >> modprobe: ERROR: could not insert 'wanrouter': Exec format error
23 >>
24 >>
25 >> What could it be?!
26 >>
27 >
28 > It sounds like the kernel doesn't know how to run the binary. I don't
29 > have experience with this particular error, but maybe running
30 >
31 > `file wanrouter.ko`
32 >
33 > and checking to see what it says may be of help.
34 >
35 > It should tell you what executable format it is using, then you'd need
36 > to cross-reference in the kernel .config to make sure you have support
37 > for that executable format compiled in.
38 >
39 > Dan
40 >