summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rwxr-xr-xxlators/mount/fuse/utils/mount.glusterfs.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in
index bdb5959ff05..0b304b71468 100755
--- a/xlators/mount/fuse/utils/mount.glusterfs.in
+++ b/xlators/mount/fuse/utils/mount.glusterfs.in
@@ -32,6 +32,8 @@ _init ()
cmd_line=$(echo "@sbindir@/glusterfs");
UPDATEDBCONF=/etc/updatedb.conf
+ LD_LIBRARY_PATH=@libdir@:${LD_LIBRARY_PATH}
+ export LD_LIBRARY_PATH
}
start_glusterfs ()