CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found (https://www.cfd-online.com/Forums/openfoam-installation/69536-1-6-ubuntu-9-10-64bit-glibcxx_3-4-11-not-found.html)

piprus November 3, 2009 16:12

Quote:

Originally Posted by gwierink (Post 234803)
Just to answer the question above:

My gl.h and glx.h live in /usr/include/nvidia/GL.

Regards,

Gijs

I didn't have such error, but even though in my case the files you mentioned are located in /usr/include/GL

Anyway my OF is working now :)

sega November 3, 2009 17:11

Mine too. Don't ask me how I have managed it.

I started over by trying to compile Qt from ftp://ftp.trolltech.com/qt/source/qt...-4.3.5.tar.bz2.

While compiling I was deleting the OpenFOAM-directorys and unpacking the OpenFOAM-files a second time.

The compilation of Qt is still running, but now ParaView is working...
Very strange, but I'm happy with it!

Maybe the compilation process of Qt fixed something that was not working beforehand.

strider February 25, 2010 13:43

In my case the following additional steps were required to make paraFoam work.

1) replace ThirdParty libstdc++ with ubuntu's:
cd ~/OpenFOAM/ThirdParty-1.6/gcc-4.3.3/platforms/linux64/lib64
mv libstdc++.so libstdc++.so.orig
mv libstdc++.so.6 libstdc++.so.6.orig
ln -s /usr/lib/libstdc++.so.6.0.13 libstdc++.so
ln -s /usr/lib/libstdc++.so.6.0.13 libstdc++.so.6

2) install qt4-dev-tools using synaptic package manager (together with dependencies)

3) install latest nvidia driver (to install OpenGL with GLX extensions)

4) recompile ParaView and PV3FoamReader
cd $WM_THIRD_PARTY_DIR
rm -rf paraview-3.6.1/platforms
./makeParaView
cd $FOAM_UTILITIES/postProcessing/graphics/PV3FoamReader
./Allwclean
./Allwmake


All times are GMT -4. The time now is 07:38.