> > Using dbus-1.8.12, /etc/rc.conf has (dbus_enable="YES",
> > slim_enable="YES"). This works no more. X.Org starts, but cannot
> > login to any Desktop because dbus actually is not running and has
> > not started.
> >
> > Kill Xorg, then manually "service onestart" dbus, and slim.
> > I can then
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
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:
> $
On 14/12/2014 10:36, Konstantin Belousov wrote:
> 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