<div dir="ltr"><br><br>
<div class="gmail_quote">On Thu, Sep 4, 2008 at 8:15 AM, Robert Moskowitz <span dir="ltr"><<a href="mailto:rgm@htt-consult.com">rgm@htt-consult.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I need vtun working over IPv6.  The version from rpmforge does not seem to support IPv6 (binds to <a href="http://0.0.0.0:5000/" target="_blank">0.0.0.0:5000</a> if I specify binding to the interface, and won't let me put in an IPv6 address for address binding).<br>
<br>So I was pointed to the KAME (which does not provide any FC/RHEL support.  The person who sent me there provided a makefile that he said works on Linux, but did not work for me:<br><br>Makefile from KAME:<br><br>install_dir = /usr/local/v6/bin<br>
<br>v6tun: v6tun.o<br>       cc -o $@ $><br><br>install: v6tun<br>       -rm -f $(install_dir)/v6tun<br>       install -c -o root -g wheel -m 04710 v6tun $(install_dir)<br><br>clean:<br><br><br>       -rm -f *.o v6tun<br>
<br><br>Makefile from contact:<br><br>v6tun: v6tun.o<br><br>      gcc v6tun.c v6tun.h -o v6tun<br><br>install: v6tun<br><br>      -rm -f $(install_dir)/v6tun<br><br>      install -c -o root -g wheel -m 04710 v6tun $(install_dir)<br>
<br>clean: 6tun: v6tun.o    -rm -f *.o v6tun<br><br>      gcc v6tun.c v6tun.h -o v6tun install: v6tun</blockquote>
<div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div>
<div>Looks like part of the file is repeated.  ^^^^^^ and further down </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><span id=""></span><br><br>      -rm -f $(install_dir)/v6tun<br><br>      install -c -o root -g wheel -m 04710 v6tun $(install_dir) clean:</blockquote>

<div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div>
<div>needs a line break</div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><span id=""></span><br><br>      -rm -f *.o v6tun<br><br>I changed the install_dir to /usr/local/bin<br><br>
I had put the makefile, v6tun.c, & v6tun.h in /root/v6tun and as root issued make install.  I got the following error:<br><br>Makefile:10: *** target pattern contains no '%'. Stop.<br><br><br>What is missing to get this compiled?<br>
<br><br><br><br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org" target="_blank">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</blockquote></div><br></div>