Hi, <br><br>I am using RHEL 5. <br><br>Yesterday, I was configuring Openswan 3.0.06 on my system. I got few errors, which I solved with the help of Paul. Thanks Paul.<br><br>Basically, I did <span style="font-weight: bold;">
make programs</span> and <span style="font-weight: bold;">make install<br><span style="font-weight: bold;"><br></span></span>Now, as per the INSTALL file, it cites that I need to do <span style="font-weight: bold;">make KERNELSRC=/lib/modules/&#39;uname -r&#39;/build module minstall
</span><br><br>This is giving me a lot of errors. Here is what I got, when I entered the above make:<br><br><br><span style="color: rgb(51, 51, 255);">root@localhost openswan-3.0.06]# make KERNELSRC=/lib/modules/`uname -r`/build module minstall
</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">which: no git in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)
</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">Building module for a 2.6 kernel</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">which: no git in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)
</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">make[1]: Entering directory `/root/openswan/openswan-3.0.06&#39;</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">
which: no git in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">
make[2]: Entering directory `/root/openswan/openswan-3.0.06&#39;</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">make[2]: `/root/openswan/openswan-3.0.06/modobj26/Makefile&#39; is up to date.
</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">make[2]: Leaving directory `/root/openswan/openswan-3.0.06&#39;</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">
make -C /lib/modules/2.6.18-8.el5/build&nbsp; BUILDDIR=/root/openswan/openswan-3.0.06/modobj26 SUBDIRS=/root/openswan/openswan-3.0.06/modobj26 MODULE_DEF_INCLUDE=/root/openswan/openswan-3.0.06/packaging/linus/config-all.h MODULE_DEFCONFIG=/root/openswan/openswan-
3.0.06/linux/net/ipsec/defconfig&nbsp; MODULE_EXTRA_INCLUDE= ARCH=i386 modules</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">make: Entering an unknown directory</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">make: *** /lib/modules/2.6.18-8.el5/build: No such file or directory.&nbsp; Stop.</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">make: Leaving an unknown directory
</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">make[1]: *** [module26] Error 2</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">make[1]: Leaving directory `/root/openswan/openswan-
3.0.06&#39;</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">make: *** [module] Error 2</span><br style="color: rgb(51, 51, 255);"><br><br>Also, I read the README, which says that I need to install a new kernel, but I already have a 
2.6.18, which is default kernel of RHEL 5. So, do I need to build it again? I am not sure because, one of the lines in the README says this:<br><br>make nattpatch | (cd /usr/src/linux-2.6 &amp;&amp; patch -pl &amp;&amp; make bzImage), 
<br><br>but I don&#39;t have anything in /usr/src/. I think this means that I need to install kernel or this command is not needed to configure OPENSWAN with KLIPS. <br><br>Hope to hear from you soon. Thank you.<br><br>Regards, 
<br>Ankit Parikh