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

OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 3, 2009, 16:12
Default
  #21
Member
 
Piotr Prusinski
Join Date: Oct 2009
Location: Warsaw, Poland
Posts: 67
Rep Power: 16
piprus is on a distinguished road
Quote:
Originally Posted by gwierink View Post
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
piprus is offline   Reply With Quote

Old   November 3, 2009, 17:11
Default
  #22
Senior Member
 
sega's Avatar
 
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20
sega is on a distinguished road
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.
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!"
sega is offline   Reply With Quote

Old   February 25, 2010, 13:43
Default
  #23
New Member
 
Join Date: Feb 2010
Posts: 3
Rep Power: 16
strider is on a distinguished road
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
strider is offline   Reply With Quote

Reply

Tags
64bit, glibcxx_3.4.11, ubuntu 9.10


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
Problems in compiling paraview in Suse 10.3 platform chiven OpenFOAM Installation 3 December 1, 2009 07:21
Problems Installing OF 1.6 32 bit bucksfan OpenFOAM Installation 19 August 4, 2009 01:36
OpenFOAM15 installables are incomplete problem with paraFoam tryingof OpenFOAM Bugs 17 December 7, 2008 04:41
Problem of compilation OF 14Allwmake command not found erik_d OpenFOAM Bugs 13 September 13, 2008 21:45
Regarding FoamX running Kindly help out hariya03 OpenFOAM Pre-Processing 0 April 18, 2008 04:26


All times are GMT -4. The time now is 09:58.