2014-06-11 6:49 GMT+04:00 Hitoshi Mitake <mitake.hito...@gmail.com>: > Thanks for your report, can I see error messages? > > Thanks, > Hitoshi
checking for collie... no configure: error: We need collie for Sheepdog storage driver As i see error in configure.ac: if test "$with_storage_sheepdog" = "yes" || test "$with_storage_sheepdog" = "check"; then AC_PATH_PROG([COLLIE], [collie], [], [$PATH:/sbin:/usr/sbin]) if test "$with_storage_sheepdog" = "yes"; then if test -z "$COLLIE"; then AC_MSG_ERROR([We need collie for Sheepdog storage driver]) fi else if test -z "$COLLIE"; then with_storage_sheepdog=no fi if test "$with_storage_sheepdog" = "check"; then with_storage_sheepdog=yes fi fi if test "$with_storage_sheepdog" = "yes"; then AC_DEFINE_UNQUOTED([WITH_STORAGE_SHEEPDOG], 1, [whether Sheepdog backend for storage driver is enabled]) AC_DEFINE_UNQUOTED([COLLIE],["$COLLIE"],[Location of collie program]) fi fi COLLIE needs to be replaced to DOG -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- sheepdog mailing list sheepdog@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/sheepdog