Hide Forgot
When I run gluster command, it throws up the following error : $ sudo gluster peer status gluster: symbol lookup error: /usr/lib/libgfrpc.so.0: undefined symbol: gf_log_xl_log_set Here is the procedure I followed 1) $ sudo apt-get install openssh-server wget 2) Downloaded .deb package from download.gluster.com 3) sudo dpkg -r glusterfs 4) sudo dpkg -i glusterfs_3.1.0-1_amd64.deb (there was a prompt on whether to overwrite the config files and I chose Y for all the files) 5) update-rc.d glusterd defaults 6) no peer servers were needed to be added, however I just ran the peer status command and it failed as below $ sudo gluster peer status gluster: symbol lookup error: /usr/lib/libgfrpc.so.0: undefined symbol: gf_log_xl_log_set $ ldd /usr/sbin/gluster linux-vdso.so.1 => (0x00007fff957ff000) libglusterfs.so.0 => /usr/lib/libglusterfs.so.0 (0x00007fbd9f3f4000) libreadline.so.6 => /lib/libreadline.so.6 (0x00007fbd9f192000) libncurses.so.5 => /lib/libncurses.so.5 (0x00007fbd9ef4e000) libgfxdr.so.0 => /usr/lib/libgfxdr.so.0 (0x00007fbd9ed39000) libgfrpc.so.0 => /usr/lib/libgfrpc.so.0 (0x00007fbd9eb23000) libdl.so.2 => /lib/libdl.so.2 (0x00007fbd9e91e000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007fbd9e701000) libc.so.6 => /lib/libc.so.6 (0x00007fbd9e37e000) /lib64/ld-linux-x86-64.so.2 (0x00007fbd9f64e000) Running the following set of commands solved the issue, but it may be worthwhile to check why the error happened in the first place. $ sudo rm /lib64/libglusterfs* -f $ sudo ldconfig $ sudo gluster peer status No peers present
Please update the status of this bug as its been more than 6months since its filed (bug id < 2000) Please resolve it with proper resolution if its not valid anymore. If its still valid and not critical, move it to 'enhancement' severity.
installed 3.0.5 and removed it (dpkg -r glusterfs && dpkg --purge glusterfs) & installing 3.1.0 shows still the error. But moving from 3.0.5 to 3.1.5 works.
(In reply to comment #2) > installed 3.0.5 and removed it (dpkg -r glusterfs && dpkg --purge glusterfs) & > installing 3.1.0 shows still the error. But moving from 3.0.5 to 3.1.5 works. Please reopen, if this issue exists with recent versions.