1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 04:03:12 +02:00

cvs test + win32 ssl/zip library version check error msgdshfsdhsd

This commit is contained in:
Bram Matthys
2004-05-20 20:37:01 +00:00
parent 1a6e72c1b3
commit 443c529f9f
+12
View File
@@ -816,6 +816,9 @@ int error = 0;
#ifndef _WIN32
fprintf(stderr, "[!!!] OpenSSL version mismatch: compiled for '%s', library is '%s'\n",
compiledfor, runtime);
#else
win_log("[!!!] OpenSSL version mismatch: compiled for '%s', library is '%s'\n",
compiledfor, runtime);
#endif
error=1;
}
@@ -828,6 +831,9 @@ int error = 0;
#ifndef _WIN32
fprintf(stderr, "[!!!] Zlib version mismatch: compiled for '%s', library is '%s'\n",
compiledfor, runtime);
#else
win_log("[!!!] Zlib version mismatch: compiled for '%s', library is '%s'\n",
compiledfor, runtime);
#endif
error = 1;
}
@@ -839,6 +845,12 @@ int error = 0;
"Make sure you don't have multiple versions of openssl or zlib installed (eg: "
"one in /usr and one in /usr/local). And, if you recently upgraded them, "
"be sure to recompile Unreal.\n");
#else
win_log("[!!!] Header<->library mismatches can make UnrealIRCd *CRASH*! "
"Make sure you don't have multiple versions of openssl or zlib installed (eg: "
"one in /usr and one in /usr/local). And, if you recently upgraded them, "
"be sure to recompile Unreal.\n");
win_error();
#endif
tainted = 1;
}