Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.22k stars 94 forks source link

/usr/local/lib/libbemenu.so.0: undefined symbol: _register_renderer #327

Closed tipa40 closed 1 year ago

tipa40 commented 1 year ago

Hi, (Sorry, I think I need help, have tried to find info using old issues and readme but failed finding a solution.)

I get ➜ bemenu-0.6.14 ldd bemenu
linux-vdso.so.1 (0x00007ffe6288c000) libbemenu.so.0 => ./libbemenu.so.0 (0x00007f2dd3ad1000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2dd3894000) /lib64/ld-linux-x86-64.so.2 (0x00007f2dd3aea000)

➜ bemenu-0.6.14 LD_LIBRARY_PATH=. BEMENU_RENDERERS=. ./bemenu-run /usr/local/lib/libbemenu.so.0: undefined symbol: _register_renderer

What have I missed? Or is it a bug? Running Ubuntu 22.04 and Sway.

tipa40 commented 1 year ago

It is working now. Thank you.