[Wayland-bugs] [Bug 91514] Weston won't open (undefined symbol: wl_display_add_socket_auto)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 3 21:09:29 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91514
--- Comment #1 from Dawid Gajownik <gajownik at gmail.com> ---
Hi,
looks like your libwayland-server.so.0 file is missing this symbol. On a
working system you should have something similar to the below output:
[user at atomic weston-build]$ ldd /usr/bin/weston | grep libwayland
libwayland-server.so.0 => /lib64/libwayland-server.so.0
(0x00007f6e7b59a000)
[user at atomic weston-build]$ nm -D /lib64/libwayland-server.so.0 | grep
wl_display_add_socket_auto
0000000000007760 T wl_display_add_socket_auto
[user at atomic weston-build]$
It was run on Fedora, so paths may be different. wl_display_add_socket_auto()
was added in 2014-08-05 so if your libwayland-server.so is older you might need
to upgrade it.
http://cgit.freedesktop.org/wayland/wayland/commit/?id=e2c0d47b0c77f18cd90e9c6eabb358c4d89681c8
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20150804/9227c8b5/attachment.html>
More information about the wayland-bugs
mailing list