Folks,
The build for openvpn on solaris is failing for me. my environment is as follows:
openvpn2.0
gcc version 3.4.0
GNU Make 3.80
linux / win32 / freebsd have all worked previously. any thoughs?
..snip from make output
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/ssl/include -I. -g -O2 -MT tun.o -MD -MP -MF ".deps/tun.Tpo" -c -o tun.o tun.c; \
then mv -f ".deps/tun.Tpo" ".deps/tun.Po"; else rm -f ".deps/tun.Tpo"; exit 1; fi
tun.c:1160:2: #error I need the symbol TUNNEWPPA from net/if_tun.h
tun.c: In function `open_tun':
tun.c:1222: error: `TUNNEWPPA' undeclared (first use in this function)
tun.c:1222: error: (Each undeclared identifier is reported only once
tun.c:1222: error: for each function it appears in.)
make[1]: *** [tun.o] Error 1
make[1]: Leaving directory `/usr/share/src/openvpn-2.0_rc20'
make: *** [all] Error 2
..end snip
note: i did not see "net/if_tun.h" in the source tree......
__Terry
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|