Path: utzoo!utgpu!watserv1!watmath!att!tut.cis.ohio-state.edu!mailrus!cs.utexas.edu!wuarchive!mit-eddie!bloom-beacon!athena.mit.edu!crowston From: crowston@athena.mit.edu (Kevin G Crowston) Newsgroups: comp.protocols.appletalk Subject: Re: UAB/CAP w/ no router/bridge? Message-ID: <1990Apr12.194126.16929@athena.mit.edu> Date: 12 Apr 90 19:41:26 GMT References: Sender: news@athena.mit.edu (News system) Reply-To: crowston@athena.mit.edu (Kevin G Crowston) Organization: Massachusetts Institute of Technology Lines: 47 In article , rapatel@pilot.njin.net ( Rakesh Patel) writes: > I found out what my problem was. The instructions I had were a little > misleading. Uab needed to be built with the modified cap library - not > the normal IPtalk libarary. After rebuilding it, I got it working > instantly. ... > Note that this: > > 1. Compile the standard cap libraries first and install them. > 2. Compile and install uab. > 3. Replace the abkip.c in cap with the abmkip.c from the uab source and > remake cap and install the programs. > > Should be: > > 1. Replace the abkip.c in cap with the abmkip.c from the uab source and > make cap and install the programs and libararies. > > 2. Build uab and install it using the modified cap library. When I tried to do this (i.e., build uab using the modified cap library) I got an error from the loader saying that ddp2ipskt was undefined. This function is defined in the original abkip.c in the cap library and called in two places in the file kip_mpx.c. kip_mpx.c also defines a macro, mddp2ipskt, but anywhere it calls the macro it also calls ddp2ipskt (they're called in different arms of a case statement), making me think that ddp2ipskt wasn't a mistake. Anyway, changing ddp2ipskt to mddp2ipskt gets rid of the error from the loader, but it doesn't make uab work. I still get: GUILDER.MIT.EDU# uab: 15:28:53 04/12/90 Port description match on GUILDER* uab: 15:28:53 04/12/90 interface se0 uab: 15:28:53 04/12/90 local delivery is modified KIP forwarding uab: 15:28:53 04/12/90 network number from network uab: 15:28:53 04/12/90 pi_open: Protocol not supported uab: 15:28:53 04/12/90 Couldn't establish the port uab: 15:28:53 04/12/90 NO CONNECTED PORTS, ABORTING (I'm using a DecStation 3100 running Ultrix.) Advice will be appreciated; I've been trying to get uab working for quite a while. Kevin Crowston