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 Build Date: Thu 01 May 2008 02:13:58 AM CEST (etc) So what is missing? How can I make tinc compile? Where can I find a SPEC file for tinc? Kind regards, Udo
G'day Udo, Udo van den Heuvel wrote:> 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." >It sounds like you probably want the lzo-devel package, instead of just "lzo".> but: > # rpm -qi lzo > Name : lzo Relocations: (not relocatable) > Version : 2.03 Vendor: Fedora Project > Release : 1.fc10 Build Date: Thu 01 May 2008 > 02:13:58 AM CEST > (etc) > > So what is missing? How can I make tinc compile? > Where can I find a SPEC file for tinc? >In regards to the SPEC file: http://dag.wieers.com/rpm/packages/tinc/ But it is not currently up to date.> Kind regards, > Udo > _______________________________________________ > tinc-devel mailing list > tinc-devel at tinc-vpn.org > http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc-devel >This question should have probably been directed at the general tinc mailinglist. Kind Regards, Mike
Mike Bentzen wrote:>> 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." >> > It sounds like you probably want the lzo-devel package, instead of just > "lzo".Yes, but we already *have* liblzo2 present. So it is not to clear from the output exactly what lzo-part is missing. When I unstall lzo-devel I also get lzo-minilzo. It is about /usr/lib64/liblzo2.so.2 versus /usr/lib64/liblzo2.so.>> So what is missing? How can I make tinc compile? >> Where can I find a SPEC file for tinc? >> > In regards to the SPEC file: http://dag.wieers.com/rpm/packages/tinc/ > But it is not currently up to date.Hmmm. :-( Thanks for the tips, though. Kind regards, Udo