I tried the following:

# apt-get update
# apt-get install linux-headers-$(uname -r)
# apt-get build-dep dims
# apt-get install dkms libssl0.9.8 python-all python-argparse
# apt-get install openvswitch-switch openvswitch-controller
openvswitch-datapath-dkms openvswitch-brcompat

Unfortunately I get the same error:

The package openvswitch-datapath-dkms
Is getting the following errors:

Š..
DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....(bad exit status: 2)
./configure --with-linux='/lib/modules/3.11.0-26-generic/build' && make -C
datapath/linux.....(bad exit status: 1)
Error! Bad return status for module build on kernel: 3.11.0-26-generic
(x86_64)
Consult /var/lib/dkms/openvswitch/1.4.6/build/make.log for more
information.



Now when looking a /var/lib/dkms/openvswitch/1.4.6/build/make.log I see
the following error:

Š..
checking whether make has GNU make $(if) extension... yes
checking for Linux build directory... /lib/modules/3.11.0-26-generic/build
checking for Linux source directory... /lib/modules/3.11.0-26-generic/build
checking for kernel version... 3.11.10
configure: error: Linux kernel source in
/lib/modules/3.11.0-26-generic/build is not configured






On 8/28/14, 10:59 AM, "Gurucharan Shetty" <[email protected]> wrote:

>On Thu, Aug 28, 2014 at 7:58 AM, Gurucharan Shetty <[email protected]>
>wrote:
>> On Thu, Aug 28, 2014 at 7:36 AM, MCGRATH, GIL <[email protected]> wrote:
>>> All,
>>>
>>> I am getting the following error doing the following:
>>>
>>> # apt-get update
>>> # apt-get dist-upgrade
>>> # apt-get install openvswitch-switch openvswitch-controller
>>> openvswitch-datapath-dkms openvswitch-brcompat
>>
>> Before you run the above, try:
>> sudo apt-get update
>> sudo apt-get build-dep dkms
>> sudo apt-get install dkms libssl0.9.8 python-all python-argparse
>Also, the following:
>sudo apt-get install linux-headers-$(uname -r)

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to