On Sat, Oct 25, 2014 at 9:14 PM, Akshay Sahu <[email protected]> wrote: > Hello, > > It's not a bug actually but I find some errors while installation.
What was the ./configure options that you provided? Does it look something like this (the --with-linux= ) is important.? ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-ssl --with-linux=/lib/modules/`uname -r`/build What is the distribution on which you are building (Ubuntu, Centos etc) ? Have you made an modifications to the OVS source? If so, try going through a complete installation life cycle without any of your modifications. You can read INSTALL for more information. > > After running command make install, I run make modules_install > but in that it gives a following output. > > make[1]: Entering directory > `/home/akshay/MTP/openvswitch-2.3.0/datapath/linux' make -C > /lib/modules/3.2.0-69-generic-pae/build > M=/home/akshay/MTP/openvswitch-2.3.0/datapath/linux modules_install make[2]: > Entering directory `/usr/src/linux-headers-3.2.0-69-generic-pae' INSTALL > /home/akshay/MTP/openvswitch-2.3.0/datapath/linux/openvswitch.ko DEPMOD > 3.2.0-69-generic-pae make[2]: Leaving directory > `/usr/src/linux-headers-3.2.0-69-generic-pae' depmod `sed -n 's/#define > UTS_RELEASE "\([^"]*\)"/\1/p' > /lib/modules/3.2.0-69-generic-pae/build/include/generated/utsrelease.h` > WARNING: Can't read module /lib/modules/3.2.0-69-generic-pae/openvswitch.ko: > No such file or directory make[1]: Leaving directory > `/home/akshay/MTP/openvswitch-2.3.0/datapath/linux' > > I don't understand which part I'm missing and why I'm getting this error. > It would be really helpful if you guide me in the right direction. > > Thanks and Regards, > Akshay Sahu > Final Year, IIT Delhi > > > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss > _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
