Displaying 9 results from an estimated 9 matches for "llzo".
Did you mean:
llgo
2016 Jan 29
2
compiling tinc latest version on ubuntu
Hi
Can someone please help me with the method of installing the lzo dependancy
for tinc to compile.
I am getting the following errors when compiling.
./configure
....
....
checking for lzo1x_1_compress in -llzo2... no
checking for lzo1x_1_compress in -llzo... no
configure: error: "lzo libraries not found."
Regards
Yazeed Fataar
<yazeedfataar at hotmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachme...
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 Relocations: (not relocatable)
Version : 2.03 Vendor: Fedora Project
Release : 1.fc10...
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
2009 May 15
2
Trouble with Tinc at make level
...cking for RAND_pseudo_bytes... yes
checking for EVP_EncryptInit_ex... yes
checking whether OpenSSL_add_all_algorithms is declared... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
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."
[chs at Lupercal tinc-1.0.9]$ make
make: *** Pas de cibles sp?cifi?es et aucun makefile n'a ?t? trouv?.
Arr?t.
Thanks
Charles-H. Schulz.
2016 Jan 30
0
compiling tinc latest version on ubuntu
...zeedfataar at gmail.com> escribi?:
>Hi
>
>Can someone please help me with the method of installing the lzo
>dependancy
>for tinc to compile.
>
>I am getting the following errors when compiling.
>
>./configure
>....
>....
>
>checking for lzo1x_1_compress in -llzo2... no
>
>checking for lzo1x_1_compress in -llzo... no
>
>configure: error: "lzo libraries not found."
>
>Regards
>Yazeed Fataar
><yazeedfataar at hotmail.com>
>
>
>------------------------------------------------------------------------
>
>___...
2006 Jun 01
1
compile cvs trunk
...; -g -O2 -o tincd conf.o connection.o
edge.o event.o graph.o logger.o meta.o net.o net_packet.o net_setup.o
net_socket.o netutl.o node.o process.o protocol.o protocol_auth.o
protocol_edge.o protocol_misc.o protocol_key.o protocol_subnet.o route.o
subnet.o tincd.o ../lib/libvpn.a -lcrypto -lz -llzo
graph.o: In function `sssp_bfs':/usr/src/tinc/src/graph.c:278: undefined
reference to `device'
...
tincd.o: In function `main':/usr/src/tinc/src/tincd.c:504: undefined
reference to `dump_device_stats'
collect2: ld returned 1 exit status
make[2]: *** [tincd] Error 1
make[2]: Leav...
2003 Sep 14
1
tinc under cygwin: lzo-librarys probs
Hello,
I try to install tinc under cygwin. When I make an ./configure with
tinc-1.0.1 I get the error-message
checking for lzo1x_1_compress in -llzo... no
configure: error:"lzo libraries not found"
I have installed lzo-1.08. But it was not from the cygwin-Homepage and
so I think that there was a wrong installation-path for the
lzo-libraries. How can I find out where to install the lzo-libraries?
Greetings from Berlin,
Benjamin Besse...
2003 May 06
0
lzo compression support for tinc
...lzo
decompression is always very fast. If the cpu on the sender side is very fast
and the cpu on the receiver side is very slow, lzo1x-999 is a good choice.
I've tested the patch and everything seems to work well. I haven't tested the
included autoconf patch myself. I've just added -llzo to the LIBS -line in
src/Makefile by hand after ./configure.
Some benchmarks...
I ran tinc between two slow Pentium-MMX 200MHz computers running Linux 2.4.18.
They had a direct 2.3Mbps link between them. Tinc was running in switch mode.
Blowfish encryption and sha1 hmac was used. Throughput wa...
2003 Aug 04
1
OpenBSD 3.2 and Release 1
...SSL_add_all_algorithms is
declared... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking lzo1x.h usability... yes
checking lzo1x.h presence... yes
checking for lzo1x.h... yes
checking for lzo1x_1_compress in -llzo... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: error: cannot find inp...