CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   paraFoam problem (Qt update) (https://www.cfd-online.com/Forums/openfoam/73136-parafoam-problem-qt-update.html)

maysmech February 28, 2010 09:58

paraFoam problem (Qt update)
 
:)Dear FOAMers
hi
i have fedora 12 and installed OpenFOAM 1.6.

My problem is when typing paraFoam this error is seen:


Code:

created temporary 'cavity.OpenFOAM'
/home/maysam/OpenFOAM/ThirdParty-1.6/paraview-3.6.1/platforms/linux64Gcc/bin/paraview-real: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

i found i should update my Qt but i don't know how?
my qt version is:
Code:

Qmake version: 1.07a (Qt 3.3.8b)

chandramurthy February 28, 2010 11:08

try the following bash commands

su -c 'yum install qt4-qmake'
su -c 'ln -s /usr/bin/qmake-qt4 /usr/bin/qmake'

give root password

maysmech February 28, 2010 11:38

Quote:

Originally Posted by chandramurthy (Post 247789)
try the following bash commands

No result... :(

l_r_mcglashan March 1, 2010 04:34

I had this problem as well: I use Fedora 12 too.
There were a number of problems I had, I recall with paraview having to remake it and the reader utility in order for it to work. Have you tried that?

I also remember this error with libssl. Try 'locate libssl' and see where it exists. I remember putting a softlink in sorted it out fine.

maysmech March 1, 2010 09:30

solved
 
my problem was solved.:D
i update my Qt version by typing this command:

Code:

su -c 'yum update qt'
:)

ka1184 March 2, 2010 06:08

I have exactly the same problem (old version of Qt) but I'm using Redhat.
Are there any similar commands that I can use to update my version to Qt4?


All times are GMT -4. The time now is 17:27.