It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
A lot of distributions do not include this very special library which the game requires to start, thus it will not start. I assume it is included in Ubuntu which you support, thus this is of course just a request.
+1. Fedora 20 x64 doesn't have installed normally. :(
librtmp.so.0 is missing from Debian Jessie/Testing as well (replaced by librtmp.so.1 ??)
It's in Wheezy/Stable but other packages don't meet requirements.
Also libssl.so.1.0.0 and libcrypto.so.1.0.0 would be nice.
With the strong caveat that I am still VERY new to linux, and I'm 99% certain this is not an approved way of fixing a program.... I believe I've found a way to get this program to run on Debian Jessie (updated as of 08/02/14).


In short, I made a symbolic link for "librtmp.so.0" where the "librtmp.so.1" file was located and linked to the "librtmp.so.1" file.

The reasoning was simply that both files seemed to provide the same function (according to the package summary on the debian site) and that most developers would try and keep backward compatibility if they could. That being said, the game or OS could faceplant later while I'm playing due to some issue I haven't encountered yet.



I did get a lot of "Could not unload undefined prefab" errors that listed game items like "campfire", but I had no problems selecting and placing a campfire during my two day (in-game) test. These errors only show up when running from the terminal and do not slow down the loading of the game by needing confirmation or something.

If anyone has better suggestions or tips, please feel free to chime in.


For the record, Installing Linux Mint (easiest) or recompiling rtmpdump is the better solution - I just like to tinker and haven't tried recompiling yet.