Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1702 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Probleme lors de compilation de xawdecode

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Probleme lors de compilation de xawdecode

n°486551
Mickey_Sta​r2
Repose toi
Posté le 25-05-2004 à 20:55:33  profilanswer
 

Je viens d'installer la Mandrake 10 official
J'essaie d'installer xawdecode-plugin 1.4.8.
Le ./configure ne pose aucun pb, tout comme le make.
Mais lors de make install, g un message d'erreur :
 

Citation :

[mickey@MickeX xawdecode-plugin-1.4.8]$ make install
Making install in mm
make[1]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make  install-am
make[2]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[3]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[2]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[1]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
Making install in src
make[1]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/src'
make[2]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/src'
/bin/sh ../mkinstalldirs /usr/local/lib
 /bin/sh ../libtool-nofpic --mode=install /usr/bin/install -c  libxawdecode.la /usr/local/lib/libxawdecode.la
/usr/bin/install -c .libs/libxawdecode-1.4.8.so /usr/local/lib/libxawdecode-1.4.8.so
/usr/bin/install: ne peut enlever `/usr/local/lib/libxawdecode-1.4.8.so': Permission denied
make[2]: *** [install-libLTLIBRARIES] Erreur 1
make[2]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/src'
make[1]: *** [install-am] Erreur 2
make[1]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/src'
make: *** [install-recursive] Erreur 1


 
A koi est du ce permission denied?
Quel est le bleme?


Message édité par Mickey_Star2 le 25-05-2004 à 21:36:12
mood
Publicité
Posté le 25-05-2004 à 20:55:33  profilanswer
 

n°486558
Mjules
Modérateur
Parle dans le vide
Posté le 25-05-2004 à 20:58:50  profilanswer
 

c'est parce que tu n'es pas root.
 
mais avant de te lancer dans la compilation/installation d'un soft, t'as regardé si il était pas dispos sur les CD ou dans les sources (plf par ex) ?


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°486560
alien cons​piracy
hardtrance addict
Posté le 25-05-2004 à 20:59:00  profilanswer
 

[mickey@MickeX xawdecode-plugin-1.4.8]$
 
Il faut ce mettre en root pour pouvoir faire un make install. Utilise la commande su - pour ce faire.

n°486585
Mickey_Sta​r2
Repose toi
Posté le 25-05-2004 à 21:17:21  profilanswer
 

Bah en fait, g tenté en tant que root aussi mais ca a pas l'air de faire plus de chose. Je n'ai plus le pb de permission denied, mais lorsque je lance xawdecode, tjrs pas d'onglet plugin.
 

Citation :

[root@MickeX xawdecode-plugin-1.4.8]# make install
Making install in mm
make[1]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make  install-am
make[2]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[3]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[2]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[1]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
Making install in src
make[1]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/src'
make[2]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/src'
/bin/sh ../mkinstalldirs /usr/local/lib
 /bin/sh ../libtool-nofpic --mode=install /usr/bin/install -c  libxawdecode.la /usr/local/lib/libxawdecode.la
/usr/bin/install -c .libs/libxawdecode-1.4.8.so /usr/local/lib/libxawdecode-1.4.8.so
(cd /usr/local/lib && rm -f libxawdecode.so && ln -s libxawdecode-1.4.8.so libxawdecode.so)
/usr/bin/install -c .libs/libxawdecode.lai /usr/local/lib/libxawdecode.la
/usr/bin/install -c .libs/libxawdecode.a /usr/local/lib/libxawdecode.a
ranlib /usr/local/lib/libxawdecode.a
chmod 644 /usr/local/lib/libxawdecode.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib
 
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
 
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Rien à faire pour « install-data-am ».
make[2]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/src'
make[1]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/src'
make[1]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8'
make[2]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8'
make[2]: Rien à faire pour « install-exec-am ».
/bin/sh ./mkinstalldirs /usr/local/man/man1
 /usr/bin/install -c -m 644 ./xawdecode-plugin.1 /usr/local/man/man1/xawdecode-plugin.1
make[2]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8'
make[1]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8'


 
on dirait ke le log n'est pas installé [:gratgrat]


Message édité par Mickey_Star2 le 25-05-2004 à 21:17:52
n°486625
Mickey_Sta​r2
Repose toi
Posté le 25-05-2004 à 22:02:46  profilanswer
 

en +, un rpm -qa|grep xawdecode-plugin ne donne rien, le logiciel n'est donc pas installé. Comment se fait-ce?

n°486638
Mjules
Modérateur
Parle dans le vide
Posté le 25-05-2004 à 22:08:36  profilanswer
 

peut-être parce que tu ne l'as pas installé avec un RPM.......


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°486669
Mickey_Sta​r2
Repose toi
Posté le 25-05-2004 à 22:19:43  profilanswer
 

Ouais, mais il n'existe pas de rpms pour xawdecode-plugin, le seul ke g trouvé est pour la version 1.4.6 et c'est pareil, il semble s'installer mais au final, pas de xawdecode-plugin installé. Je comprends rien

n°486705
Mjules
Modérateur
Parle dans le vide
Posté le 25-05-2004 à 22:40:21  profilanswer
 

à quoi sert xawdecode-plugin ?
parce que ça m'a tout l'air d'être abandonné


Message édité par Mjules le 25-05-2004 à 22:40:43

---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°486942
Mickey_Sta​r2
Repose toi
Posté le 26-05-2004 à 11:50:51  profilanswer
 

C'est un log pour deschtroumpher des chaines comme banal- entre uatre.


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Probleme lors de compilation de xawdecode

 

Sujets relatifs
xawdecode et occupations des ressources ?Problème libGL.so merci !
usr/lib/perl5/5.8.3/i386-linux -thread-multi/CORE/config.h problème[Proftpd] Problème à l'installation
Probleme boot sur Win avec lilo...[OpenOffice] Problème de correction orthographique....
d-link g604T + ethernet (travelmate)+ MDK 10 problème de DNSProbleme avec compilation de xawdecode
problème de compilation : xawdecode-plugin sous GentooXawdecode, problème à la compilation snif
Plus de sujets relatifs à : Probleme lors de compilation de xawdecode


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR