<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Weston won't open (undefined symbol: wl_display_add_socket_auto)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91514#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Weston won't open (undefined symbol: wl_display_add_socket_auto)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91514">bug 91514</a>
from <span class="vcard"><a class="email" href="mailto:gajownik@gmail.com" title="Dawid Gajownik <gajownik@gmail.com>"> <span class="fn">Dawid Gajownik</span></a>
</span></b>
<pre>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@atomic weston-build]$ ldd /usr/bin/weston | grep libwayland
libwayland-server.so.0 => /lib64/libwayland-server.so.0
(0x00007f6e7b59a000)
[user@atomic weston-build]$ nm -D /lib64/libwayland-server.so.0 | grep
wl_display_add_socket_auto
0000000000007760 T wl_display_add_socket_auto
[user@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.
<a href="http://cgit.freedesktop.org/wayland/wayland/commit/?id=e2c0d47b0c77f18cd90e9c6eabb358c4d89681c8">http://cgit.freedesktop.org/wayland/wayland/commit/?id=e2c0d47b0c77f18cd90e9c6eabb358c4d89681c8</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>