https://bugzilla.novell.com/show_bug.cgi?id=703592 https://bugzilla.novell.com/show_bug.cgi?id=703592#c18 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |rguenther@novell.com --- Comment #18 from Stanislav Brabec <sbrabec@novell.com> 2011-07-19 20:17:26 CEST --- Well, there is a problem for SLE10. Older versions of apcupsd are written in C++ (well, just a C++ as a language, they do not use any stdlib classes). And binaries that are linked against libstdc++ cannot reside in /sbin. So we have two possible solution: 1. Version update to any version written in C. 2. Do some magic that will prevent linking against libstdc++. I have tried -nostdlib flag, but there is a problem with: apcupsd.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' (the same single unresolved symbol is in all objects) Richard, is there a way to work-around this problem? -- 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.