|
[Sponsors] |
May 31, 2007, 11:15 |
I'm new in Linux and Installed
|
#1 |
New Member
MK_MAT
Join Date: Mar 2009
Posts: 6
Rep Power: 17 |
I'm new in Linux and Installed OpenFOAM-1.4 - getting the following error message while trying to run FoamX:
...openssl-0.9.7: cannot open shared object file: No such file or directory I know that the library libssl.so.0.9.7 is missing but can you help me to install it, in which folder? appreciate any help!!! M |
|
May 31, 2007, 12:08 |
It depends on the linux distri
|
#2 |
Senior Member
Francesco Del Citto
Join Date: Mar 2009
Location: Zürich Area, Switzerland
Posts: 237
Rep Power: 18 |
It depends on the linux distribution.
On a redhat based distribution (like Fedora, or CentOS) just type, as root "yum install openssl" and it resolves all the dependencies for you. With debian, use apt-get, but I'm not a "debianist", so I can't help you with this. On SuSe, use "yast" (yast2 is the gui for yast, very easy to use). etc... |
|
May 31, 2007, 12:19 |
it surprises me, frankly, that
|
#3 |
New Member
Simon Stapleton
Join Date: Mar 2009
Posts: 11
Rep Power: 17 |
it surprises me, frankly, that any "modern" linux install would come without openssl at all. It seems more likely to me that it has openssl 0.9.8<something>, which would install libssl.0.9.8.so, and symlinks to libssl.so, etc
any installed ssl library is most likely to be found in /usr/lib or /usr/local/lib. If this is the case, you have 2 options. The first is to download, build, and install openssl 0.9.7, making sure that the existing symlinks to 0.9.8 don't get broken. The second is to rebuild FoamX from source. Simon |
|
May 31, 2007, 13:09 |
Right, in such a case you can
|
#4 |
Senior Member
Francesco Del Citto
Join Date: Mar 2009
Location: Zürich Area, Switzerland
Posts: 237
Rep Power: 18 |
Right, in such a case you can even resolve with a link to the newer version of the library, with the name of the old one. (ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.0.9.7)
I resolved with this trick a couple of times, but pay attention to the existing files! |
|
June 1, 2007, 12:55 |
Thanks guys,
It's working n
|
#5 |
New Member
MK_MAT
Join Date: Mar 2009
Posts: 6
Rep Power: 17 |
Thanks guys,
It's working now |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
error while loading shared libraries: libXm.so.3 | Renato Pacheco | FLUENT | 3 | July 3, 2008 13:48 |
gambit "error while loading shared libraries" | ggrant | FLUENT | 1 | June 25, 2008 11:37 |
error while loading shared libraries: libXm.so.3 | Emiliano | FLUENT | 1 | September 5, 2007 21:03 |
Error while loading shared libraries libstdcso6 | maka | OpenFOAM Installation | 2 | August 11, 2006 05:24 |
Creating shared libraries with CFX-10.0 | jorllam | CFX | 4 | May 30, 2006 17:15 |