I just installed planeshift with the linux installer and ran into a problem. After the installer ran the updater, psclient-bin lost its executable bit. Easy fix, \'chmod +x psclient-bin\', just thought I\'d report it.
Another thing I noticed:
$ldd updater-bin
---snip---
libssl.so.0 => not found
libcrypto.so.0 => not found
---snip---
libssl.so.4 => /lib/libssl.so.4 (0x0074a000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x005a9000)
I\'m thinking the build machine has some outdated symlinks hanging around in /lib
All in all, I like the installer. Makes it a whole lot easier than messing around with cvs repos and shell variables.
EDIT---sorry, wrong forum