[CONC-357] /usr/lib/libmariadb.so:-1: error: undefined reference to `SSL_version@OPENSSL_1.0.0' Created: 2018-08-28 Updated: 2018-08-28 Resolved: 2018-08-28 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.6 |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Pradana | Assignee: | Georg Richter |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7 |
||
| Description |
|
Hi, I am trying to use mariadb connector c. During compilation I got this error : /usr/lib/libmariadb.so:-1: error: undefined reference to `SSL_CTX_use_certificate_chain_file@OPENSSL_1.0.0' How I can fix this ? Regards Pradana |
| Comments |
| Comment by Georg Richter [ 2018-08-28 ] |
|
Please upgrade your OpenSSL. According to the Documentation minimum version of OpenSSL 1.0.1 is required, however this version is not supported officially by OpenSSL anymore - so you should install at least OpenSSL 1.0.2. See also OpenSSL Release strategy |