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

Peter Saint-Andre stpeter at jabber.org
Fri Feb 9 15:45:39 CST 2001


Well, that worked for me on Red Hat 7 but for some reason not on Debian
(one of my domains hosted on opie's aspect.net, maybe pth was already
installed on that machine?). So per Jim Ray's suggestion I had to change
line 31 of jabberd/jabberd.h, as follows:

from... #include <pth.h>

to... #include "pth-1.3.7/pth.h"

Then it compiled fine for me. 

Peter

Keith Minkler wrote:
> 
> Hey, it's easier to run configure with the --with-jabberd option...
> 
> for eg. if you have your jabber-1.4 folder in /usr/src/jabber-1.4:
> 
> yahoo-transport/ $ ./configure --with-jabberd=/usr/src/jabber-1.4
> 
> this will set the -I include lines to the right location to find
> jabberd.h and lib.h
> 
> NOTE, afaik, aim-t, yahoo-t and irc-t all use this flag.. dunno if icq or msn does as well
> 
> Keith Minkler
> 
> On Fri, Feb 09, 2001 at 10:42:47AM -0700, Jim Ray wrote:
> > 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."
> > >
> > >
> >
> >
> >
> > _______________________________________________
> > jdev mailing list
> > jdev at jabber.org
> > http://mailman.jabber.org/listinfo/jdev
> 
>   ------------------------------------------------------------------------
>    Part 1.2Type: application/pgp-signature

--
Peter Saint-Andre
stpeter at jabber.org




More information about the JDev mailing list