please check ldd ./gmsh
for lines "not found". Possibly you've got an architecture mismatch (32 v 64 bit). The binary on the homepage is for 32bit systems. In that case you need to install 32bit libraries (these are not in an lib64/ folder, or course). Depending on your linux flavour, this can be done relatively simple by apt-get, pacman, yum etc. libGLU.so.1 is provided by the mesa package. -Sebastian ________________________________________ From: [email protected] [[email protected]] On Behalf Of Kuan Zhang [[email protected]] Sent: Thursday, April 12, 2012 5:02 PM To: [email protected] Subject: [Gmsh] One question for Gmsh Hi, I have a problem when I try to run Gmsh. The error is: [zhang@clonetroop bin]$ ./gmsh ./gmsh: error while loading shared libraries: libGLU.so.1: wrong ELF class: ELFCLASS64 and also, there are some relevant informations: [zhang@clonetroop bin]$ echo $LD_LIBRARY_PATH /usr/lib64/:/opt/gridengine/lib/lx26-amd64:/share/apps/intel/impi/4.0.1.007/intel64/lib:/clonetroop/zhang/usr/lib:/share/apps/intel/impi/4.0.1.007/intel64/lib/<http://4.0.1.007/intel64/lib:/clonetroop/zhang/usr/lib:/share/apps/intel/impi/4.0.1.007/intel64/lib/> [zhang@clonetroop bin]$ ls /usr/lib64 | grep libGLU.so libGLU.so libGLU.so.1 libGLU.so.1.3.060501 Could you please help me for solving this problem? Thank you very much! Best wishes, Kuan Zhang _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
