cancel
Showing results for 
Search instead for 
Did you mean: 

General Discussions

redscience
Journeyman III

How to resolve ffmpeg: symbol lookup error: /lib/x86_64-linux-gnu/libavdevice.so.59: undefined symbo

I got this error message after installation of ffmpeg in Kali linux ( debian base )

 

how can I resolve this error message?

0 Likes
3 Replies
digipointer0
Adept III

Check for updates: Make sure that your system and all installed packages, including ffmpeg, are up to date. You can do this by running the command sudo apt update && sudo apt upgrade.

Reinstall ffmpeg: Try reinstalling the ffmpeg package by running the command sudo apt reinstall ffmpeg.

If none of the above steps resolve the issue, you may need to seek additional support from the ffmpeg or Kali Linux communities or consider a fresh installation of Kali Linux.

0 Likes
redscience
Journeyman III

System is up-to-date and FFmpeg is last version

0 Likes

are check conflicting library sometimes that is causing the issue...

If you find any missing librarie,  you can try installing them by running the command sudo apt install <missing library>.

0 Likes