- Oct 2, 2001
- 525
- 0
- 0
Hi folks I would just like to share a little troubleshooting info on Galeons newest stable release 1.0.3. Anyways if you are having problems
launching Galeon and if you tried launching Galeon via a terminal but failed and received a error message stating the it can not share a file
or it's missing a file called libssl.so.2 and libcrypto.so.2 well I have a solution to your problems. All you have to do is to locate a file named libssl.so.0
and libcrypto.so.0 which is usually located in /usr/lib/. Then all you have to do is to make a symbolic link like so for each file:ln -s libssl.so.0 libssl.so.2
and ln -s libcrypto.so.0 libcrypto.so.2 and all we be right with the world again.
launching Galeon and if you tried launching Galeon via a terminal but failed and received a error message stating the it can not share a file
or it's missing a file called libssl.so.2 and libcrypto.so.2 well I have a solution to your problems. All you have to do is to locate a file named libssl.so.0
and libcrypto.so.0 which is usually located in /usr/lib/. Then all you have to do is to make a symbolic link like so for each file:ln -s libssl.so.0 libssl.so.2
and ln -s libcrypto.so.0 libcrypto.so.2 and all we be right with the world again.