RabanePaco;675849 Wrote: > How about a statically linked version of the spotify plugin? Would that > be possible and wouldn't that solve the problem? How many users are > there out there with the wrong version of Linux, who can't upgrade? >
The library spotify provide (and on which the plugin relies) is a dynamic link library with dependances on the following: Version References: required from libm.so.6: 0x0d696914 0x00 07 GLIBC_2.4 required from libgcc_s.so.1: 0x0b792655 0x00 06 GCC_3.5 required from librt.so.1: 0x0d696914 0x00 05 GLIBC_2.4 required from libc.so.6: 0x0d696914 0x00 04 GLIBC_2.4 required from libpthread.so.0: 0x0d696914 0x00 03 GLIBC_2.4 private flags = 5000002: [Version5 EABI] [has entry point] So I am afraid that makes it impossible for me to ship a statically linked version. -- Triode ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=79706 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
