From 5a719bc9f54a816798e000e1477f45947dd86950 Mon Sep 17 00:00:00 2001 From: gsell Date: Fri, 12 Oct 2018 11:37:39 +0200 Subject: [PATCH] Update README.md --- System/mxm/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/System/mxm/README.md b/System/mxm/README.md index c651af1..e61dfe4 100644 --- a/System/mxm/README.md +++ b/System/mxm/README.md @@ -14,4 +14,8 @@ For the module we use a RPM distributed by HP. 1. copy all files from `opt/mellanox/mxm` to the module directory 1. adapt directories in `lib/pkg-config/mxm.pc` 1. add new variant to `files/variants` -1. run the build-script to install the modulefile and to set the release \ No newline at end of file +1. run the build-script to install the modulefile and to set the release + + +> The shared library `libmxm.so`provided by the RPMs for RHEL 6 cannot be used to compile other software. +They requiry GLIBC >= 2.14, but on RHEL 6 only 2.12 is installed! \ No newline at end of file