I\'m running Gentoo on my system and planeshift is quite nicely available on the portage tree for emerging.
So I did and it picked up all the dependencies fine and downloaded and compiled them fine. I get to planeshift and it starts compiling for awhile and then it gets to these messages:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../../i686-pc-linux-gnu/bin/ld: warning: libssl.so.0.9.6, needed by /usr/lib/libcurl.so, may conflict with libssl.so.0.9.7
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../../i686-pc-linux-gnu/bin/ld: warning: libcrypto.so.0.9.6, needed by /usr/lib/libcurl.so, may conflict with libcrypto.so.0.9.7
...failed updating 1 target(s)...
...skipped 1 target(s)...
...updated 157 target(s)...
before it fails completely. I could go for the binary I suppose but I should think it would have worked this way. Any ideas?