Skip to content
Gander Site
Appearance
Menu
Return to top
On this page
Ubuntu: error while loading shared libraries
Run
ldd <executable>
to find missing libraries.
Run
dpkg -S <missing lib>
to find packages, containing them.
Install missing libs. Sometimes use
:i386
instead
:amd64
.