src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6

2018-06-25 Thread karthik kumar
Hi, I get the following "no such instruction" error while compiling Wireguard *# make* * CC [M] /root/WireGuard-0.0.20180620/src/main.o* * CC [M] /root/WireGuard-0.0.20180620/src/noise.o* * CC [M] /root/WireGuard-0.0.20180620/src/device.o* * CC [M] /root/WireGuard-0.0.20180620/src/peer.

Re: src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6

2018-06-25 Thread Jason A. Donenfeld
Hello, Please use CentOS 7. Jason ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

Re: src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6

2018-06-25 Thread karthik kumar
Hi, I did see the yum repo already being there RPMs available. But we use only centos 6 and are desperately looking for alternate of strongswan :( Is there any other suggestion for me, other than Centos 7 ? Is it worth trying to rebuild the kernel with 8.1 gcc ? Is there an option like *--without

Re: src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6

2018-06-25 Thread Jason A. Donenfeld
It's probably possible to get this working with CentOS 6. But I'm not going to spend time on it, and I'd encourage you to switch to a newer version that sees more security attention. ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4

Re: src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6

2018-06-25 Thread Lucian Cristian
On 26.06.2018 05:57, karthik kumar wrote: Hi,   I did see the yum repo already being there RPMs available. But we use only centos 6 and are desperately looking for alternate of strongswan :( Is there any other suggestion for me, other than Centos 7 ? Is it worth trying to rebuild the kernel wi

Re: src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6

2018-06-26 Thread Sebastian Gottschall
try at least gcc 6 minimum. i dont know which kernel is used in centos 6. lowest kernel version i tested is 3.10 Sebastian Am 26.06.2018 um 08:10 schrieb Lucian Cristian: On 26.06.2018 05:57, karthik kumar wrote: Hi,   I did see the yum repo already being there RPMs available. But we use o

Re: src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6

2018-07-03 Thread Vbook A1
WARNING: if you want to use ELrepo kernel - make sure your server does not have the Matrox G200 series video card! CentOS 6.x with kernel 4.x will not boot on Matrox GPU. On Tue, Jun 26, 2018 at 1:10 PM, Lucian Cristian wrote: > On 26.06.2018 05:57, karthik kumar wrote: > > Hi, > I did see the

Re: src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6

2018-07-03 Thread Lucian Cristian
On 03.07.2018 11:59, Vbook A1 wrote: WARNING: if you want to use ELrepo kernel - make sure your server does not have the Matrox G200 series video card! CentOS 6.x with kernel 4.x will not boot on Matrox GPU. On Tue, Jun 26, 2018 at 1:10 PM, Lucian Cristian wrote: On 26.06.2018 05:57, karthik k

Re: src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6

2018-09-03 Thread Mike Russo
While I do definitely recommend their suggestion to use CentOS 7 (or take this opportunity to get on a distro like Debian or Ubuntu that supports easily upgrading to a new major version!) I was able to get this working on my CentOS 6 server using the patch from Lucian here: https://lists.zx2c4.c