David Woodhouse wrote: > On Sun, 2010-01-24 at 10:45 -0800, Jeff Haferman wrote: >> David Woodhouse wrote: >> > On Sat, 2010-01-23 at 16:21 -0800, Jeff Haferman wrote: >> >> Anyway, I installed "tun" prior to finding the OpenConnect info. I >> >> then found OpenConnect, and followed the instructions. I first tried >> >> OpenConnect 2.21, but it would not compile. >> > >> > Er, can you show the error message? >> >> "strndup" is missing on the link. I did a cursory search and it is >> not part of opensolaris, > > Yay Solaris! > > Please could you test the patch I've just pushed to the git repository? OK, it compiles. But now upon running I get which: no ip in (/sbin:/usr/sbin:/usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin) [snip] ./vpnc-script[301]: /var/run/vpnc/resolv.conf-backup: cannot open [No such file or directory] I guess "ip" is part of iproute2, which I don't think is part of SunOS. I was also getting the which: no ip in (/sbin:/usr/sbin:/usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin) message using the 2.10 version, but I connected just fine anyway... so I just ignored the message. Now I can't connect even using the 2.10 version. So, it looks like the vpnc-script is now what I need to fix... any ideas there?