[JDEV] server - transport question - chock full o' error messages

John Greene jgreene at olliance.com
Fri Jan 26 13:55:04 CST 2001


Forgive me if this has been gone over, or is a known issue.

I'm able to compile and run the 1.4 server, but I get this error:

 >>>>>>>>>>>>
[jgreene at intranet jabberd]$ ./jabberd &
[2] 17278
[jgreene at intranet jabberd]$ 20010126T19:42:51: [alert] (s2s): We were 
told by update.jabber.org that our sending name localhost is invalid, 
either we tried using that name improperly or dns does not resolve to us
20010126T19:42:51: [notice] (update.jabber.org): bouncing a packet to 
jsm at update.jabber.org/1.4cvs from localhost: Server Connect Failed
20010126T19:42:51: [alert] (localhost): hostname maps back to ourselves!
20010126T19:42:51: [notice] (localhost): failed to establish connection
20010126T19:42:51: [warn] (localhost): dropping a packet to localhost 
from jsm at update.jabber.org/1.4cvs: Server Connect Failed
 >>>>>>>>>>>>

since this is strictly for internal use, I presume this means I'll need 
to install JUD.  No problem, except I get these errors:

 >>>>>>>>>>
[jgreene at intranet jud]$ make
Making all in src
make[1]: Entering directory `/home/jgreene/jabstuff/jabber2/jud/src'
gcc -DPACKAGE=\"jud\" -DVERSION=\"0.0tmp\" -DHAVE_LIBPTH=1  -I. -I.  
-I/usr/local/include -I../include -I/usr/include -I/usr/include   -g 
-DJUDCONF="\"/usr/local/etc/jud.xml\"" -c external.c
In file included from /usr/include/etherx.h:41,
                from jud.h:2,
                from external.c:1:
/usr/include/libxode.h:108: arguments given to macro `pool_new'
make[1]: *** [external.o] Error 1
make[1]: Leaving directory `/home/jgreene/jabstuff/jabber2/jud/src'
make: *** [all-recursive] Error 1
 >>>>>>>>>>


in fact, any transport I try to build gives me errors, for example 
aim-transport:

 >>>>>>>>>>
[jgreene at intranet aim-transport]$ make
Making all in src
make[1]: Entering directory 
`/home/jgreene/jabstuff/jabber2/aim-transport/src'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include 
-I../include   -I/home/temas/cvs/jabber/jabber2/jabberd  -g -O2 -c auth.c
In file included from auth.c:1:
../include/aimtrans.h:1: jabberd.h: No such file or directory
../include/aimtrans.h:2: faim/aim.h: No such file or directory
make[1]: *** [auth.o] Error 1
make[1]: Leaving directory 
`/home/jgreene/jabstuff/jabber2/aim-transport/src'
make: *** [all-recursive] Error 1
 >>>>>>>>>>


I'm stumped.  Thanks in advance for your help.

John





More information about the JDev mailing list