<div dir="ltr">Hi everyone!  <div><br></div><div>I'm trying to compile  JNOS on a Virtualbox VM running Ubuntu 19.04.  I've rsync'd the JNOS source code and copied the files from the 2.0k.3 directory into the main directory and compiled it.  I originally ran into some problems when it was compiling the tun.c file.  I found an thread last month from Maiko that listed an alternate tun.c file to use and that worked, but at the end of the compile, while it's linking the binary jnos, I run into this error</div><div><br></div><div> gcc -DUNIX -g3   -DDEBUG -Wall -o jnos main.o config.o version.o session.o \<br>jheard.o clients.a servers.a hfdd.a net.a internet.a net.a netrom.a \<br>unix.a ax25.a aprs.a dump.a ppp.a bootp.a inp.a j2curses.a \<br>-lncurses  -lcrypto -lcrypt<br>/usr/bin/ld: net.a(j2pwrtns.o): in function `j2setkey':<br>/usr/src/jnos/j2pwmgr/j2pwrtns.c:68: undefined reference to `setkey'<br>/usr/bin/ld: net.a(j2pwrtns.o): in function `j2userpasswd':<br>/usr/src/jnos/j2pwmgr/j2pwrtns.c:185: undefined reference to `encrypt'<br>collect2: error: ld returned 1 exit status<br>make: *** [makefile:156: jnos] Error 1</div><div><br></div><div>any ideas on the cause of the issue and how to fix it?</div><div><br></div><div>Thanks,</div><div><br></div><div></div><div>Ed<br></div></div>