On Wednesday, November 26, 2014, Maximilian Pichler <maxim.pich...@gmail.com>
wrote:
>
> When starting xmms the following error appears:
> xmms:/usr/local/lib/xmms/Input/libxmmsmad.so: undefined symbol
> '__guard_local'
> Cannot load specified object
>

This indicates that that shared object was linked incorrectly. On OpenBSD,
shared objects should be linked using cc -shared and *not* by directly
invoking ld, so that they get the necessary begin and end objects.

If you hit this when using the port or after building the package then you
should report this to the port maintainer and/or po...@openbsd.org


Philip Guenther

Reply via email to