diff options
Diffstat (limited to 'xlators/mount')
-rwxr-xr-x | xlators/mount/fuse/utils/mount.glusterfs.in | 2 |
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 cc21ba5e928..39f81ce592e 100755 --- a/xlators/mount/fuse/utils/mount.glusterfs.in +++ b/xlators/mount/fuse/utils/mount.glusterfs.in @@ -51,6 +51,8 @@ _init () esac UPDATEDBCONF=/etc/updatedb.conf + LD_LIBRARY_PATH=@libdir@:${LD_LIBRARY_PATH} + export LD_LIBRARY_PATH } # Mount happens asynchronously, so the command status alone will never be |