|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Andrej Horvat
Join Date: Mar 2009
Posts: 7
Rep Power: 18 ![]() |
I installed openFoam 1.4.1 and it works fine in text mode. The problem is with starting FoamX.
Typing FoamX in the command line returns: Starting NameServer with inet:ifs08:1234 ... nsd: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory As I can see from "top" or "ps -ef" the application starts, but no GUI appears. I am running RH Enterprise WS 4.5 and I cannot find library libssl.so.0.9.8 on the system. I do have libssl.so.0.9.7a and libssl.so.0.9.7b, but not libssl.so.0.9.8. Does anyone have an idea how to solve the problem ? |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,908
Rep Power: 34 ![]() |
Yes: give up on FoamX and start using OpenFOAM from the command line (not worth the effort).
Alternatively, rebuild OF on your machine and the problem will go away. A third possibility is simply to lie: do a soft link from libssl.so.0.9.7b to libssl.so.0.9.8 and see if it works. You have a fair chance... Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Andrej Horvat
Join Date: Mar 2009
Posts: 7
Rep Power: 18 ![]() |
Thanks Hrvoje.
I did create a soft link, but it still does not want to pick up the library. My libssl.so.x.x.x libraries are in /lib. I have a feeling that OF looks for libraries somewhere else. |
|
|
|
|
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
Andrej,
I am using RHEL 5.0. On the chance that 4.5 files are arranged the same, I can tell you what I had to do to get FoamX running. 1. I made the following symbolic links: ln -s /lib64/libssl.so.0.9.8b /lib64/libssl.so.0.9.8 ln -s /lib64/libcrypto.so.0.9.8b /lib64/libcrypto.so.0.9.8 ln -s /usr/lib64/elfutils/libebl_x86_64-0.125.so /lib64/libelf.so.0 2. I then found out that I needed to install a 32-bit version of libXp.xo.6. I found the package for the file (xorg-x11-deprecated-libs-6.8.2-1.EL.31.i386.rpm) on the Red Hat Nework page. After downloading it, I logged in as root and installed the package. Since doing all the above, FoamX has worked. I hope this helps you. Craig |
|
|
||
|
|
|
#5 |
|
Senior Member
musaddeque hossein
Join Date: Mar 2009
Posts: 309
Rep Power: 19 ![]() |
I am running SUSe linux 10.1 and get the following error when trying to start up FoamX:
nsd: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory I thought the latest version of OpenFOAM was compiled using Suse 10.1. Do I need to create soft links or is any one aware whether the missing lib files are available somewhere? Suggestions / direction would be greatly appreciated. |
|
|
|
|
|
|
|
|
#6 |
|
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 38 ![]() ![]() |
From this thread in the post just above yours, the solution is described in detail. Do that and you should be running.
On the other hand I can recommend to drop FoamX and set up everything using your favorite text-editor. See the User-Guide tutorials to get a feel of the structure of the files related to a simulation setup. / Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
|
|
|
|
|
|
|
#7 |
|
New Member
Muthu Kaalai
Join Date: Mar 2009
Posts: 3
Rep Power: 18 ![]() |
Another way is to make a copy of the file libssl.so.0.9.9 and save it as libssl.so.0.9.8
Though softlink would alleviate your problem, this is an alternate method. I did this in Ubuntu and i guess it will work fairly well for your OS too. I will also recommend the use OF in text mode as i had spent lot of time in giving the input (very time consuming) |
|
|
|
|
|
|
|
|
#8 |
|
Senior Member
musaddeque hossein
Join Date: Mar 2009
Posts: 309
Rep Power: 19 ![]() |
found it. Thanks
|
|
|
|
|
|
|
|
|
#9 |
|
New Member
Jitender Singh Yadav
Join Date: Jul 2009
Location: Pune (India)
Posts: 11
Rep Power: 18 ![]() |
I installed OpenFOAM on my machine,
blockMesh & icoFoam are running fine for the cavity problem, but when I execute paraFoam I get the following message : error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory. I am not getting a link for this, please help in finding one. thanks a lot. |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LES --> AM I MISSING SOMETHING!? | Forrest | FLUENT | 1 | March 4, 2009 18:22 |
| Colorbar missing | Prem N | FloEFD, FloWorks & FloTHERM | 5 | June 12, 2008 09:57 |
| Error libsslso098 No such file or directory | yarrort1 | OpenFOAM Installation | 1 | April 21, 2008 08:30 |
| [OpenFOAM] Missing library libPVFoamReaderso | dirk_kehrwald | ParaView | 3 | July 19, 2006 07:50 |
| HELP!!! LES missing in fluent 6 | ravi | FLUENT | 2 | March 5, 2003 19:27 |