On 07/21/2012 10:51 AM, S. Prows wrote: > Please help me with a gmsh installation question: I have downloaded the > binary file from the gmsh home page. When I run gmsh i get the message: > gmsh: error while loading shared libraries: libgmp.so.3: cannot open > shared object file: No such file or directory > libgmp.so.3 is certainly installed -- entering "whereis libgmp.so.3" > results: > libgmp.so: /usr/lib64/libgmp.so.10 /usr/lib64/libgmp.so.3 > /usr/lib64/libgmp.so > Maybe the directory structure of openSuSe is at fault? Where does gmsh > look for the shared libraries? Is anyone else having this problem? > Thank-you > Stephen
Hi Stephen, Maybe the ld.so.cache is not updated. Try run ldconfig (as root). Check also the config file (which is usually something like /etc/ld.so.conf. You can check out the man page of ldconfig). BTW, it would be nice if i386 binaries of gmsh (and also getdp) can be provided as well. Regards, ST -- > > > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh > _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
