If you're still on FreeBSD < 10.3 the time to upgrade is now. Binary packages are built for FreeBSD 10.3 now and 10.1 and 10.2 are unsupported as of 2017/01/01./usr/local/sbin/visudo: Undefined symbol "utimensat"
This is the reply:In Linux I would do a "ldd /usr/local/sbin/visudo" to check if every library is installed.
$ ldd /usr/local/sbin/visudo
/usr/local/sbin/visudo:
libsudo_util.so.0 => /usr/local/libexec/sudo/libsudo_util.so.0 (0x28098000)
libintl.so.8 => /usr/local/lib/libintl.so.8 (0x280ac000)
libc.so.7 => /lib/libc.so.7 (0x280b5000)
Yes, of course.Silly question but trying to eliminate the obvious: you are running visudo as root, correct?
Maybe it is...If you're still on FreeBSD < 10.3 the time to upgrade is now. Binary packages are built for FreeBSD 10.3 now and 10.1 and 10.2 are unsupported as of 2017/01/01.