IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Linux Discussion :

Problème d'installation du logiciel CCNx


Sujet :

Linux

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre très actif
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Mai 2011
    Messages
    110
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2011
    Messages : 110
    Par défaut Problème d'installation du logiciel CCNx
    Bonjour,
    Je travaille sur un projet industriel sur les réseaux CCN (Content Centric Network) et je souhaite installer le logiciel CCNx qui va me servir de banc de test pour simuler des trafic CCN pour analyse. Mon problème est le suivant: pour la phase d'installation, lorsque je fais un ./configure étant en root et avec tous les droits d'exécution j'obtiens le message suivant: ./configure: 15: ./configure: ./configure: Permission denied
    voici le contenu du dossier en question:
    thurel@thurel-Compaq-Presario-A900-Notebook-PC:~/Projet_Industriel/dipit2/ccnx-0.4.2$ ls -l
    total 1960
    drwx------ 6 thurel thurel 4096 Jan 8 16:45 android
    drwx------ 8 thurel thurel 4096 Jan 8 16:45 apps
    drwx------ 2 thurel thurel 4096 Jan 8 16:45 CCNX
    -rw-r--r-- 1 thurel thurel 1625703 Oct 25 16:30 ccnx_bin_32bits.tar.gz
    -rwxr-xr-x 1 thurel thurel 513 Dec 7 2011 configure
    drwx------ 11 thurel thurel 4096 Jan 8 16:45 csrc
    drwx------ 7 thurel thurel 4096 Jan 8 16:46 doc
    drwx------ 3 thurel thurel 4096 Jan 8 16:46 experiments
    drwx------ 6 thurel thurel 4096 Jan 8 16:46 javasrc
    -rw-r--r-- 1 thurel thurel 40606 Dec 7 2011 LICENSE
    -rw-r--r-- 1 thurel thurel 4199 Dec 8 2011 Makefile
    -rw-r--r-- 1 thurel thurel 42853 Dec 8 2011 MANIFEST
    -rw-r--r-- 1 thurel thurel 79847 Dec 8 2011 MD5
    -rw-r--r-- 1 thurel thurel 43503 Dec 8 2011 NEWS
    -rw-r--r-- 1 thurel thurel 9856 Dec 7 2011 NOTICES
    -rw-r--r-- 1 thurel thurel 250 Jul 10 2012 prepa.sh
    -rw-r--r-- 1 thurel thurel 14478 Dec 12 22:48 README
    drwx------ 3 thurel thurel 4096 Jan 8 16:46 schema
    -rw-r--r-- 1 thurel thurel 88406 Dec 8 2011 SHA1
    thurel@thurel-Compaq-Presario-A900-Notebook-PC:~/Projet_Industriel/dipit2/ccnx-0.4.2$
    .

    Quelqu'un aurait-il une solution pour mon problème ? Merci

  2. #2
    Invité
    Invité(e)
    Par défaut
    Salut,

    La ligne 15 du configure principal se déplace dans un autre répertoire et execute le configure dans ce dernier

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    cd csrc && ./configure "$@"
    Peux-tu donc vérifier les permissions de csrc/configure?

  3. #3
    Membre très actif
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Mai 2011
    Messages
    110
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2011
    Messages : 110
    Par défaut
    Merci, justement dans csrc/configure je n'avais aucun droit d'exécution, je me suis donc donné les droits d'exécution et le script s'est donc bien exécuté. Merci

  4. #4
    Membre très actif
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Mai 2011
    Messages
    110
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2011
    Messages : 110
    Par défaut
    Lorsque je fais un make j'ai des erreurs comme suit juste à la fin de l'exécution:
    root@thurel-Compaq-Presario-A900-Notebook-PC:/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2# make
    for i in doc/manpages doc/technical csrc schema javasrc apps `cat local.subdirs 2>/dev/null || :`; do \
    (cd "$i" && pwd && make default) || exit 1; \
    done
    /home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/manpages
    make[1]: Entering directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/manpages'
    : To build the documentation: make documentation
    make[1]: Leaving directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/manpages'
    /home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/technical
    make[1]: Entering directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/technical'
    : To build the documentation: make documentation
    make[1]: Leaving directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/technical'
    /home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc
    make[1]: Entering directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc'
    test -d include/ccn || (test -d ../include/ccn && mkdir -p include && ln -s ../../include/ccn include/ccn)
    for i in lib ccnd libexec cmd util tests; do \
    (cd "$i" && pwd && make -f ../conf.mk -f dir.mk -f ../subr.mk "COPT=-g" CFLAGS='$(REAL_CFLAGS)' SRCDIR=..//$i default) || exit 1; \
    done
    /home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc/lib
    make[2]: Entering directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc/lib'
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_client.o ccn_client.c
    ccn_client.c: In function ‘ccn_is_final_block’:
    ccn_client.c:2392:12: warning: variable ‘ccnb_size’ set but not used [-Wunused-but-set-variable]
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_charbuf.o ccn_charbuf.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_indexbuf.o ccn_indexbuf.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_coding.o ccn_coding.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_dtag_table.o ccn_dtag_table.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_schedule.o ccn_schedule.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_matrix.o ccn_matrix.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c ccn_extend_dict.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_buf_decoder.o ccn_buf_decoder.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_uri.o ccn_uri.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_buf_encoder.o ccn_buf_encoder.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_bloom.o ccn_bloom.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_name_util.o ccn_name_util.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_face_mgmt.o ccn_face_mgmt.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_reg_mgmt.o ccn_reg_mgmt.c
    cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c ccn_digest.c
    ccn_digest.c:21:25: fatal error: openssl/sha.h: No such file or directory
    compilation terminated.
    make[2]: *** [ccn_digest.o] Error 1
    make[2]: Leaving directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc/lib'
    make[1]: *** [default] Error 1
    make[1]: Leaving directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc'
    make: *** [default] Error 1
    root@thurel-Compaq-Presario-A900-Notebook-PC:/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2#
    Comment puis je remédier à ce problème ? Merci

  5. #5
    Invité
    Invité(e)
    Par défaut
    ccn_digest.c:21:25: fatal error: openssl/sha.h: No such file or directory
    Comme l'erreur l'indique il ne trouve pas le fichier mentionné. Quelle distribution linux utilises-tu?

  6. #6
    Membre très actif
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Mai 2011
    Messages
    110
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 36
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2011
    Messages : 110
    Par défaut
    j'utilise ubuntu dernière version

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. probléme d"installation de logiciel java
    Par miral dans le forum Débuter avec Java
    Réponses: 1
    Dernier message: 16/03/2010, 11h22
  2. Problème d'installation de logiciel
    Par bruce207 dans le forum Mandriva / Mageia
    Réponses: 5
    Dernier message: 19/10/2008, 21h27
  3. problème d'installation du logiciel
    Par dnmfaw dans le forum Vidéo
    Réponses: 0
    Dernier message: 18/10/2007, 15h29
  4. problème d'instalation de logiciels dans win vista
    Par TSPK21 dans le forum Windows Vista
    Réponses: 1
    Dernier message: 30/09/2007, 17h53
  5. [UBUNTU] Problèmes d'installation de logiciels
    Par Muesko dans le forum Ubuntu
    Réponses: 8
    Dernier message: 21/08/2006, 16h55

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo