a newbie here.
There are some tools that you want to install from source but you do not know which libraries are needed because it is not mentioned in the Read-file. Installing from source bugs me sometimes because you are trying to configure everything but there are always libraries missing.
- Is there a tool or a way how to figure out which libraries are needed to be installed before ./configure?
Another issue I have encountered is the difference of package and library names between different distros. If you are on a fedora system the libraries are named different than on a debian system. Also sometimes the required library is packed in a whole different package than on other distros.
- Is there a tool or something like a chart in which you can see e.g. how Debian packages/libraries are called in fedora?
- Generally speaking in which case do you install a devel package and in which the "usual" one?