Comment 2 for bug 1529586

Revision history for this message
Luc Bruninx (luc2005) wrote :

The python script "/usr/bin/glusterfind" try to import module "/usr/libexec/glusterfs/". But this path don't exists on Ubuntu.

The glusterfind module files are located in "/usr/lib/x86_64-linux-gnu/glusterfs/" on x86_64 system.

An "easy" workaround is to create a symbolic link from "/usr/libexec" to "/usr/lib/x86_64-linux-gnu".

$> sudo ln -s /usr/lib/x86_64-linux-gnu /usr/libexec

However, the name of the source directory (x86_64-linux-gnu) varies depending on the system arch.