Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Hello,
I'd like to know if there is any list of dependecies for MariaDB.
I'd use a list like this, where I could easily find, which dependecies any part of MariaDB and plugin needs.
It would help my packaging efforts, mainly in places, where I need ommit some features and plugins in different products I manage. For example, In Fedora, I'd like to have as many features and plugins enabled as possible, and using system dependencies (not bundled). In RHEL f.e. the set of packages is much more thin than the Fedora one.
Even though, once the popularity of some plugin would grow, we (redhat) could decide to start the support of the plugin and its dependencies. And at that point, precise knowledge about the dependency tree would help me quite much.
(Still, I'm not looking for the dependecy tree, but a list only)
Does a list like that already exists?
Any command that could help me? (like grep all header files from mariadb source code and somehow find packages that provides them - for build requires - don't cover runtime requirements)