How to install .so file in linux?
A program on Linux rarely carries every function it needs inside its own binary. When you build an app that links against a library you downloaded as a .so file, the compile succeeds but running it can still fail with an error about a missing library. The fix is three commands long, and understanding what […]
How to install .so file in linux? Read More »