Is there a standard set of linux libraries availible on most of the "normal" linux distros such as ubuntu and fedora?

Viewed 21

Looking for a list of libraries than I can safely link my linux executable to knowing that they will be available on most standard distributions. I want to distribute my app as a raw executable, but that means that unless I statically link all my depending I need to dynamically link, and for that to be reliable I need a set of libraries I can rely on. Preferably this is a list with a long set of libraries as well as most "normal" distributions supporting them.

0 Answers
Related