I had to update some Anaconda/Python packages on my Linux (Ubuntu 15.10), and as a result I get now the following error message which I have never seen before:
OSError: /usr/lib/x86_64-linux-gnu/libnetcdff.so.6: undefined symbol:nc_rename_grp
The error occurs when calling a Fortran-based programme in a Python script. When running the very same program without Python however, everything works perfectly fine...
I also re-compiled the program after the updates, but nothing changed.
Does anyone have a clue what's going on here?