Skip to content

Instantly share code, notes, and snippets.

@fathulfahmy
Last active September 28, 2025 05:38
Show Gist options
  • Select an option

  • Save fathulfahmy/bf81001be8f72572ae756a4236423455 to your computer and use it in GitHub Desktop.

Select an option

Save fathulfahmy/bf81001be8f72572ae756a4236423455 to your computer and use it in GitHub Desktop.
Fix Davinci Resolve 18 symbol lookup error on launch

Caution

./resolve: symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: g_string_free_and_steal

How to fix Davinci Resolve 18 symbol lookup error

  1. Copy libglib-2.0 to Davinci Resolve library directory
cd
sudo cp /lib64/libglib-2.0.* /opt/resolve/libs/
  1. Run Davinci Resolve
cd /opt/resolve/bin/
sudo ./resolve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment