[JDEV] fixes for compiling jabber on solaris

jabber at msg.net jabber at msg.net
Thu Aug 23 12:45:15 CDT 2001


[ Charset ISO-8859-1 unsupported, converting... ]
> Some simple fixes, one for mio_ssl.c, it uses an include (err.h) that we
> don't have on solaris, not sure where it comes from

It's not made clear in the way it is used, but 'err.h' is part of OpenSSL,
so you most likely do have the file if you have the OpenSSL libraries
installed. You might want to move the #include statement like so:
 

...
#include "jabberd.h"

#ifdef HAVE_SSL
#include <err.h>
HASHTABLE ssl__ctxs;
... 


Kevin



More information about the JDev mailing list