Skip to content

Instantly share code, notes, and snippets.

@fathulfahmy
Last active July 11, 2023 15:58
Show Gist options
  • Save fathulfahmy/bf81001be8f72572ae756a4236423455 to your computer and use it in GitHub Desktop.
Save fathulfahmy/bf81001be8f72572ae756a4236423455 to your computer and use it in GitHub Desktop.
Fedora Davinci Resolve 18 launch issue

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

fix:

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