Hi, Thanks for reporting this, I just reproduced it on a test system. Ubuntu 11.10 switched from OpenSSL 0.9.8 to 1.0.0, and I think that's the cause for this error. There is a libssl0.9.8 package for people who need the old runtime library, but there is no libssl0.9.8-dev package to build against.
You could try to search for a third party libssl0.9.8-dev package, install OpenSSL 0.9.8 from source, or use Ubuntu 11.04 for the time being. We will add support for OpenSSL 1.0.0 in a future version (if indeed that's the issue). We also need to add support for kernels above 2.6.39. Regards, -Lori On 10/26/11 00:58, Outback Dingo wrote: > rying to install lispmob on Kubuntu 11.10 with kernel 3.0.0-12-generic > fails with the downloaded source providing error > > > gcc -o lispd cmdline.o lispd.o lispd_config.o lispd_syslog.o > lispd_lib.o lispd_ipc.o lispd_map_register.o patricia/patricia.o > lispd_map_request.o cksum.o lispd_patricia.o lispd_map_reply.o > lispd_iface_mgmt.o lispd_iface_list.o -g -DDEBUG=3 -lconfuse -lssl > -lrt > lispd_map_register.o: In function `send_map_register': > /home/dingo/Downloads/lispmob-0.1.0/lispd/lispd_map_register.c:292: > undefined reference to `EVP_sha1' > /home/dingo/Downloads/lispmob-0.1.0/lispd/lispd_map_register.c:292: > undefined reference to `HMAC' > collect2: ld returned 1 exit status > make[1]: *** [lispd] Error 1
