Date: Wed, 23 May 2018 14:37:00 -0400 From: Mike Tancsa <mike@sentex.net> To: FreeBSD-STABLE Mailing List <freebsd-stable@FreeBSD.org> Subject: Undefined symbol "vmap" referenced from COPY relocation in /usr/local/sbin/argus Message-ID: <82a246a0-fe02-116b-609c-2eafe9f2d4cd@sentex.net>
next in thread | raw e-mail | index | archive | help
Any idea what this issue is about ? I was upgrading an older RELENG11
server to today, and go this error on a port which had not been compiled
in some time
I dont see any missing lib references
# ldd argus
argus:
libpcap.so.8 => /lib/libpcap.so.8 (0x800880000)
libthr.so.3 => /lib/libthr.so.3 (0x800adc000)
libwrap.so.6 => /usr/lib/libwrap.so.6 (0x800d04000)
libm.so.5 => /lib/libm.so.5 (0x800f0d000)
libz.so.6 => /lib/libz.so.6 (0x80113a000)
libc.so.7 => /lib/libc.so.7 (0x801352000)
Recompiling the port fixes the error.
File sizes are quite different too
-r-xr-xr-x 1 root wheel uarch 397576 May 23 14:35 argus
-r-xr-xr-x 1 root wheel uarch 405768 Apr 21 2017 argus.prev
---Mike
--
-------------------
Mike Tancsa, tel +1 519 651 3400 x203
Sentex Communications, mike@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?82a246a0-fe02-116b-609c-2eafe9f2d4cd>
