• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed Problem with "installation"

Status
Not open for further replies.

OneX

New member
Hi i have problem with teaspeak server.
"./TeaSpeakServer: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory"

I did everything that was written in tutorial.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hmm well looks like thats a library is missing :)
You may could fix this by your own by installing libssl (sudo apt-get install libssl1.0.0)
 

OneX

New member
In libs folder i have libcrypto.so.1.0.0. but the error throws 1.1

/i have the latest version of teaspeak
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
yep i already noticed that :D
May you could fix this by just renaming this lib.

Code:
 0x0000000000000001 (NEEDED)             Shared library: [libTeaMusic.so]
 0x0000000000000001 (NEEDED)             Shared library: [libsqlite3.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libcrypto.so.1.1]
 0x0000000000000001 (NEEDED)             Shared library: [libyaml-cpp.so.0.5]
 0x0000000000000001 (NEEDED)             Shared library: [libopus.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
I just saw i updated my libcrypto....

Okey i fixed that.
Just redownload the newest version
 
Status
Not open for further replies.