Your forms post indicates you downloaded and installed hdf5 yourself. And, from the looks of it you are using shared librarys (.so files).
So, I am guessing that have compiled some executable that uses libexodus.so and are now hitting this error when running that executable. Is that right? I am guessing you need to set LD_LIBRARY_PATH env. variable to tell the loader where to find the libhdf5.so file you installed and then built exodus against. If you are on Linux and your app was named 'foo' and you had installed HDF5 to /homes/gorfo/my_installs/hdf5, then try a command like⦠env LD_LIBRARY_PATH=/homes/gorfo/my_installs/hdf5/lib ./foo and see if that (or some variation thereof) doesn't work Mark From: Jesse Johns <[email protected]<mailto:[email protected]>> Reply-To: HDF Users Discussion List <[email protected]<mailto:[email protected]>> Date: Wednesday, October 8, 2014 10:54 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [Hdf-forum] HDF5 compilation with ExodusII Hello, I am having some problems with getting a compilation of the ExodusII finite-element libraries working correctly. The forum post that I have here: http://forums.linuxmint.com/viewtopic.php?f=47&t=178562 Will be explain things in some detail. The main issue is the follow error that I get: OSError: ~/Programs/exodusii/lib/libexodus.so: undefined symbol: H5Tset_tag I am not sure how to progress further. Thank you, Jesse
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org Twitter: https://twitter.com/hdf5
