* rahim entezari (rahim.entez...@gmail.com) wrote: > checking for SSL... no > configure: WARNING: Cannot find openssl: > > No package 'openssl' found > > OpenFlow connections over SSL will not be supported.
Might want to also have openssl and openssl-devel installed. > (You may use --disable-ssl to suppress this warning.) <snip> > checking for Linux build directory... no > configure: error: source dir /lib/modules/2.6.18-308.el5/build doesn't exist I suspect /lib/modules/2.6.18-308.el5/build is a symlink pointing to a non-existent directory (should be /usr/src/kernels/2.6.18-308.el5). Most likely, when you installed kernel-devel package it's newer than your running kernel. # rpm -q kernel kernel-devel The simplest way to handle this is upgrade your kernel, reboot to the new kernel, and verify you have same version of kernel and kernel-devel packages installed. Then you should have /lib/modules/`uname -r`/build pointing to a valid directory. thanks, -chris _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss