CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

Shared Libraries for FOAMX

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 31, 2007, 10:15
Default I'm new in Linux and Installed
  #1
New Member
 
MK_MAT
Join Date: Mar 2009
Posts: 6
Rep Power: 17
mardit is on a distinguished road
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
mardit is offline   Reply With Quote

Old   May 31, 2007, 11:08
Default 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
fra76 is on a distinguished road
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...
fra76 is offline   Reply With Quote

Old   May 31, 2007, 11:19
Default it surprises me, frankly, that
  #3
New Member
 
Simon Stapleton
Join Date: Mar 2009
Posts: 11
Rep Power: 17
tufty is on a distinguished road
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
tufty is offline   Reply With Quote

Old   May 31, 2007, 12:09
Default 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
fra76 is on a distinguished road
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!
fra76 is offline   Reply With Quote

Old   June 1, 2007, 11:55
Default Thanks guys, It's working n
  #5
New Member
 
MK_MAT
Join Date: Mar 2009
Posts: 6
Rep Power: 17
mardit is on a distinguished road
Thanks guys,

It's working now
mardit is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
error while loading shared libraries: libXm.so.3 Renato Pacheco FLUENT 3 July 3, 2008 12:48
gambit "error while loading shared libraries" ggrant FLUENT 1 June 25, 2008 10:37
error while loading shared libraries: libXm.so.3 Emiliano FLUENT 1 September 5, 2007 20:03
Error while loading shared libraries libstdcso6 maka OpenFOAM Installation 2 August 11, 2006 04:24
Creating shared libraries with CFX-10.0 jorllam CFX 4 May 30, 2006 16:15


All times are GMT -4. The time now is 08:12.