Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-10-08 Thread sameer.s.athaley
This is really disgusting after unsubscribe again and againg still getting messgs, what the f*** who is admin plz help here. On 30-Sep-2017 7:22 AM, wrote: > In file comp-lz4.c, g++ flags LZ4_compress_default as unreferenced and > the build fails. > > ---

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-10-08 Thread logcabin
Thanks for the followup - I checked out the source from the master branch and it builds with no problems. Looking forward to 2.4.5! On Sun, Oct 8, 2017, at 11:38 AM, Gert Doering wrote: > Hi, > > On Sat, Sep 30, 2017 at 02:56:25PM -0400, logca...@fastmail.net wrote: > > This has solved the prob

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-10-08 Thread Gert Doering
Hi, On Sat, Sep 30, 2017 at 02:56:25PM -0400, logca...@fastmail.net wrote: > This has solved the problem: > > ./configure LZ4_CFLAGS=-I/usr/local/include LZ4_LIBS="-L/usr/local/lib > -llz4" > > My mistake was to assume that since ./configure had found LZ4 version >= > 1.7.1, it would also locate

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread logcabin
This has solved the problem: ./configure LZ4_CFLAGS=-I/usr/local/include LZ4_LIBS="-L/usr/local/lib -llz4" My mistake was to assume that since ./configure had found LZ4 version >= 1.7.1, it would also locate the latest lz4 library. My bad. Thanks for all your help! On Sat, Sep 30, 2017, at 02:1

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread Gert Doering
Hi, On Sat, Sep 30, 2017 at 02:08:19PM -0400, logca...@fastmail.net wrote: > Here's the output from the locate command: > > /usr/lib/arm-linux-gnueabihf/liblz4.a > /usr/lib/arm-linux-gnueabihf/liblz4.so > /usr/lib/arm-linux-gnueabihf/liblz4.so.1 > /usr/lib/arm-linux-gnueabihf/liblz4.so.1.3.0 > /u

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread logcabin
Yes, I saw the prototype for LZ4_compress_default(), but I was unable to find the function itself. Here's the error output from the make command: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -DPLUGIN_LIBDIR=\"/usr/local0/lib/openvpn/plugins\" -g -O2 -s

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread Gert Doering
Hi, (copying back in the list) On Sat, Sep 30, 2017 at 09:46:29AM +0200, Gert Doering wrote: > Which linux distribution is this, in which version? Can you upload > config.log and your system's "lz4.h" somewhere so we can see what it > tried to do, and why it is failing? I received the files in

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread Gert Doering
Hi, On Fri, Sep 29, 2017 at 09:34:36PM -0400, logca...@fastmail.net wrote: > In file comp-lz4.c, g++ flags LZ4_compress_default as unreferenced and > the build fails. Why are you building with g++? This is not something we regularily do, test, or recommend. But besides this, this sounds like y

[Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-29 Thread logcabin
In file comp-lz4.c, g++ flags LZ4_compress_default as unreferenced and the build fails. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot __