Explorar el Código

Give more hints about how to fix startup errors

Bryan Drewery hace 13 años
padre
commit
d1fbf6b37f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/shell.c

+ 1 - 1
src/shell.c

@@ -654,7 +654,7 @@ const char *werr_tostr(int errnum)
   case ERR_TOOMANYBOTS:
     return STR("Too many bots defined. 5 max. Too many will lead to klines.\nSpread out into multiple accounts/shells/ip ranges.");
   case ERR_LIBS:
-    return STR("Failed to load required libraries");
+    return STR("Failed to load required libraries.\nEnsure that 32bit compat libs are installed, and openssl.\nLinux: ia32-libs\nFreeBSD: misc/compat7x");
   default:
     return STR("Unforseen error");
   }