On Dec 2, 2014, at 11:11 PM, MUSAB MUHAMMAD <[email protected]> wrote:
> Hi Alberto, > > I downloaded the lispmob-pxtr following the link you provided. After > installing the necessary dependencies (build-essential and libconfuse-dev), I > tried to run make from the top level directory of lispmob but got the error > below: > ] > root@Central-Node:/lispmob-pxtr# make > make -C lispd > make[1]: Entering directory `/lispmob-pxtr/lispd' > cc -Wall -g -c -o cksum.o cksum.c > cksum.c:38:27: fatal error: openssl/hmac.h: No such file or directory > compilation terminated. > make[1]: *** [cksum.o] Error 1 > make[1]: Leaving directory `/lispmob-pxtr/lispd' > make: *** [build-lispd] Error 2 > root@Central-Node:/lispmob-pxtr# > ] > > Can you please advise on what to do next? You need to install libssl-dev also, if you’re on a Debian based distribution. -Lori > > Regards, > > Musab Isah > Research Student, > School of Computing and Communications, > D29, InfoLab21 > Lancaster University > > > On Tuesday, December 2, 2014 12:47 PM, MUSAB MUHAMMAD <[email protected]> > wrote: > > > Hi Alberto, > > Thanks for your reply. Is it also possible to setup a map-server locally? I > want to have a full lisp mobile node network in the lab please. > > Thank you. > > Musab Isah > Research Student, > School of Computing and Communications, > D29, InfoLab21 > Lancaster University > > > On Monday, December 1, 2014 11:13 AM, Alberto Rodriguez-Natal > <[email protected]> wrote: > > > Hi Musab, > > In order to use LISPmob as a PxTR you should checkout the branch 'pxtr' [1] > and follow lispd.conf.example instructions to configure it. Note well that > PxTR code has not been officially released and has gone thought little > testing. We offer it as a best effort, but we can provide little support. The > PxTR feature will be eventually merged into the upcoming 5.0 release. > > Best, > Alberto > > [1] https://github.com/LISPmob/lispmob/tree/pxtr > > On Sat, Nov 29, 2014 at 12:06 PM, MUSAB MUHAMMAD <[email protected]> wrote: > Hi, > > I recently learned that I can set up a PxTR in the lab with the new > lispmob-experimental (potentially lispmob 0.5.0). I have downloaded the > package but can't set up the tunnel router and other relevant components as > there is no documentation yet. Can someone please guide me towards setting up > LISP locally in the lab? > > Thank you, > > Musab Isah > Research Student, > School of Computing and Communications, > D29, InfoLab21 > Lancaster University > > > > >
