error while loading shared libraries: libnetcdf.so.7:
Dear MOAB developers, I was trying to play with MOAB on my own laptop (Ubuntu 14.04). I was able to compile those examples, but when I try to run them the following error occured: However, as you can see above, I do have netcdf libraries installed and they are on the search path for MOAB. I attached the configuration log, the "makefile" in " /examples", as well as the "moab.make" in "/moab-4.8.1/lib/". Thank you, -Xu
Make sure your HDF5, NetCDF library paths (i.e., paths to INSTALL_DIR/lib) are added to your LD_LIBRARY_PATH. This is necessary if you are compiling shared libraries. Vijay On Mon, Jul 13, 2015 at 11:23 PM, Xu Wu <[email protected]> wrote:
Dear MOAB developers,
I was trying to play with MOAB on my own laptop (Ubuntu 14.04). I was able to compile those examples, but when I try to run them the following error occured:
However, as you can see above, I do have netcdf libraries installed and they are on the search path for MOAB. I attached the configuration log, the "makefile" in " /examples", as well as the "moab.make" in "/moab-4.8.1/lib/".
Thank you,
-Xu
Thanks, Vijay, It works. -Xu On 07/13/2015 11:27 PM, Vijay S. Mahadevan wrote:
Make sure your HDF5, NetCDF library paths (i.e., paths to INSTALL_DIR/lib) are added to your LD_LIBRARY_PATH. This is necessary if you are compiling shared libraries.
Vijay
On Mon, Jul 13, 2015 at 11:23 PM, Xu Wu <[email protected] <mailto:[email protected]>> wrote:
Dear MOAB developers,
I was trying to play with MOAB on my own laptop (Ubuntu 14.04). I was able to compile those examples, but when I try to run them the following error occured:
However, as you can see above, I do have netcdf libraries installed and they are on the search path for MOAB. I attached the configuration log, the "makefile" in " /examples", as well as the "moab.make" in "/moab-4.8.1/lib/".
Thank you,
-Xu
-- Department of Nuclear, Plasma, and Radiological Engineering University of Illinois Urbana-Champaign 224 Talbot Laboratory 104 South Wright Street Urbana, IL 61801
participants (2)
-
Vijay S. Mahadevan -
Xu Wu