I encountered the same zlib errors building robinhood 2.5.3. Does robinhood require the SQL backend to support compression ?
We recently changed to mysql community edition, which is does not have compression support. So that might be the stopping our robinhood build regards, chris hunter yale hpc group On 03/03/2015 11:31 AM, Chris Hunter wrote: > I am building robinhood 2.5.4 backup. I pulled the source from github > with tag=2.5.4. > I am running into a build issue regarding zlib support. I receive this > error message when compiling: > >> ../backend_ext/.libs/libbackend_ext.a(backend_basic.o): In function >> `builtin_copy_standard': >> /root/robinhood-2.5.4/rpms/BUILD/robinhood-2.5.4/src/backend_ext/backend_basic.c:1164: >> undefined reference to `gzdopen' >> /root/robinhood-2.5.4/rpms/BUILD/robinhood-2.5.4/src/backend_ext/backend_basic.c:1203: >> undefined reference to `gzread' >> /root/robinhood-2.5.4/rpms/BUILD/robinhood-2.5.4/src/backend_ext/backend_basic.c:1211: >> undefined reference to `gzwrite' >> /root/robinhood-2.5.4/rpms/BUILD/robinhood-2.5.4/src/backend_ext/backend_basic.c:1241: >> undefined reference to `gzflush' >> /root/robinhood-2.5.4/rpms/BUILD/robinhood-2.5.4/src/backend_ext/backend_basic.c:1243: >> undefined reference to `gzerror' >> /root/robinhood-2.5.4/rpms/BUILD/robinhood-2.5.4/src/backend_ext/backend_basic.c:1150: >> undefined reference to `gzdopen' >> /root/robinhood-2.5.4/rpms/BUILD/robinhood-2.5.4/src/backend_ext/backend_basic.c:1263: >> undefined reference to `gzclose' > > These functions are part of zlib library. We have 64bit zlib-1.2.3 > installed. I am wondering if we need to use a newer zlib version ? > > regards, > chris hunter > yale hpc group ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ robinhood-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/robinhood-support
