[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Bryan Stansell bryan@conserver.com
Thu, 3 Apr 2003 10:49:13 -0800 (PST)
i just upgraded to openssl-0.9.7a and found that conserver-7.2.6 won't compile now (the client, specifically). i'm on solaris 8, but this may apply to others as well. i get: In file included from ../compat.h:169, from console.c:48: /usr/include/crypt.h:22: parse error before '(' token /usr/include/crypt.h:22: parse error before "const" the fix is to rearrange the #includes in console/console.c. move the openssl includes down a few lines so that it's below version.h: #include <version.h> #if HAVE_OPENSSL #include <openssl/ssl.h> #include <openssl/err.h> #endif just wanted to warn folks if you see something similar. 7.2.7 will have this fix. Bryan