On Sun, Dec 14, 2014 at 10:17:16AM +0200, Andriy Gapon wrote: > > I have a program linked to libgstreamer and after upgrading to the latest > official packages (gstreamer-0.10.36_2) the program does not run anymore: > /usr/local/lib/libgstreamer-0.10.so.0: Undefined symbol "ppoll" > > Indeed: > $ nm -D /usr/local/lib/libgstreamer-0.10.so.0 | fgrep ppoll > U ppoll > > I wonder what package provides a library that provides the required ppoll on > FreeBSD.
The symbol is provided by libc.so.7. What is your branch, and how old is your world ? _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"