Date: Mon, 14 Aug 2017 20:17:47 -0500 (CDT) From: "Valeri Galtsev" <galtsev@kicp.uchicago.edu> To: "Francisco Reyes" <lists@natserv.net> Cc: freebsd-questions@freebsd.org Subject: Re: Undefined symbol "fdatasync" Message-ID: <53247.10.150.113.68.1502759867.squirrel@cosmo.uchicago.edu> In-Reply-To: <3f0d0123-b0f9-ad7e-d67d-9c190d713864@natserv.net> References: <3f0d0123-b0f9-ad7e-d67d-9c190d713864@natserv.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, August 14, 2017 8:07 pm, Francisco Reyes wrote: > Two different programs, Samba and Postgresql, are giving me an error > about Undefined symbol "fdatasync" > /usr/local/lib/libtdb.so.1: Undefined symbol "fdatasync" <-- samba > /usr/local/bin/postgres: Undefined symbol "fdatasync" <-- Postgresql I would do ldd /usr/local/lib/libtdb.so.1 ldd /usr/local/bin/postgres and reinstall packages ("pkg upgrade -f [pkgname]" should do the trick) from which libraries both of the above linked to come. Good luck! Valeri > > FreeBSD 11.0 > > Is this some sort of missing library? > > Upgrading the machine to 11.1 to see if that helps. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53247.10.150.113.68.1502759867.squirrel>