Shared libraries and managaging them
How many times when you run a program on Linux system and found below error:
./anyprogram : error while loading shared libraries: libxxx: cannot open shared object file: No such file or directory
When i was newbie on the world of *nix (Unix/Linux) I always used to wonder how to resolve this kind of error.
To know how to [...]
