| 
 
Error with aiccu 
  Shadow Hawkins on Thursday, 30 July 2015 13:17:00
Hi, 
Im new to IPv6. For explanation what I wanted to do:
Get an IPv6 Adress and connect  via that to my home server. 
What I did: Register here, get a tunnel <- I guess thats how I connect somehow ??  I tried to figure out  what exactly to do but I get from one acronym to another acronym...
Then I was searching to get my  tunnel up an running. Well Im still working on that:
 I wanted to install the tunnel on my CentOs 7 server... I downloaded aiccu:
Then I wanted to compile it: 
[root@xxx aiccu]# make
Building  : aiccu - Automatic IPv6 Connectivity Configuration Utility
Copyright : SixXS
Version   : 2007.01.15
make[1]: Entering directory `/root/aiccu/unix-console'
In file included from ../common/aiccu.h:17:0,
                 from main.c:13:
../common/common.h:326:27: schwerwiegender Fehler: gnutls/gnutls.h: Datei oder Verzeichnis nicht gefunden
 #include <gnutls/gnutls.h>
[root@ikarus aiccu]# yum install gnutls
Geladene Plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp-stud.fht-esslingen.de
 * epel: mirror.de.leaseweb.net
 * extras: mirror.de.leaseweb.net
 * updates: mirror.23media.de
Paket gnutls-3.3.8-12.el7_1.1.x86_64 ist bereits in der neuesten Version installiert.
Nichts zu tun
Any ideas how to go on? 
Any advice would be appreciated
thx in advance
Gerald
 
Error with aiccu 
I wanted to install the tunnel on my CentOs 7 server... I downloaded aiccu: 
Why are you not just using a package?
Many places have them if you just google for them, eg:
http://rpm.pbone.net/index.php3/stat/4/idpl/23788677/dir/centos_6/com/aiccu-20070115-17.3.x86_64.rpm.html
[root@ikarus aiccu]# yum install gnutls 
You would need a development package with library and headers etc, not the binary.
Error with aiccu 
  Shadow Hawkins on Thursday, 30 July 2015 21:28:38
Hi,
I tried the rpm package...
rpm -i aiccu-20070115-17.3.x86_64.rpm 
Warnung: aiccu-20070115-17.3.x86_64.rpm: Header V3 DSA/SHA1 Signature, Schlssel-ID fdde3f28: NOKEY
Fehler: Fehlgeschlagende Abhngigkeiten:
libgnutls.so.26()(64bit) wird bentigt von aiccu-20070115-17.3.x86_64
libgnutls.so.26(GNUTLS_1_4)(64bit) wird bentigt von aiccu-20070115-17.3.x86_64
[root@ikarus gerald]# yum install gnutls
Geladene Plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror2.hs-esslingen.de
 * epel: ftp-stud.hs-esslingen.de
 * extras: mirror.de.leaseweb.net
 * updates: mirror.informatik.hs-fulda.de
Paket gnutls-3.3.8-12.el7_1.1.x86_64 ist bereits in der neuesten Version installiert.
Nichts zu tun
I guess it doenst play along with a newer version of gnutls....
 
Error with aiccu 
Gerald Luef wrote:
 Hi,
I tried the rpm package...
rpm -i aiccu-20070115-17.3.x86_64.rpm 
Warnung: aiccu-20070115-17.3.x86_64.rpm: Header V3 DSA/SHA1 Signature, Schlssel-ID fdde3f28: NOKEY
Fehler: Fehlgeschlagende Abhngigkeiten:
libgnutls.so.26()(64bit) wird bentigt von aiccu-20070115-17.3.x86_64
libgnutls.so.26(GNUTLS_1_4)(64bit) wird bentigt von aiccu-20070115-17.3.x86_64
 
That is a Centos 6 package you are trying on a 7, thus yes, things have changed and you'll need a newer package.
Error with aiccu 
  Shadow Hawkins on Thursday, 30 July 2015 21:13:33
Hi, 
thanks for your reply and help.
I used the packages from this side:
https://www.sixxs.net/tools/aiccu/
And somehow I expected that might work. Sorry my mistake. (I installed epel)
Second I didnt want to download software from a source which I dont really know...  
Cheers
 
Error with aiccu 
And somehow I expected that might work. Sorry my mistake. (I installed epel) 
It exists in current editions in the Fedora packages:
https://admin.fedoraproject.org/pkgdb/package/aiccu/
Second I didnt want to download software from a source which I dont really know... 
Then you should be using Debian as all the Redhat flavors (RHEL, Fedora, CentOS) are quite non-transparent in which kind of patches are being applied, let alone who applies them and then builds your things.
  |