Bug #90712 | error: Failed dependencies: pkgconfig(openssl) is needed by mysql-community-dev | ||
---|---|---|---|
Submitted: | 2 May 2018 6:33 | Modified: | 2 May 2018 7:41 |
Reporter: | Shiv Iyer | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | mysql Ver 8.0.11 for Linux on x86_64 (M | OS: | CentOS (CentOS Linux release 7.3.1611 (Core)) |
Assigned to: | CPU Architecture: | Any |
[2 May 2018 6:33]
Shiv Iyer
[2 May 2018 7:41]
Terje Røsten
Hi! Thanks for your report! Dependency pkgconfig(openssl) is provided by package openssl-devel: $ rpm -q --provides openssl-devel | grep openssl | grep pkgconfig pkgconfig(openssl) = 1.0.2k pkgconfig(openssl) = 1.0.2k If you are using low level rpm commands like $ rpm -ivh mysql-community-devel-8.0.11-1.el7.x86_64.rpm directly and not high level package management tool like yum you have to install all required packages by hand before installing MySQL packages. Note: rpm supports a rich set of dependencies, not just package names. For example rpm supports dependencies like: pkgconfig(foo) perl(Bar::baz) /usr/bin/spam libeggs.so.10(EGGS.1.0) When using rpm (and not yum) you have process and track all this information yourself, this is of course error prone and not recommended.