Bug 762082 (GLUSTER-350)

Summary: FUSE is not located in /usr/local
Product: [Community] GlusterFS Reporter: ArtemGr <artemciy>
Component: buildAssignee: Amar Tumballi <amarts>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 2.0.7CC: anush, gluster-bugs, vraman
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: RTNR Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On: 762081    
Bug Blocks:    

Description ArtemGr 2009-10-31 16:50:39 UTC
To repeat: install FUSE libs not from rpm, but from source, so that they
reside in /usr/local instead of /usr.
That also happens on BSD.

1. Configure does not detect FUSE.
(Workaround: http://pastebin.com/f7d4ed33e)
2. No /usr/local/lib and /usr/local/include in xlators/mount/fuse/Makefile.
(Workaround: http://pastebin.com/f353b887d)

Comment 1 Amar Tumballi 2009-11-11 18:24:47 UTC
This can be achieved from running

bash# LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" ./configure

Closing the bug as generally fuse has to be /usr path, instead of /usr/local. (even when installed from source, it can be installed with proper --prefix=)