Lindsay Mathieson
2016-Jul-01 22:53 UTC
[Gluster-users] Problem building gluster from src (master)
Build env : proxmox (basically debian jessie) Have got my build environment set up as per the gluster guides, configure ok, but the build ends up failing with the following: Making all in fdl Making all in src CC fdl.lo CCLD fdl.la CC logdump.o CC libfdl.o CCLD gf_logdump CC recon.o CC librecon.o CCLD gf_recon /usr/bin/ld: librecon.o: undefined reference to symbol 'uuid_copy@@UUID_1.0' //lib/x86_64-linux-gnu/libuuid.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:596: recipe for target 'gf_recon' failed make[5]: *** [gf_recon] Error 1 Makefile:443: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 Makefile:443: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 Makefile:448: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 Makefile:576: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 Makefile:474: recipe for target 'all' failed make: *** [all] Error 2 Any suggestions? thanks, -- Lindsay Mathieson
Lindsay Mathieson
2016-Jul-01 23:20 UTC
[Gluster-users] Problem building gluster from src (master)
On 2/07/2016 8:53 AM, Lindsay Mathieson wrote:> Build env : proxmox (basically debian jessie) > > > Have got my build environment set up as per the gluster guides, > configure ok, but the build ends up failing with the following:Resolved when I switched to 3.8 branch -- Lindsay Mathieson