|
|
* Jean-Pierre Schwickerath (lists@xxxxxxxxxxxx) [ 1 Oct 2004 11:49]: > > Many thanks! I found the same result by using my own > > experimentation. My real road block now, is the issue > > of trying to obtain a 64bit tun driver for Sparc. > > I do not believe the tun-1-1 code can create > > a driver for any of the newer Ultra Sparcs. > > > > Did you have a look at > http://openvpn.sourceforge.net/install.html > there is a section on solaris which deals with an 64-bit issue. Seems as > if it's just a matter of compile flags to pass in the Makefile. I get the same error with or without the flag: gmake install PATH=/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin:/opt/gnu/bin:/usr/ccs/bin cd solaris; make all make[1]: Entering directory `/tmp/src/tun-1.1/solaris' gcc -DTUN_VER=\"1.1\ 10/01/2004\" -m64 -O2 -Wall -D_KERNEL -I. -c tun.c tun.c: In function `tuninfo': tun.c:218: warning: cast to pointer from integer of different size ld -r -o tun tun.o make[1]: Leaving directory `/tmp/src/tun-1.1/solaris' cd solaris; make inst make[1]: Entering directory `/tmp/src/tun-1.1/solaris' ld -r -o tun tun.o ./../install-sh -c -m 644 -o root -g root if_tun.h /usr/include/net ./../install-sh -c -m 644 -o root -g root tun /usr/kernel/drv ./../install-sh -c -m 644 -o root -g root tun.conf /usr/kernel/drv /usr/sbin/rem_drv tun >/dev/null 2>&1 /usr/sbin/add_drv tun devfsadm: driver failed to attach: tun Warning: Driver (tun) successfully added to system but failed to attach make[1]: Leaving directory `/tmp/src/tun-1.1/solaris' -- Russell P. Sutherland Email: russ @ madhaus.cns.utoronto.ca 4 Bancroft Ave., Rm. 102 Voice: +1.416.978.0470 University of Toronto Fax: +1.416.978.6620 Toronto, ON M5S 1C1 WWW: http://madhaus.cns.utoronto.ca/~russ CANADA ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2004-10/msg00029.html on line 222 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2004-10/msg00029.html on line 222 |