[systemd-devel] systemd fails to build with static kmod library
Cristian Rodríguez
crrodriguez at opensuse.org
Sun Jun 2 09:56:33 PDT 2013
El 02/06/13 11:06, Stephan Raue escribió:
> Hi,
>
> systemd fails to build with using a statically libkmod.a:
Sure it does, there is memdup, path_is_absolute and
path_make_absolute_cmd symbols defined in systemd and kmod.
As static libraries do not have symbol visibility, you will get
collisions as expected.
"patient : Doctor, doctor , when I do this it hurts.. doctor: do not do
that then ;)"
Do not use static linking, with systemd, ever, in fact do not use with
any other component.
More information about the systemd-devel
mailing list