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
Added openssl fix and moved to new troubleshooting section with QT fix.
Line 57: Line 57:
#:{{code|$EDITOR {{Color|green|/Path/To/evelauncher/}}evewrapper.sh}}
#:{{code|$EDITOR {{Color|green|/Path/To/evelauncher/}}evewrapper.sh}}
#Insert the following text and then save it:
#Insert the following text and then save it:
#:{{code|if [ ! -f $dirname/libssl.so.1.0.0 ]; then<br>    ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 $dirname/libssl.so<br>fi<br>if [ ! -f $dirname/libcrypto.so.1.0.0 ]; then<br>    ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 $dirname/libcrypto.so<br>fi<br>evelauncher}}
#:{{code|if [ ! -e $dirname/libssl.so.1.0.0 ]; then<br>    ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 $dirname/libssl.so<br>fi<br>if [ ! -e $dirname/libcrypto.so.1.0.0 ]; then<br>    ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 $dirname/libcrypto.so<br>fi<br>evelauncher}}
#If you made a custom launcher file as above, you will need to change the path of the symlink in step 1
#If you made a custom launcher file as above, you will need to change the path of the symlink in step 1
#:{{code|ln -s {{Color|green|/Path/To/}}evewrapper.sh /usr/bin/evelauncher}}
#:{{code|ln -s {{Color|green|/Path/To/}}evewrapper.sh /usr/bin/evelauncher}}


<br>
<br>
===QT Dependencies===
===QT Dependencies===
In some rare instances on Ubuntu, you may be lacking the required QT dependences for the launcher, This will manifest as some QT files not be located and the launcher window opening but not displaying anything. <br/>
In some rare instances on Ubuntu, you may be lacking the required QT dependences for the launcher, This will manifest as some QT files not be located and the launcher window opening but not displaying anything. <br/>