Skip to content

Instantly share code, notes, and snippets.

@floffy-f
Forked from metzenseifner/ldconfig-fix.sh
Last active November 17, 2024 03:21
Show Gist options
  • Select an option

  • Save floffy-f/81d0875de3e2a2da53ebff6f5eadbc0f to your computer and use it in GitHub Desktop.

Select an option

Save floffy-f/81d0875de3e2a2da53ebff6f5eadbc0f to your computer and use it in GitHub Desktop.
Fix ldconfig "file is empty, not checked" error
# --overwrite '*' whereby * means every file path; reinstall everything otherwise you might get "exists in filesystem" errors
pacman -Syyu $(pacman -Qnq) --overwrite '**.so*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment