Undefined symbol "fdatasync"

Valeri Galtsev galtsev at kicp.uchicago.edu
Tue Aug 15 01:41:46 UTC 2017


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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
>


++++++++++++++++++++++++++++++++++++++++
Valeri Galtsev
Sr System Administrator
Department of Astronomy and Astrophysics
Kavli Institute for Cosmological Physics
University of Chicago
Phone: 773-702-4247
++++++++++++++++++++++++++++++++++++++++


More information about the freebsd-questions mailing list