Displaying 20 results from an estimated 20000 matches similar to: "Cross-compiling tinc 1.1 for Windows"
2015 Sep 01
1
Cross-compiling tinc 1.1 for Windows
I've managed to compile tinc with ncurses for the top command using script.
https://github.com/lancethepants/tinc-Windows/blob/master/tinc.sh
I haven't had any success making a working tinc.exe with readline
included. It appears to compile fine, but when I run 'tinc -n vpn' it
display the shell prompt, then immediately kicks out of the shell back
to the terminal. I'd be
2015 Aug 31
1
Cross-compiling tinc 1.1 for Windows
aw, sorry about the format, next try:
Hi all,
I've been using tinc for quite some time and I would like to test the latest 1.1 branch.
Unfortunately, I was unable to cross-compile tinc on Ubuntu with mingw64 for Windows.
The instructions Guus provided for tinc 1.0 (http://www.tinc-vpn.org/examples/cross-compiling-64-bit-windows-binary/ ) are missing packages required for tinc 1.1, e.g.:
2015 Sep 01
0
Cross-compiling tinc 1.1 for Windows
On Tue, Sep 01, 2015 at 03:20:13PM +0200, Martin_Kaufman at web.de wrote:
> >Yes, getting ncurses to work on Windows can be tricky.
>
> I managed to cross-compile readline and termcap, and was able to link tinc against that.
> Thank you for your help!
>
> I also added "--prefix="C:/Program\ Files/tinc/", but that does not quite do the trick, I get error
2014 Nov 06
1
Re: [PATCH] Use -ltinfo instead of -lncurses.
On Thu, Nov 06, 2014 at 01:34:24PM +0100, Pino Toscano wrote:
> Given that three AC_CHECK_LIB checking for ncurses are now gone,
> wouldn't it better to explicitly search for it prior to searching for
> readline?
According to https://bugzilla.redhat.com/show_bug.cgi?id=499837
readline can be linked against either ncurses or termcap.
No modern system would prefer termcap, and
2015 Jun 08
2
Fwd: tinc questions
about tomato firmware... can I install it on a VMware virtual machine?
tinc web ui is already included with the last tomato version?
king regards,
Cristiano.
2015-06-08 16:52 GMT-03:00 Lance Fredrickson <lancethepants at gmail.com>:
> On 6/8/2015 11:55 AM, Cristiano Albiero Berni wrote:
>
> 2- Is there a kind of web interface to manager the server?
>>
> Tinc itself
2005 Apr 15
1
(no subject)
> From: Lars Schouw
>
> Can anyone explain what this means the NEWS for for
> 2.1 beta?
>
> R is now linked against ncurses/termlib/termcap only
> if
> readline is specified (now the default) and that
> requires it.
>
> I get an error while running configure:
> checking for history_truncate_file... no
> configure: error: --with-readline=yes (default) and
2014 Nov 05
2
[PATCH] Use -ltinfo instead of -lncurses.
In tools except guestfish, we don't use ncurses, or even curses, just
2 termcap functions and a global variable. These are provided by
libtinfo, so just link to that.
In guestfish we use readline which needs ncurses. Leave that alone.
---
builder/Makefile.am | 2 +-
configure.ac | 12 ++++++------
customize/Makefile.am | 2 +-
mllib/Makefile.am | 6 +++---
2015 Jan 26
3
Tinc and OpenWRT
Greetings.
I'm new to tinc, but have so far managed to get a couple laptops and a
hosted server all connected. They're working as expected, running
Tinc 1.1-pre11, which I compiled from source.
Next I want to move on to adding my home router into the mix. My
routers run OpenWRT. I don't have experience compiling anything from
source for OpenWRT, but OpenWRT has Tinc 1.0.25
2015 Jun 08
4
Fwd: tinc questions
Hi,
I have some questions about tinc.
"
*Automatic full mesh routing*Regardless of how you set up the tinc daemons
to connect to each other, VPN traffic is always (if possible) sent directly
to the destination, without going through intermediate hops.
"
1- To have client to client direct connection and don't have traffic
through the server should I have port forward at the NAT? Or
2015 Jan 29
2
Tinc and OpenWRT
On Tue, Jan 27, 2015, Sandy McArthur Jr wrote:
> I use the Tinc 1.0 series since I don't want to support my
> own packages. <snip>
> I wrote most of http://wiki.openwrt.org/doc/howto/vpn.tinc and that is
> what I still use. Since then . . .
Ok. I think I'll start with the 1.0 series packages that are already
out there and get them working.
and on Tue, Jan 27, 2015,
2015 Jun 13
2
Tinc and OpenWRT
Hey Saverio,
I'd really like the idea of a tinc-1.1-pre package for OpenWRT. I'm
currently using tinc-1.1 with an Ed25519-only network, really like the
new features and CLI and want to add some OpenWRT routers into the mix.
How do you plan to handle things with OpenSSL?
tinc-1.1 from git should be able to compile without it (but will then
only support the built-in algorithms). Depending
2016 Feb 17
2
Tinc Router Mode - PING RESULT is destination host unreachable
Dear Lance,
It is not work. Any idea?
Regards,
Eric
-----Original Message-----
From: Lance Fredrickson [mailto:lancethepants at gmail.com]
Sent: Wednesday, February 17, 2016 12:53 AM
To: tinc at tinc-vpn.org
Subject: Re: Tinc Router Mode - PING RESULT is destination host unreachable
On 2/16/2016 9:04 AM, Eric Yau wrote:
> Hi Lars,
>
> Once I modify the firewall FORWARD rule to
2003 May 02
5
Termcap support not found
Make sure you have libtermcap and libtermcap-devel loaded..
To check use
#rpm -q libtermcap
and
#rpm -q libtermcap-devel
I have an install guide for RH9 in PDF format if you are interested..
Later..
> Hello, I am trying to install asterisk and get this error.
>
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... yes
2004 Dec 13
6
Asterisk on SuSE 9.1?
I am trying to do my first asterisk install on a SuSE 9.1 box, using the
asterisk-update script mentioned a few days ago on this list.
I did read the 'quickstart' document on onlamp.com, and made sure the
following packages were installed via yast:
bison, cvs, gcc, kernel-source, libtermcap-devel, ncurses-devel,
newt-devel, openssl096b, and openssl-devel.
The SuSE 9.1 DVD contained
2005 Mar 10
4
Compiling Asterisk On SUSE 9.2
Dear all,
I have tried to compile * 1.0.6 (downloaded from the digium site, in the
right sequence - zaptel, libpri, asterisk) on two different machines
running SUSE 9.2.
The problem comes during some preliminary checks:
checking for ar... /usr/bin/ar
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in
2014 Feb 07
2
[Announcement] Tinc version 1.1pre10 released
With pleasure we announce the release of tinc version 1.1pre10. Here is a
summary of the changes:
* Added a benchmark tool (sptps_speed) for the new protocol.
* Fixed a crash when using Name = $HOST while $HOST is not set.
* Use AES-256-GCM for the new protocol.
* Updated support for Solaris.
* Allow running tincd without a private ECDSA key present when
ExperimentalProtocol is not
2014 Feb 07
2
[Announcement] Tinc version 1.1pre10 released
With pleasure we announce the release of tinc version 1.1pre10. Here is a
summary of the changes:
* Added a benchmark tool (sptps_speed) for the new protocol.
* Fixed a crash when using Name = $HOST while $HOST is not set.
* Use AES-256-GCM for the new protocol.
* Updated support for Solaris.
* Allow running tincd without a private ECDSA key present when
ExperimentalProtocol is not
2016 Dec 12
4
Is that possible develop a python version of tinc?
Hi all,
As title, is that possible to develop a python version of tinc, that will
be interesting:)
Tks.
Cong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc-devel/attachments/20161213/fcd83914/attachment.html>
2016 Sep 27
1
Building tinc on windows with bash
I have run autoreconf again.
I actually ran the tinc.sh script multiple times.
It gave an error every time.
-----Oorspronkelijk bericht-----
Van: tinc-devel [mailto:tinc-devel-bounces at tinc-vpn.org] Namens Guus Sliepen
Verzonden: dinsdag 27 september 2016 15:14
Aan: tinc-devel at tinc-vpn.org
Onderwerp: Re: Building tinc on windows with bash
On Tue, Sep 27, 2016 at 12:32:12PM +0000, Henk
2003 Apr 10
4
Error compiling in RedHat 9
I thought I would give RedHat 9 a try with Asterisk..I thought it would be a good idea to use the latest version..
Zaptel, Zapata and Libpri all appear to have compiled sucessfully..
But.. (Why is there always a but??)
It seems Asterisk is having issues with 'termcap' or 'tgetent' whatever that is..
Here is the output from 'make install'..
--------Start--------
if [ -d