On 10/26/11 14:23, Outback Dingo wrote:
> On Wed, Oct 26, 2011 at 5:39 AM, Lori Jakab <[email protected]> wrote:
>> 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.
> Thanks but the only really viable option here is to wait till lispmob
> is fixed and compatible with newer systems
> It doesnt make sense to downgrade a whole operating system or its
> packages to meet the requirements of lispmob

Well, it depends. If you want to use it on your current system, I fully
agree. But you can still play around with the code in a virtual machine
running an older system.

-Lori

>> 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

Reply via email to