[MCOL-3243] 1.2.3 Columnstore upgrade failed, libjemalloc.so.1: cannot open Created: 2019-04-10 Updated: 2019-04-10 Resolved: 2019-04-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
2um 3pm 1.2.1 to 1.2.3 upgrade |
||
| Description |
|
Customer tried to upgrade from 1.2.1 to 1.2.3 and errors was reported in post-install setConfig: error while loading shared libraries: libjemalloc.so.1: cannot open shared object file: No such file or directory Customer has jemallac package installed rh-varnish6-jemalloc-5.0.1-3.el7.x86_64 But this link is missing, this is from the 1.2.3 AMI I was using as an example. find // -name libjemalloc* Customer is running REDHAT 7.. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-04-10 ] |
|
rh-varnish6-jemalloc is the SCL6 version of jemalloc. This is not what we have compiled against so won't work even if you did force the lib path to where that installs. They need to install the stock jemalloc package which is just called "jemalloc" (I think in EPEL). The two jemallocs can co-exist if they require the SCL6 version for something else. |