diff options
author | aglitke <aglitke@aglitke.localdomain> | 2006-08-28 10:01:29 -0500 |
---|---|---|
committer | aglitke <aglitke@aglitke.localdomain> | 2006-08-28 10:01:29 -0500 |
commit | c5086d13801ca0b1b104882dc614fa58dbd62904 (patch) | |
tree | 5bf559a20e17ca52e6c578771d64240e85ee8043 | |
parent | f0cf528961038b2afa5ceb9813189cc85cb78a58 (diff) | |
download | libhugetlbfs-c5086d13801ca0b1b104882dc614fa58dbd62904.tar.gz |
doc: HOWTO update for morecore
Add note about bug when preloading the library with a linked application
Signed-off-by: Steve Fox <drfickle@us.ibm.com>
-rw-r--r-- | HOWTO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -160,6 +160,10 @@ environment variables: This tells the dynamic linker to load the libhugetlbfs shared library, even though the program wasn't originally linked against it. + Note: If the program is linked against libhugetlbfs, preloading the + library may lead to application crashes. You should skip this + step in that case. + 2. Set LD_LIBRARY_PATH to the directory containing libhugetlbfs.so This is only necessary if you haven't installed libhugetlbfs.so to a system default path. If you set LD_LIBRARY_PATH, make sure the |