problem with liblz4 install
Mark Barton
mark at atldes.com
Sat Mar 21 15:29:56 UTC 2020
On 3/21/20 10:19 AM, Ralf Mardorf via ubuntu-users
wrote:
> On Sat, 21 Mar 2020 09:13:33 -0400, Mark Barton wrote:
>> I am trying to compile a program that is requires
>> liblz4
> Hi, what version of lz4 is required? What program do you try to compile?
>
>> I also tried adding the -1 to liblz4 and a compile but
>> the issue remained [...]
>> liblz4-1 is already the newest version (1.9.1-1).
> It is the newest version provided by the eoan repositories, not
> necessarily the latest release from upstream. The package version "-1"
> is irrelevant. It's important to see the relevant output you get, when
> compiling the program fails. Maybe you need liblz4.so.1.9.2 and the
> related header file/s instead of eoan's liblz4.so.1.9.1. Maybe it's an
> issue related to the path. Maybe...
>
> Regards,
> Ralf
>
It is a C program written specifically for some
LoRaWan work. Unfortunately the original author is
no longer available although we have not exhausted
all efforts just yet. I don't know what version it
is based on. The only clue in in the file is that
it is based on liblz4 and that the the include
files are lz4.h and lz4hc.h. This looks like the
one on GitHub (https://github.com/lz4/lz4) and
lz4.org. I did a build and it created the lib file
liblz4.so.1.9.2. I will try this on out and see
how it works.
The odd thing is why is apt is considering it up
to date.
Thanks for the help,
Mark
More information about the ubuntu-users
mailing list