Răsfoiți Sursa

Improve 32bit error hints and point to wiki page

Bryan Drewery 10 ani în urmă
părinte
comite
95f3a2665f
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 0
      doc/UPDATES.md
  2. 1 1
      src/shell.cc

+ 1 - 0
doc/UPDATES.md

@@ -1,5 +1,6 @@
 # maint
   * Support Debian/Ubuntu's libssl1.0.0[:i386] package.
+  * Improve hints about OpenSSL library packages to install.
 
 # 1.4.7
   * Update server list, 'set -yes servers -' and 'set -yes servers6 -' to get new list.

+ 1 - 1
src/shell.cc

@@ -729,7 +729,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.\nEnsure that 32bit compat libs are installed, and openssl.\nLinux: ia32-libs\nFreeBSD: misc/compat8x");
+    return STR("Failed to load required libraries.\nEnsure that 32bit glibc, OpenSSL and libgcc are installed.\nhttps://github.com/wraith/wraith/wiki/Binary-Compatibiliy");
   default:
     return STR("Unforseen error");
   }