[JDEV] How to get Yahoo-t working with jabber1.4 final?

Jim Ray jray at lanscape.net
Fri Feb 9 11:42:47 CST 2001


Modify your jabber.h and hard code the location of lib.h.


So if you are compiling it in /usr/src/

cp /usr/src/jabber-1.4/jabberd/jabberd.h /usr/local/include

edit jabberd.h to the below.

Snippet of jabber.h

#include "/usr/src/jabber-1.4/jabberd/lib/lib.h"
#include </usr/src/jabber-1.4/jabberd/pth-1.3.7/pth.h>
#ifdef HAVE_SSL
#include <ssl.h>
#endif /* HAVE_SSL */

And it should compile.  It's not the greatest fix, but it allows you to 
compile it.

jim


Frank Wang wrote:

> I'm using PC with Linux 6 with kernel 2.2.5-15. It doesn't compile at 
> all.
> 
> Have you got it working?
> 
>  >What platform are you on?  It compiles fine under FreeBSD using gnu 
> make.
>  >However, when loaded it causes my jabberd to segfault.
> 
>  >jpc
> 
> On Fri, Feb 09, 2001 at 02:18:51PM -0000, Frank Wang wrote:
>  >/ Hi,
> />/
> />/ I download the Yahoo-t from v1.4/final site. could anyone tell me 
> how to get
> />/ it compile?
> />/ Thanks
> />/
> />/ FW
> /
> -- 
> John P. Campbell
> Intacct Corporation
> 
> "Those who hate Windows use Linux; those who love Unix use FreeBSD."
> 
> 






More information about the JDev mailing list