- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
System is up-to-date and FFmpeg is last version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>.
