search for: dlocalstatedir

Displaying 8 results from an estimated 8 matches for "dlocalstatedir".

Did you mean: localstatedir
2012 Apr 02
4
What I need to install Tinc 1.1pre2?
Hi to everybody, Can anybody tell me what packages I need to install Tinc 1.1pre2 in a server that it had installed a previous version installed? I tried to install it and when I execute the "make" it give me a lot of errors. Best regards, Ramses
2016 Apr 08
2
Commit 68f4ca7 issues
There are few reasons why I stick to older OSes. In case of FreeBSD its my customized Imunes platform for network simulations... Anyway, back to root problem: gcc -std=gnu99 -DHAVE_CONFIG_H -DCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" -DFORTIFY_SOURCE=2 -g -O2 -MT tincd.o -MD -MP -MF $depbase.Tpo -c -o tincd.o tincd.c &&\ mv -f $depbase.Tpo $depbase.Po tincd.c:52:20: getopt.h: No such file or directory tincd.c:102: error: elements of array `long_options' have incomplete type Im not very familia...
2016 Apr 08
0
Commit 68f4ca7 issues
...twork simulations... Hm, I just tried FreeBSD 4.11 in a VM and it seems it doesn't support C99 at all. So I guess you already had to install a newer GCC and what not to get things running :) > Anyway, back to root problem: > gcc -std=gnu99 -DHAVE_CONFIG_H -DCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" > -DFORTIFY_SOURCE=2 -g -O2 -MT tincd.o -MD -MP -MF $depbase.Tpo -c -o tincd.o > tincd.c &&\ > mv -f $depbase.Tpo $depbase.Po > tincd.c:52:20: getopt.h: No such file or directory > tincd.c:102: error: elements of array `long_options' have incomplete...
2006 Jun 01
1
compile cvs trunk
...irectory `/usr/src/tinc/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/tinc/lib' Making all in src make[2]: Entering directory `/usr/src/tinc/src' gcc -g -O2 -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALSTATEDIR=\"/usr/local/var\" -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 .....
2001 Jun 19
2
Question about building tinc pre4
...I'm getting this error (#./configure --prefix=/some/dir); #make): ============================ gcc -g -O2 -I/usr/local/openssl/include -DPKGLIBDIR=/usr/local/tinc_new/lib /tinc -DCONFDIR=\"/usr/local/tinc_new/etc\" -DLOCALEDIR=\"/usr/local /tinc_new/share/locale\" -DLOCALSTATEDIR=\"/usr/local/tinc_new/var\" -o tincd conf.o connection.o meta.o net.o netutl.o process.o protocol.o route.o subnet.o tincd.o ../lib/libvpn.a -L/usr/local/openssl/lib -lcrypto /usr/local/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': dso_dlfcn.o(.text+0x99): undefined refere...
2010 Jun 18
1
Crosscompile error tinc => 1.0.11 on openwrt whiterussian 0.9
...-gcc -DHAVE_CONFIG_H -I.. -I../lib -I/home/frithjof/wrt/whiterussian/OpenWrt-SDK-Linux-x86_64-1/staging_dir_mipsel/usr/include -I/home/frithjof/wrt/whiterussian/OpenWrt-SDK-Linux-x86_64-1/staging_dir_mipsel/usr//include -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -DCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o net.c net.c: In function `main_loop': net.c:470: error: conflicting types for 'node' net.c:438: error: previous declaration of 'node' was here net.c:470: error: ...
2016 Apr 08
2
Commit 68f4ca7 issues
Hi. I have issues building tincd-1.0.26 on FreeBSD 4.11 Seems commit 68f4ca711593416d0defd81199b176ba604c6cb1 that "modernizes" build system was a bad idea after all? Not sure why merging lib/ to src/ was done. Most software I see contains directories like compat/ to aid building for older or broken environments.. This makes clear difference between software sources itself (src) and
2014 Dec 05
4
Build On CentOS
...Making all in m4 make[2]: Entering directory `/adev/tinc-1.1pre10/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/adev/tinc-1.1pre10/m4' Making all in src make[2]: Entering directory `/adev/tinc-1.1pre10/src' gcc -std=gnu99 -DCONFDIR=\"/tinc/etc\" -DLOCALSTATEDIR=\"/tinc/var\" -DSBINDIR=\"/tinc/sbin\" -g -O2 -pie -Wl,-z,relro -Wl,-z,now -o tinc dropin.o getopt.o getopt1.o info.o invitation.o list.o names.o netutl.o script.o sptps.o subnet_parse.o tincctl.o top.o utils.o openssl/cipher.o openssl/crypto.o openssl/digest.o openssl/ecdh.o o...