Stephen Mah (steve.mah@xxxxxxxxxx) said: > Has anyone seen this message with the Cisco VPN client for linux version > 3.7 & 4? > > Incorrectly built binary which accesse errno, h_errno or _res directly. > Needs to be fixed. > > This occurs while attempting to connect, it actually establishes a > connection with the VPN gateway. I'm just concerned about the error > message. The vpn client didn't have this message with pysche. The binary needs to #include <errno.h> in whatever source files reference errno. It's only a warning... for now. Bill