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

Pending Server crash on WebClient Connect

eduardoroeder

Fanatic member
Premium User
There is not libcrypto.so.1.0, only libcrypto.so (may be the same file, but only the latter name exists)

So I just duplicated the file under the two names and that worked.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Yeahr you're right.
I mean libcrypto.so and not the other.
So basically just renaming libcrypto.so to libcrypto.so.1.0.0 should work.
Specially because they're build from the same source, just the name is different :)
 

eduardoroeder

Fanatic member
Premium User
It needs both files because libnice is searching for the one *.so.1.0.0 and the server executable searches for only the *.so version hehe

Might be just a litteral include inside the server code.

Thanks for your help
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Ahh yeahr ofc, sorry I'm already quite tired :D
I just create a sym link for my server :D
Code:
-rwxr-xr-x  1 teaspeak-pofc teaspeak-pofc 7.7M Jul 17 19:54 libcrypto.so
lrwxrwxrwx  1 teaspeak-pofc teaspeak-pofc   12 Sep 19 01:01 libcrypto.so.1.0.0 -> libcrypto.so
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
So now it should work.
Tested on a fresh Ubuntu 14.04 system (only wget and curl have been installed)

This message bellow could be ignored :)
Code:
./TeaSpeakServer: ./libs/libcrypto.so: no version information available (required by ./libs/libnice.so.10)