Woo-hoo! My SecondLife patches have been committed! Linux/PowerPC build available!
So as I have blogged previously, i’ve been hacking on SecondLife to get non-x86/64 platforms supported on Linux.
I got in contact with the guys from OpenSecondLife and with some discussion and testing, got my changes committed into head SVN. Yay!
If your interested in the PowerPC binaries for Linux you can get them here.
OpenSecondLife is facing a few issues though - the OpenJPEG library that is used for JPEG2000 encoding/decoding in the source code we obtained from Linden Labs (ala creators of SecondLife) is really, really slow - official secondlife builds use a closed source blob with restrictions on distribution.
If your a crazy C programmer or a company that could give us a better library, come online to irc.efnet.org #opensl-dev - we need your love.
if you get
bin/do-not-directly-run-secondlife-bin: error while loading shared libraries: libxmlrpc.so.0: cannot open shared object file: No such file or directory
when trying to run it on ubuntu try
sudo apt-get install libxmlrpc-c0
sudo ln -s /usr/lib/libxmlrpc.so.3 /usr/lib/libxmlrpc.so.0