Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: rullolex on June 03, 2021, 01:30:25 PM

Title: ffmpeg missing dependences report
Post by: rullolex on June 03, 2021, 01:30:25 PM
Hi,

I have downloaded ffmpeg and running it, the p11-kit.tcz is needed but it is not in the .dep file. I have downloaded and loaded p11-kit.tcz and retry to load ffmpeg.

It is need ibnettle.so.7 to, I have downloaded and loaded nettle.tcz and nettle-dev.tcz but I have the same this error:

Code: [Select]
ffmpeg: error while loading shared libraries: libnettle.so.7: cannot open shared object file: No such file or directory

regards
Title: Re: ffmpeg missing dependences report
Post by: Juanito on June 03, 2021, 01:52:49 PM
I’d guess that’s because ffmpeg was compiled in piCore 12.x and an update to nettle in 13.x has broken it - you could download nettle manually from the 12.x repo, rename it and give it a try?
Title: Re: ffmpeg missing dependences report
Post by: rullolex on June 03, 2021, 02:20:34 PM
Hi Juanito,

done, I downloaded and loaded nettle.tcz from the 12.x repo and ffmpeg it is loaded successfully (I have to understand as it works to say if works  ;D)

In the the ffmpeg.tcz.dep file will be added p11-kit.tcz and the 12.x repo nettle.tcz