Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Installing EVE on Linux: Difference between revisions

From EVE University Wiki
Line 42: Line 42:
===Incompatible OpenSSL library===
===Incompatible OpenSSL library===
The EVE launcher requires the 1.0.x version of the openssl library in order to function, however, some newer versions of Linux distributions and those that use rolling releases include the 1.1.x version by default (this will be evident by the launcher simply not appearing at all when the script is run), so some extra steps to install the older compatibility library may be necesssary.
The EVE launcher requires the 1.0.x version of the openssl library in order to function, however, some newer versions of Linux distributions and those that use rolling releases include the 1.1.x version by default (this will be evident by the launcher simply not appearing at all when the script is run), so some extra steps to install the older compatibility library may be necesssary.
:'''Note:''' The following example is for Ubuntu.
:'''Note:''' The following example is for Ubuntu - paths may be different on other distributions.
#Download the older library from your distribution's repos
#Download the older library from your distribution's repos
#:{{code|sudo apt-get install libssl1.0.0}}
#:{{code|sudo apt-get install libssl1.0.0}}