[BDS-12908] Update 1.16.220 won't launch on Centos Created: 18/Apr/21 Updated: 23/Sep/21 Resolved: 23/Sep/21 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.16.220 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | -----BEGIN RSA PRIVATE KEY--- | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS Linux 8 |
||
| Confirmation Status: | Unconfirmed |
| Description |
|
The permissions of files was not set correctly. ./bedrock_server: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory Same after running"chmod +x" |
| Comments |
| Comment by [MCQA] Kinga Izdebska [ 23/Sep/21 ] |
|
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem. Quick Links: |
| Comment by [MCQA] Kinga Izdebska [ 23/Jun/21 ] |
|
Is this still an issue in the latest version? If so, can you please add it to the affected versions (or mention it if you are not the reporter). |
| Comment by Karl Vegar Larsen [ 21/Apr/21 ] |
|
Hi I also ran into this problem. Seems libnsl have been removed from Centos recently. (I guess it has been deprecated for a while.) So it is not a permission issue, the library is missing.
Install libnsl using: sudo dnf install libnsl
Reference source: https://centos.pkgs.org/8/centos-baseos-x86_64/libnsl-2.28-127.el8.x86_64.rpm.html
|