You are not logged in.

#1 2016-10-21 00:43:56

Zetsu
Member
Registered: 2016-10-21
Posts: 3

[SOLVED] ffmpeg broke after the last update of netcdf!

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

#2 2016-10-21 00:55:02

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: [SOLVED] ffmpeg broke after the last update of netcdf!

Downgrade and wait for things to get rebuilt. Or rebuild them yourself.

Last edited by Scimmia (2016-10-21 00:55:42)

Online

#3 2016-10-21 01:13:11

Zetsu
Member
Registered: 2016-10-21
Posts: 3

Re: [SOLVED] ffmpeg broke after the last update of netcdf!

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! smile

https://www.reddit.com/r/archlinux/comm … 1_upgrade/

Offline

#4 2016-10-21 01:16:19

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: [SOLVED] ffmpeg broke after the last update of netcdf!

Yeah, that's a horrible idea. Never symlink different sonames.

Online

#5 2016-10-22 03:10:40

Zetsu
Member
Registered: 2016-10-21
Posts: 3

Re: [SOLVED] ffmpeg broke after the last update of netcdf!

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!
smile

Last edited by Zetsu (2016-10-22 03:12:58)

Offline

Board footer

Powered by FluxBB