You are not logged in.
After do the new update of netcdf i am geting this error:
"ffmpeg: error while loading shared libraries: libnetcdf.so.12: cannot open shared object file: No such file or directory"
What i do??
Last edited by Zetsu (2016-10-22 03:12:17)
Offline
Downgrade and wait for things to get rebuilt. Or rebuild them yourself.
Last edited by Scimmia (2016-10-21 00:55:42)
Offline
thanks for the help! i make a symlink to the libnetcdf.so.12:
sudo ln -s /usr/lib/libnetcdf.so.11.0.3 /usr/lib/libnetcdf.so.12
using this post on reddit!
Offline
Yeah, that's a horrible idea. Never symlink different sonames.
Offline
Yes, i know! but is a temp fix! already come a new update and fix that! but before i update my system i do
sudo rm /usr/lib/libnetcdf.so.12
now is working with no problem!
Last edited by Zetsu (2016-10-22 03:12:58)
Offline