Library missing for executable file
Posted
by
user1610406
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user1610406
Published on 2012-11-24T19:22:13Z
Indexed on
2012/11/24
23:19 UTC
Read the original article
Hit count: 377
There's an executable I downloaded onto my Ubuntu 10.04 and I can't run because it's missing a library. I have also tried compiling the source with CMake. This is my Terminal output:
zack@zack-laptop:~/Desktop$ ./MultiMC
./MultiMC: error while loading shared libraries: libssl.so.1.0.0:
cannot open shared object file: No such file or directory
I think I need libssl 1.0 to run this file, but I'm not sure. Any help?
© Ask Ubuntu or respective owner