similar to: cross compile on Fedora configure script

Displaying 20 results from an estimated 30000 matches similar to: "cross compile on Fedora configure script"

2010 Feb 13
1
Fedora and MingW32 Build Notes
i use Fedora to build for Fedora and to build for Windows. These are some of my notes. README.git includes some additional packages. i added gcc-c++ but not sure OO actually is needed for any of the additional packages. There were many more mingw packages i installed having to do with development, but not sure all were necessary. Even though i yum installed some of these, openssl and lzo
2009 Apr 12
2
tinc on Fedora
Hello, I downloaded tinc 1.0.9 from the site and tried to build on Fedora 10 on i386 (and also x86_64). I get, during the configure phase: checking for zlib.h... yes checking for compress2 in -lz... yes checking for lzo1x_1_compress in -llzo2... no checking for lzo1x_1_compress in -llzo... no configure: error: "lzo libraries not found." but: # rpm -qi lzo Name : lzo
2014 Jun 06
0
memory leak
Hi, I am running tinc on alpine linux 2.7.8 in 2 seperate environments. The first environment is running for about a month without any problems. The second environment causes some trouble. It looks like a memory leak on the client side. tincd.conf: ConnectTo=ServerHost Device=/dev/net/tun Mode=switch Name=ClientHost PMTUDiscovery = yes DeviceType=tap PriorityInheritance = yes
2014 Jun 11
0
Fwd: memory leak
Hi, I've observed this strange behaviour for a while in my test environment. It looks like that all problems gone away when I switch to "hub-mode" instead of switch mode. Does tinc still work properly in switch mode when I transport vlan tagged traffic within that tunnel? In my environment the side, which is receiving arp requests from the wired interface, is running out of
2009 Oct 12
2
Thiago Avelino has invited you to Dropbox
We're excited to let you know that Thiago Avelino has invited you to Dropbox! Thiago Avelino has been using Dropbox to sync and share files online and across computers, and thought you might want it too. Visit http://www.getdropbox.com/link/20.zCvZjLzqDt/NjM3MTY0ODY3 to get started. - The Dropbox Team ____________________________________________________ To stop receiving invites from
2003 May 06
0
lzo compression support for tinc
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've added lzo compression support for tinc 1.0pre8. Lzo is a very fast compressor (see http://www.oberhumer.com/opensource/lzo/). I've implemented it by using two new compression levels. Compression level 10 is for fast compression using lzo1x-1 algorithm. Compression level 11 is for slow compression using lzo1x-999 algorithm.
2014 Jun 12
1
memory leak with vlan tagged traffic in switch mode
Hi, has anybody a running setup with 2 or more tinc daemons in switch mode which transport 8021q tagged traffic? I am trying to connect two segments with about 4 x 1000 mac addresses (distributed on different vlans). I am always running out of memory on one side. This happens only on the side where the arp requests come from. Currently there is no unicast traffic between the sides; only
2004 Jan 20
1
hardcode configuration files path
I have compiled tinc under windows (MinGW), with the following configuration: ./configure --with-openssl=/opt/openssl-0.9.7b/ --with-zlib=/opt/zlib-1.1.4/ --with-lzo=/opt/lzo-1.08 --prefix=/opt/tinc-1.0.1 It works but configuration files are hardcoded! I've tryed also the --sysconfdir=/aaa parameter. c:\>tincd -n pluto -K Cannot open config file
2009 Nov 24
1
Cross compiling tinc for arm platform
Hello. I managed to setup a cross compiler on my Gentoo system to compile for arm platform. I installed all nessecary tools and libs in /usr/arm-unknown-linux-uclibc/ like openssl lzo and so on over the cross emerge package manager. But what command is nessecary to configure tinc to run on arm? I used: ./configure --host=arm-unknown-linux-uclibc
2010 Sep 20
2
Regarding poor performance on DIR-300
1. Compress should be in your hosts file, not your config file. 2. Since its a low-end CPU on the router, try using Compression=10 or 11 (fast/best lzo); I use 9 (max zlib) on my ASUS OpenWRT routers & ClearOS boxes. 3. If you're using Backfire OpenWRT, you should be able to use the version of tinc compiled in trunk http://downloads.openwrt.org/snapshots/trunk/ On 9/20/2010 5:22 PM,
2009 Oct 12
0
Thiago Avelino has invited you to Dropbox
We're excited to let you know that Thiago Avelino has invited you to Dropbox! Thiago Avelino has been using Dropbox to sync and share files online and across computers, and thought you might want it too. Visit http://www.getdropbox.com/link/20.fbqG0o6V9e/NjM3MTY3NTg3 to get started. - The Dropbox Team ____________________________________________________ To stop receiving invites from
2007 May 22
1
Almost working
Dev-Cpp is a IDE that can be used with MinGW and GCC but its causing problems. I installed MinGW since I am used to ./configure type builds but im unsure if this is a tinc issue or OpenSSL issue. I installed openssl 0.9.8e and I get to the following, $./configure ... checking openssl/evp.h usability... yes ... checking for openssl/engine.h... yes checking for SHA1_version in -lcrypto... no
2008 Sep 10
3
tinc on fedora core 8
Hello, I would like to install the latest tinc software on a fedora 8 Linux box. I tried the rpm for FC3 from http://dag.wieers.com/rpm/packages/tinc/, and I got dependency errors complaining that libcrypto.so.4 is needed. I've got openssl rpm package installed which uses a different versino of libcrypto, and creating symbolic links won't solve the issue. Then I found this article
2003 Aug 04
1
OpenBSD 3.2 and Release 1
I got the file that was sent to me the other day. Unfortunitly it did not solve my problems. After a lot of hacking I have been able to get release 1.0 to almost compile. I have finally gotten all of the dependancies worked out under OpenBSD 3.2. This next error has me stumped. I can tell that it is looking for a file but have no idea how to create the file. This is the output of the the
2015 May 11
1
Packet compression benchmark
On Sun, May 10, 2015 at 08:16:54PM -0400, Darik Horn wrote: > > LZ4 is supposed > > to be a very fast compression algorithm, especially when it comes to > > decompression. I did a quick benchmark with zlib, LZO and LZ4. Now, > > there are many benchmarks you can find online, but most of them deal > > with compressing large files. Tinc on the other hand has to
2015 May 11
0
Packet compression benchmark
On Sun, May 10, 2015 at 7:17 PM, Guus Sliepen <guus at tinc-vpn.org> wrote: > > Darik Horn sent a pull request adding support for LZ4. The PR is: * https://github.com/gsliepen/tinc/pull/78 > LZ4 is supposed > to be a very fast compression algorithm, especially when it comes to > decompression. I did a quick benchmark with zlib, LZO and LZ4. Now, > there are many
2012 Nov 11
1
Error when compiling tinc 1.1pre3 - configure: error: "curses header files not found."
Hi! I'm trying to compile tinc-vpn 1.1pre3 on Ubuntu 12.10, but I get this error: checking curses.h usability... no checking curses.h presence... no checking for curses.h... no configure: error: "curses header files not found." (See the attached text file for the output when running ./configure) I have searched on google after this error message but I can't find anything
2015 May 10
3
Packet compression benchmark
Hello, Darik Horn sent a pull request adding support for LZ4. LZ4 is supposed to be a very fast compression algorithm, especially when it comes to decompression. I did a quick benchmark with zlib, LZO and LZ4. Now, there are many benchmarks you can find online, but most of them deal with compressing large files. Tinc on the other hand has to compress small packets individually. So I did the
2009 Jul 30
0
Nuno Brito has invited you to Dropbox
We're excited to let you know that Nuno Brito has invited you to Dropbox! Nuno Brito has been using Dropbox to sync and share files online and across computers, and thought you might want it too. Visit http://www.getdropbox.com/link/20.5X-ndRrtVF/NjE2NjA3NjA3 to get started. - The Dropbox Team
2015 Jul 27
0
./configure: line 5083: syntax error near unexpected token `-DFORTIFY_SOURCE=2, '
Hi all, I always have a problem to compile Tinc 1.1 on Debian Wheezy (after AC_CONFIG_MACRO_DIRS problem was solved). Now I get : ./configure: line 5083: syntax error near unexpected token `-DFORTIFY_SOURCE=2,' ./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2, CPPFLAGS="$CPPFLAGS -DFORTIFY_SOURCE=2")' Just to be clear, I run : rm -Rf /usr/src/tinc git