[BDS-49] Server wont start on Ubuntu Created: 11/Sep/18 Updated: 12/Sep/18 Resolved: 12/Sep/18 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.6.1.0 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | TwistedAsylum | Assignee: | Unassigned |
| Resolution: | Invalid | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Ubuntu 14 VPS |
||
| Description |
|
On my VPS, I done wget "https://minecraft.azureedge.net/bin-linux/bedrock-server-1.6.1.0.zip" then I done unzip bedrock-server-1.6.1.0.zip. Then i tried doing ./bedrock_server and i get this error: ./bedrock_server: error while loading shared libraries: libCrypto.so: cannot open shared object file: No such file or directory. When I check in my folder, there is a libCriypto.so file. |
| Comments |
| Comment by Jonathan Markevich [ 11/Sep/18 ] |
|
You need to run: LD_LIBRARY_PATH=. ./bedrock_server otherwise it won't find that libCrypto.so file. It's in the instructions file included with the server. |