goxboxlive;555620 Wrote: > > Update: I found a 64bit libspotify, and i tried just to replace the 32 > bit version in your app, but it gave me an error about ELF64 bit and > so...... >
I was trying to avoid building 64bit as the server does not have an easy way of distributing both types of binary for linux. What's confusing me is that it runs on a 64 unbuntu VM I have... (my main server is 32bit) Easy solution in the short term could be to put a 32bit version of libFLAC in the binary folder? (the binary has as an elf setting added to make it search $ORIGIN first for shared libraries which means it looks first in the same place as the binary) -- 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
