Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 15/03/2018, à 15:56

jugt

Problème d'installation de noip sur ubuntu 17

Bonjour ,

Je rencontre un problème a l'installation de noip sur ma machine Ubuntu 17 .

A la commande make il me retourne ceci :

make
gcc -Wall -g -Dlinux -DPREFIX=\"/usr/local\" noip2.c -o noip2 
noip2.c: In function ‘dynamic_update’:
noip2.c:1595:6: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
  int i, x, is_group, retval, response;
      ^
noip2.c: In function ‘domains’:
noip2.c:1826:13: warning: variable ‘x’ set but not used [-Wunused-but-set-variable]
         int x;
             ^
noip2.c: In function ‘hosts’:
noip2.c:1838:20: warning: variable ‘y’ set but not used [-Wunused-but-set-variable]
         int     x, y, z;
                    ^
/usr/bin/ld : ne peut ouvrir le fichier de sortie noip2 : Permission non accordée
collect2: error: ld returned 1 exit status
Makefile:25 : la recette pour la cible « noip2 » a échouée
make: *** [noip2] Erreur 1

Merci d'avance pour votre aide

JuGt


Modération : merci d'utiliser les balises code (explications ici).

Dernière modification par cqfd93 (Le 15/03/2018, à 16:30)

Hors ligne

#2 Le 15/03/2018, à 16:21

gl38

Re : Problème d'installation de noip sur ubuntu 17

Il est écrit "Permission non accordée".
As-tu lu en entier la doc ?

Once you have opened your Terminal window, log in as the “root” user. You can become the root user from the command line by entering “sudo -s” followed by the root password on your machine.

Cordialement,
Guy

Hors ligne

#3 Le 15/03/2018, à 18:01

jugt

Re : Problème d'installation de noip sur ubuntu 17

gl38 a écrit :

Il est écrit "Permission non accordée".
As-tu lu en entier la doc ?

Once you have opened your Terminal window, log in as the “root” user. You can become the root user from the command line by entering “sudo -s” followed by the root password on your machine.

Cordialement,
Guy


hello , je tapais sudo et pas sudo -s merci pour ton aide tout est ok .

Dernière modification par jugt (Le 15/03/2018, à 18:19)

Hors ligne