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

Applications et environnements graphiques Discussion :

Installer des packages tar.bz2 ...


Sujet :

Applications et environnements graphiques

  1. #1
    Membre à l'essai
    Inscrit en
    Décembre 2003
    Messages
    63
    Détails du profil
    Informations forums :
    Inscription : Décembre 2003
    Messages : 63
    Points : 23
    Points
    23
    Par défaut Installer des packages tar.bz2 ...
    salut a tous
    j#ai essayer aujourd'hui d#installer sans succes les packages kopete-0.10.3.tar.bz2 et xawtv3.95.tar.gz. Apres avoir deplacer chacun de ces packages dans le repertoire / usr/local, et extrait avec tar xvjf et xvzf, j'ai ensuite executer la commande ./configure dans chacun des cas et voiciles resultats :
    pour Kopete :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
     
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for -p flag to install... yes
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for kde-config... /opt/kde3/bin/kde-config
    checking where to install... /opt/kde3 (as returned by kde-config)
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking whether gcc is blacklisted... no
    checking whether g++ supports -Wmissing-format-attribute... yes
    checking whether gcc supports -Wmissing-format-attribute... yes
    checking whether g++ supports -Wundef... yes
    checking whether g++ supports -Wno-long-long... yes
    checking whether g++ supports -Wnon-virtual-dtor... yes
    checking whether g++ supports -fno-exceptions... yes
    checking whether g++ supports -fno-check-new... yes
    checking whether g++ supports -fno-common... yes
    checking whether g++ supports -fexceptions... yes
    checking how to run the C++ preprocessor... g++ -E
    checking whether g++ supports -O0... yes
    checking whether g++ supports -Wl,--no-undefined... yes
    checking whether g++ supports -Wl,--allow-shlib-undefined... yes
    not using lib directory suffix
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for egrep... grep -E
    checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
    checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
    checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether  accepts -g... no
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc static flag  works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking for shl_load... no
    checking for shl_load in -ldld... no
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking whether a program can dlopen itself... yes
    checking whether a statically linked program can dlopen itself... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/i586-suse-linux/bin/ld
    checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking for shl_load... (cached) no
    checking for shl_load in -ldld... (cached) no
    checking for dlopen... (cached) no
    checking for dlopen in -ldl... (cached) yes
    checking whether a program can dlopen itself... (cached) yes
    checking whether a statically linked program can dlopen itself... (cached) yes
    appending configuration tag "F77" to libtool
    checking for msgfmt... msgfmt
    checking for gmsgfmt... msgfmt
    found msgfmt program is not GNU msgfmt; ignore it
    checking for xgettext... :
    checking if C++ programs can be compiled... yes
    checking for strlcat... no
    checking if strlcat needs custom prototype... yes - in libkdefakes
    checking for strlcpy... no
    checking if strlcpy needs custom prototype... yes - in libkdefakes
    checking for main in -lutil... yes
    checking for main in -lcompat... no
    checking for crypt in -lcrypt... yes
    checking for socklen_t... yes
    checking for dnet_ntoa in -ldnet... no
    checking for dnet_ntoa in -ldnet_stub... no
    checking for inet_ntoa... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for sys/types.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking sys/bitypes.h usability... yes
    checking sys/bitypes.h presence... yes
    checking for sys/bitypes.h... yes
    checking for poll in -lpoll... no
    checking Carbon/Carbon.h usability... no
    checking Carbon/Carbon.h presence... no
    checking for Carbon/Carbon.h... no
    checking CoreAudio/CoreAudio.h usability... no
    checking CoreAudio/CoreAudio.h presence... no
    checking for CoreAudio/CoreAudio.h... no
    checking if res_init needs -lresolv... yes
    checking for res_init... yes
    checking if res_init needs custom prototype... no
    checking for killpg in -lucb... no
    checking for int... yes
    checking size of int... 4
    checking for short... yes
    checking size of short... 2
    checking for long... yes
    checking size of long... 4
    checking for char *... yes
    checking size of char *... 4
    checking for dlopen in -ldl... (cached) yes
    checking for shl_unload in -ldld... no
    checking for size_t... yes
    checking size of size_t... 4
    checking for unsigned long... yes
    checking size of unsigned long... 4
    checking sizeof size_t == sizeof unsigned long... yes
    checking crt_externs.h usability... no
    checking crt_externs.h presence... no
    checking for crt_externs.h... no
    checking for _NSGetEnviron... no
    checking for vsnprintf... yes
    checking for snprintf... yes
    checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
    linux:/usr/local/kopete-0.10.3 #

    -et pour xawtv-3.95 , il n'y a pas eu d#erreur apres l#execution de configure mais plus tot apres celle de make :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
     
    linux:/usr/local/xawtv-3.95 # make
      CC      console/dump-mixers.o
      LD      console/dump-mixers
      CC      console/record.o
      LD      console/record
      CC      console/showriff.o
      LD      console/showriff
      CC      console/showqt.o
    console/showqt.c: In function `swap_classic_atom':
    console/showqt.c:358: warning: integer constant is too large for "long" type
    console/showqt.c:358: warning: integer constant is too large for "long" type
    console/showqt.c:358: warning: integer constant is too large for "long" type
    console/showqt.c:358: warning: integer constant is too large for "long" type
    console/showqt.c: In function `dump_fields':
    console/showqt.c:447: warning: integer constant is too large for "long" type
    console/showqt.c:447: warning: integer constant is too large for "long" type
    console/showqt.c:447: warning: integer constant is too large for "long" type
    console/showqt.c:447: warning: integer constant is too large for "long" type
      LD      console/showqt
      CC      console/streamer.o
      CC      common/channel-no-x11.o
      CC      common/sound.o
      CC      common/webcam.o
      CC      common/frequencies.o
      CC      common/commands.o
      CC      common/parseconfig.o
      CC      common/capture.o
    common/capture.c: In function `movie_writer_stop':
    common/capture.c:530: warning: integer constant is too large for "long" type
    common/capture.c:535: warning: integer constant is too large for "long" type
    common/capture.c: In function `movie_print_timestamps':
    common/capture.c:597: warning: integer constant is too large for "long" type
    common/capture.c:601: warning: integer constant is too large for "long" type
    common/capture.c: In function `movie_grab_put_video':
    common/capture.c:626: warning: integer constant is too large for "long" type
      CC      common/event.o
      CC      libng/grab-ng.o
      CC      libng/devices.o
      CC      libng/writefile.o
      CC      libng/color_common.o
      CC      libng/color_packed.o
      CC      libng/color_lut.o
      CC      libng/color_yuv2rgb.o
      CC      libng/convert.o
      AR      libng/libng.a
    ar: creating libng/libng.a
      LD      console/streamer
      CC      console/webcam.o
      CC      console/ftp.o
      LD      console/webcam
      CC      console/radio.o
      LD      console/radio
      CC      console/fbtv.o
    In file included from console/fbtv.c:31:
    libng/grab-ng.h:28:1: warning: "bool" redefined
    In file included from /usr/include/curses.h:138,
                     from console/fbtv.c:24:
    /usr/lib/gcc-lib/i586-suse-linux/3.3.4/include/stdbool.h:36:1: warning: this isthe location of the previous definition
    In file included from console/fbtv.c:40:
    common/midictrl.h:6:28: sys/asoundlib.h: No such file or directory
    In file included from console/fbtv.c:40:
    common/midictrl.h:10: error: parse error before "snd_seq_t"
    common/midictrl.h:10: warning: no semicolon at end of struct or union
    common/midictrl.h:13: error: parse error before '*' token
    common/midictrl.h:13: warning: type defaults to `int' in declaration of `ev'
    common/midictrl.h:13: warning: data definition has no type or storage class
    common/midictrl.h:14: error: parse error before '}' token
    console/fbtv.c: In function `main':
    console/fbtv.c:744: error: invalid use of undefined type `struct midi_handle'
    console/fbtv.c:795: error: invalid use of undefined type `struct midi_handle'
    console/fbtv.c:796: error: invalid use of undefined type `struct midi_handle'
    console/fbtv.c:796: error: invalid use of undefined type `struct midi_handle'
    console/fbtv.c:797: error: invalid use of undefined type `struct midi_handle'
    console/fbtv.c:797: error: invalid use of undefined type `struct midi_handle'
    console/fbtv.c:909: error: invalid use of undefined type `struct midi_handle'
    console/fbtv.c:909: error: invalid use of undefined type `struct midi_handle'
    console/fbtv.c:909: error: invalid use of undefined type `struct midi_handle'
    console/fbtv.c: At top level:
    console/fbtv.c:353: error: storage size of `fb_midi' isn't known
    make: *** [console/fbtv.o] Error 1
    si l'information est neccessaire, je preciserais que j#ai telecharg´e ce package xawtv-3.95,car en voulant scanner les chaines tv grace a ma carte tv[..] , j'ai eu une erreur du yast comme quoi je dois installer pour ca les "d4l-tools", et apres une recherche sur goole ,il s#est averer que ce package devrait resoudre mes problemes

    je vous remercie d'avance car il me faudrait bien installer ces packages.
    la vie est courte vivons chaque instant!

    je ne sais qu'une chose c'est que je ne sais rien!

    NEO.

  2. #2
    Membre éprouvé
    Avatar de Pouic
    Profil pro
    Inscrit en
    Octobre 2004
    Messages
    669
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Paris (Île de France)

    Informations forums :
    Inscription : Octobre 2004
    Messages : 669
    Points : 977
    Points
    977
    Par défaut
    Pour le premier, il te faut installer les paquets *devel* de X... Histoire d'avoir les sources et les headers necessaires.

    Pour le second, tu dis ne pas avoir d'erreurs, mais as-tu des warnings avec le ./configure ?
    Software becomes slower faster than hardware becomes faster
    [size=1]
    http://xrenault.developpez.com

  3. #3
    Membre à l'essai
    Inscrit en
    Décembre 2003
    Messages
    63
    Détails du profil
    Informations forums :
    Inscription : Décembre 2003
    Messages : 63
    Points : 23
    Points
    23
    Par défaut
    pour les packages devel pourrait tu avoir un lien , de tel sorte que je ne me trompe pas?( car quand je fais une recherche des packages propose´s par le yast avec le terme devel, tout les resultats semblent installe´s, je vais donc devoir prendre ca sus google, et la je suis pas sur de savoir lequel est le bon.
    sinon voici le deroulement de ./configure avec xawtv
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
     
    linux:/usr/local/xawtv-3.95 # ./configure
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking how to run the C preprocessor... gcc -E
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for gccmakedep... no
    checking for makedepend... no
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking soundcard.h usability... no
    checking soundcard.h presence... no
    checking for soundcard.h... no
    checking for unistd.h... (cached) yes
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking sys/soundcard.h usability... yes
    checking sys/soundcard.h presence... yes
    checking for sys/soundcard.h... yes
    checking alsa/asoundlib.h usability... no
    checking alsa/asoundlib.h presence... no
    checking for alsa/asoundlib.h... no
    checking linux/joystick.h usability... yes
    checking linux/joystick.h presence... yes
    checking for linux/joystick.h... yes
    checking dev/ic/bt8xx.h usability... no
    checking dev/ic/bt8xx.h presence... no
    checking for dev/ic/bt8xx.h... no
    checking machine/ioctl_bt848.h usability... no
    checking machine/ioctl_bt848.h presence... no
    checking for machine/ioctl_bt848.h... no
    checking for ftello... yes
    checking for fseeko... yes
    checking for getpt... yes
    checking for getnameinfo... yes
    checking for getopt_long... yes
    checking for strcasestr... yes
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking for ELF... yes
    checking for pthread_create in -lpthread... yes
    checking for main in -lossaudio... no
    checking for initscr in -lncurses... yes
    checking for X... no
    checking for jpeg_start_compress in -ljpeg... yes
    checking for snd_seq_open in -lasound... yes
    checking for lirc_init in -llirc_client... yes
    checking for vbi_capture_fd in -lzvbi... no
    checking for aa_autoinit in -laa... no
    checking for dv_decoder_new in -ldv... yes
    checking for lqt_query_registry in -lquicktime... no
    checking for XF86DGAQueryExtension in -lXxf86dga... no
    checking for XF86VidModeQueryExtension in -lXxf86vm... no
    checking for DPMSQueryExtension in -lXdpms... no
    checking for DPMSQueryExtension in -lXext... no
    checking for XineramaQueryExtension in -lXinerama... no
    checking for XRenderQueryExtension in -lXrender... no
    checking for XRRConfigCurrentConfiguration in -lXrandr... no
    checking for XvQueryExtension in -lXv... no
    checking for XmStringGenerate in -lXm... no
    checking for glXChooseVisual in -lGL... no
    checking for X11 config directory... /etc/X11
    checking for X11 app-defaults directory... /usr/X11R6/lib/X11/app-defaults
    checking if mmx should be used... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating xawtv.spec
    config.status: creating config.h
    et puis si ca peut aider voici aussi un paragraph du fichier install de kopete (le premier package) que j'ai pas trop bien compris d'ailleurs
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
     
     For packages that use the X Window System, `configure' can usually
    find the X include and library files automatically, but if it doesn't,
    you can use the `configure' options `--x-includes=DIR' and
    `--x-libraries=DIR' to specify their locations.
    la vie est courte vivons chaque instant!

    je ne sais qu'une chose c'est que je ne sais rien!

    NEO.

  4. #4
    Membre chevronné Avatar de jeanbi
    Profil pro
    Inscrit en
    Avril 2003
    Messages
    1 703
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2003
    Messages : 1 703
    Points : 2 247
    Points
    2 247
    Par défaut
    bonjour,
    quel distribution utilises tu ?
    il n'y a pas d'utilitaire de chargement genre apt pour debian yum pour fedora urpmi pour mandrake ...
    a+

  5. #5
    Membre à l'essai
    Inscrit en
    Décembre 2003
    Messages
    63
    Détails du profil
    Informations forums :
    Inscription : Décembre 2003
    Messages : 63
    Points : 23
    Points
    23
    Par défaut
    heu.... suis pas sur de repondre a ta question, mais j'utilise suse 9.2 si c'est ca que tu demandes
    la vie est courte vivons chaque instant!

    je ne sais qu'une chose c'est que je ne sais rien!

    NEO.

  6. #6
    Expert éminent
    Avatar de Michaël
    Profil pro
    Ingénieur systèmes et réseaux
    Inscrit en
    Juillet 2003
    Messages
    3 497
    Détails du profil
    Informations personnelles :
    Âge : 37
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Ingénieur systèmes et réseaux

    Informations forums :
    Inscription : Juillet 2003
    Messages : 3 497
    Points : 8 239
    Points
    8 239
    Par défaut
    pour xawtv-3.95, il te manque libalsa-devel

    suffit de lire
    In file included from console/fbtv.c:40:
    common/midictrl.h:6:28: sys/asoundlib.h: No such file or directory
    pourquoi vouloir compiler alors qu'il existe sans doute des rpms

  7. #7
    Membre à l'essai
    Inscrit en
    Décembre 2003
    Messages
    63
    Détails du profil
    Informations forums :
    Inscription : Décembre 2003
    Messages : 63
    Points : 23
    Points
    23
    Par défaut
    si seulement j'avais cet rpm en main!!!
    la vie est courte vivons chaque instant!

    je ne sais qu'une chose c'est que je ne sais rien!

    NEO.

  8. #8
    Membre à l'essai
    Inscrit en
    Décembre 2003
    Messages
    63
    Détails du profil
    Informations forums :
    Inscription : Décembre 2003
    Messages : 63
    Points : 23
    Points
    23
    Par défaut
    jai essayer d'installer depuis le lien suivant chacun des packages libalsaxxxxx : ftp://www.mirrorservice.org/sites/sunsite.uio.no/pub/unix/Linux/mandrakelinux/official/2006.0/i586/media/main/
    et deviner quoi?
    et bien le yast m#envoi pour chacun des messages d#erreur(dependancies conflicts) comme quoi, ils auraient besoin des fichiers d'une autre librairiedu genre
    ->libalsa2-devel needs libalsa2 et puis
    ->libals2 needs libalsa-data
    ->libalsa-data needs libalsa2

    des scenarios semblables se sont pass´es avec les autres si bien que je ne peus installer aucun de ces packages!(je vais finir par me demander s'il y'a des packages rpm utiles qui fonctionnent!?!?!
    la vie est courte vivons chaque instant!

    je ne sais qu'une chose c'est que je ne sais rien!

    NEO.

  9. #9
    Membre à l'essai
    Inscrit en
    Décembre 2003
    Messages
    63
    Détails du profil
    Informations forums :
    Inscription : Décembre 2003
    Messages : 63
    Points : 23
    Points
    23
    Par défaut
    peut etre devrait je signaler que j#ai essayer de scanner les programmes tv avec kdetv, qui a parfaitement reconnu les cahines, jai pu les voir defiler, mais a la fin il a ecrit une message d'erreur :"unable to grab video2.resultat, la liste des chaines est la, mais aucune ne semble fonctionner
    la vie est courte vivons chaque instant!

    je ne sais qu'une chose c'est que je ne sais rien!

    NEO.

  10. #10
    Membre chevronné

    Profil pro
    Inscrit en
    Mars 2004
    Messages
    1 296
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2004
    Messages : 1 296
    Points : 1 803
    Points
    1 803
    Par défaut
    cherche les paquetage chez suze en 1er, car en les prenant n'importe ou (la mansrake ..) le risque de mauvaise dependence est majeur .
    Marc
    Slackware for ever ......
    BASH - KSH ( http://marcg.developpez.com/ksh/ )

  11. #11
    Membre à l'essai
    Inscrit en
    Décembre 2003
    Messages
    63
    Détails du profil
    Informations forums :
    Inscription : Décembre 2003
    Messages : 63
    Points : 23
    Points
    23
    Par défaut
    je ne trouve meme pas ces packages sur suse
    Et jäai installer mplayer, mais je ne vois pas comment lancer son interface graphique ,pour l#utiliser je dois faire ouvrir avec
    la vie est courte vivons chaque instant!

    je ne sais qu'une chose c'est que je ne sais rien!

    NEO.

  12. #12
    Membre chevronné Avatar de jeanbi
    Profil pro
    Inscrit en
    Avril 2003
    Messages
    1 703
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2003
    Messages : 1 703
    Points : 2 247
    Points
    2 247
    Par défaut
    bonsoir,
    vu que tu l'as installer en tar tu ne va pas l'avoir dans les menu donc a toi de creer le raccourci necessaire .
    a+

Discussions similaires

  1. Installation des packages de R sur Ubuntu
    Par fabricen26 dans le forum R
    Réponses: 3
    Dernier message: 15/04/2014, 10h12
  2. Installation des packages
    Par tissam89 dans le forum Linux
    Réponses: 6
    Dernier message: 27/03/2013, 23h32
  3. Souci d'installation des packages sur rhel5 pour oracle
    Par kaisala dans le forum RedHat / CentOS / Fedora
    Réponses: 2
    Dernier message: 15/12/2008, 13h41
  4. [REDHAT] Comment Installer des packages
    Par big1 dans le forum RedHat / CentOS / Fedora
    Réponses: 2
    Dernier message: 19/01/2007, 16h44
  5. installation des packages
    Par souchraf dans le forum Debian
    Réponses: 4
    Dernier message: 17/01/2007, 14h35

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