https://bugzilla.novell.com/show_bug.cgi?id=854916 https://bugzilla.novell.com/show_bug.cgi?id=854916#c0 Summary: openSUSE:12.3/libapr1: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: draht@suse.com ReportedBy: urs.beyerle@env.ethz.ch QAContact: adrian@suse.com Found By: --- Blocker: --- libarp1 is compiled with -fvisibility=hidden. As a result some symbols are not included in libapr-1.so.0.4.8. For example ganglia needs libganglia.so: undefined reference to `apr_sockaddr_vars_set' libganglia.so: undefined reference to `apr_inet_ntop' compiling without -fvisibility=hidden solves the problem. # nm -D /usr/lib64/libapr-1.so.0.4.8 | grep apr_inet_ntop 000000000001c900 T apr_inet_ntop nm -D /usr/lib64/libapr-1.so.0.4.8 | grep apr_sockaddr_vars_set 000000000001ddc0 T apr_sockaddr_vars_set Please see https://build.opensuse.org/project/show/home:beyerle:Ganglia Why was -fvisibility=hidden introduced in openSUSE 13.1? It's not there in openSUSE 12.3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.