From: https://www.google.com/accounts/o8/id?id=AItOawmF293QIINb35puIE44kcDsoUHIhUGyq84 Date: Wed, 9 Nov 2011 13:06:43 +0000 (-0500) Subject: (no commit message) X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=commitdiff_plain;h=2f7386e5f0ed338ab3d26907b1682ccfe2a8e472 --- diff --git a/ConfiguringRHEL.mdwn b/ConfiguringRHEL.mdwn index f0662b4..ddc3bca 100644 --- a/ConfiguringRHEL.mdwn +++ b/ConfiguringRHEL.mdwn @@ -15,6 +15,10 @@ The best way to do this is create a file at _/etc/profile.d/moonshot.sh_, with t export LD_LIBRARY_PATH=/opt/moonshot/lib64/:/usr/lib64/freeradius/:$LD_LIBRARY_PATH fi +After, either restart your shell session, or: + + source /etc/profile.d/moonshot.sh + This is required as moonshot currently stores its modified libraries separately to the main system ones to avoid conflicts. This should not be necessary in the future.