[MDBF-194] Setup the LD_LIBRARY_PATH to include Intel libraries Created: 2020-11-30 Updated: 2022-02-01 Resolved: 2021-12-13 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Vlad Bogolin | Assignee: | Vlad Bogolin |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 10m | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
As danblack pointed out, the Intel libs are not found so LD_LIBRARY_PATH needs to be set appropriately when using the Intel compiler. |
| Comments |
| Comment by Daniel Black [ 2020-12-04 ] |
|
where is this implemented? |
| Comment by Vlad Bogolin [ 2020-12-07 ] |
|
The dockerhub image was updated and now also the dockerfile correctly sets LD_LIBRARY_PATH as you can see here https://github.com/MariaDB/mariadb.org-tools/blob/8c0c7c45f9c925093145dc6394e204fa1a7f93ed/buildbot.mariadb.org/dockerfiles/icc-ubuntu-2004.dockerfile#L64 |