Partage
  • Partager sur Facebook
  • Partager sur Twitter

Problème d'installation de VLC sous linux.

    18 novembre 2006 à 9:03:41

    Bonjour

    J'ai un problème avec l'installation de VLC media player sous linux. En effet, je voudrais l'avoir sur linux mais ca plante au configure. Et pourtant, j'ai suivi à la lettre le fichier INSTALL.

    En fait, quand je tapes :

    [root@localhost vlc_mp]# ./configure


    Il me sort tout un charabia de check ceci check celà...

    Ensuite, quand j'attaque la compilation, il plante :

    [root@localhost vlc_mp]# make


    Et là il m'affiche :

    make: pas de cible make définie


    Et pourtant c'est éxactement ce qu'il y a de marqué dans INSTALL.


    Pouvez-vous m'éclairer sur ce sujet ?

    Merci d'avance :)
    Tchaw ;)
    • Partager sur Facebook
    • Partager sur Twitter
      18 novembre 2006 à 10:04:37

      pourquoi veux tu compiler ?

      apt-get install vlc ;) (ou la commande de ta distribution)

      avec les sources dans sources.list
      • Partager sur Facebook
      • Partager sur Twitter
        18 novembre 2006 à 10:30:45

        Bah ouais tu es sous quel distribution, car moi je suis sous ubuntu et j'ai pas eu besoin de compiler il est dans synaptic
        • Partager sur Facebook
        • Partager sur Twitter
          18 novembre 2006 à 12:00:47

          Je suis sous fedora core 4 (que j'ai toujours pas uppé d'ailleur)

          Sinon merci pour le apt-get j'y avais pas pensé :)

          Tchaw ;)

          EDIT : apt-get ne fonctionne pas sous Fedora !
          Et le yum me met :
          No match for argument: vlc
          Nothing to do.
          • Partager sur Facebook
          • Partager sur Twitter
            18 novembre 2006 à 12:22:25

            Fait d'abord
            ./configure && make

            Ca te permettra de voir si le ./configure a quitté avec une erreur (si oui, le make ne se lancera pas), ce qui devrait être le cas ^^ .
            Ensuite fait
            ./console > log.txt
            Ca enregistrera tout le texte affiché par ./configure dans le fichier log.txt...
            Tu copies tout ici pour qu'on voit ou est la c...lle
            • Partager sur Facebook
            • Partager sur Twitter
              18 novembre 2006 à 14:51:58

              Alors le configure dit qu'il y a une erreur, et par contre :

              [root@localhost vlc-0.8.5]# ./console > log.txt
              bash: ./console: Aucun fichier ou répertoire de ce type


              Normal ? :euh:

              Sinon lors du configure j'ai vu une tooonne de no... Je me suis renseigné parait que c'est des packages manquants, ca veut dire que je vais devoir tous les installer ? Car dans ce cas autant chercher un autre logiciel...
              Merci
              Tchaw :)
              • Partager sur Facebook
              • Partager sur Twitter
                18 novembre 2006 à 15:06:12

                Non mais arretter de compiler...
                Si yum ne marche pas c'est que tu n'as pas les sources, il faut modifier le fichier /etc/apt/sources.list en ajoutant les sources qu'il faut ou un équivalent sous fedora (je suis sous debian donc je sais pas)
                • Partager sur Facebook
                • Partager sur Twitter
                Anonyme
                  18 novembre 2006 à 15:10:31

                  C'est vrai enfin si vous avez envie de compiler et qu'un gestionnaire de paquets vous dérange allez voir du côté de LFS ! :p

                  En plus ca m'étonnerait franchement que vlc ne soit pas disponible, suse est une grande distrib' et vlc est quand même bien connu...
                  • Partager sur Facebook
                  • Partager sur Twitter
                    18 novembre 2006 à 15:17:35

                    en fait, j'ai mal tapé, faut faire
                    ./configure > log.txt
                    Comme ca il enregistre ce que t'affiche "./configure" dans un fichier (log.txt, que tu pourrais appeler autrement, si tu veux)
                    • Partager sur Facebook
                    • Partager sur Twitter
                      19 novembre 2006 à 9:34:00

                      Ok, merci pour vos rponses :)

                      Sinon, les paquets j'ai bien cherché s'il y avais des RPM ou autres de disponibles, mais j'ai rien trouvé. Voilà pourquoi je veux compiler. :/

                      Quand je switch sous linux, je te donne le retour de configure :)
                      Tchaw ;)
                      • Partager sur Facebook
                      • Partager sur Twitter
                        22 novembre 2006 à 19:43:26

                        Désolé pour cette réponse tardive, mais j'ai des problèmes avec mon ordi en ce moment.

                        Voici donc le retour de configure, bonne lecture ! :euh:

                        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 whether build environment is sane... yes
                        checking for gawk... gawk
                        checking whether make sets $(MAKE)... yes
                        checking whether to enable maintainer-specific portions of Makefiles... yes
                        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 style of include used by make... GNU
                        checking dependency style of gcc... gcc3
                        checking whether gcc and cc understand -c and -o together... yes
                        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 how to run the C++ preprocessor... g++ -E
                        checking whether make sets $(MAKE)... (cached) yes
                        checking for a BSD-compatible install... /usr/bin/install -c
                        checking for egrep... grep -E
                        checking for an Objective-C compiler... checking dependency style of g++... gcc3
                        not implemented yet
                        checking for ranlib... ranlib
                        checking for strip... strip
                        checking for ar... ar
                        checking for ld... ld
                        checking for a sed that does not truncate output... /bin/sed
                        checking for ld used by gcc... ld
                        checking if the linker (ld) is GNU ld... yes
                        checking for 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... f95
                        checking whether we are using the GNU Fortran 77 compiler... yes
                        checking whether f95 accepts -g... yes
                        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... (cached) ar
                        checking for ranlib... (cached) ranlib
                        checking for strip... (cached) 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 (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++... ld
                        checking if the linker (ld) is GNU ld... yes
                        checking whether the g++ linker (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 (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 if libtool supports shared libraries... yes
                        checking whether to build shared libraries... yes
                        checking whether to build static libraries... no
                        checking for f95 option to produce PIC... -fPIC
                        checking if f95 PIC flag -fPIC works... yes
                        checking if f95 supports -c -o file.o... yes
                        checking whether the f95 linker (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 an ANSI C-conforming const... yes
                        checking for inline... inline
                        checking for msgfmt... /usr/bin/msgfmt
                        checking for gmsgfmt... /usr/bin/msgfmt
                        checking for xgettext... /usr/bin/xgettext
                        checking for msgmerge... /usr/bin/msgmerge
                        checking for ranlib... (cached) ranlib
                        checking for library containing strerror... none required
                        checking for off_t... yes
                        checking for size_t... yes
                        checking for working alloca.h... yes
                        checking for alloca... yes
                        checking for stdlib.h... (cached) yes
                        checking for unistd.h... (cached) yes
                        checking for getpagesize... yes
                        checking for working mmap... yes
                        checking whether we are using the GNU C Library 2.1 or newer... yes
                        checking whether integer division by zero raises SIGFPE... yes
                        checking for inttypes.h... yes
                        checking for stdint.h... yes
                        checking for unsigned long long... yes
                        checking for inttypes.h... yes
                        checking whether the inttypes.h PRIxNN macros are broken... no
                        checking for ld used by GCC... ld
                        checking if the linker (ld) is GNU ld... yes
                        checking for shared library run path origin... done
                        checking argz.h usability... yes
                        checking argz.h presence... yes
                        checking for argz.h... yes
                        checking limits.h usability... yes
                        checking limits.h presence... yes
                        checking for limits.h... yes
                        checking locale.h usability... yes
                        checking locale.h presence... yes
                        checking for locale.h... yes
                        checking nl_types.h usability... yes
                        checking nl_types.h presence... yes
                        checking for nl_types.h... yes
                        checking malloc.h usability... yes
                        checking malloc.h presence... yes
                        checking for malloc.h... yes
                        checking stddef.h usability... yes
                        checking stddef.h presence... yes
                        checking for stddef.h... yes
                        checking for stdlib.h... (cached) yes
                        checking for string.h... (cached) yes
                        checking for unistd.h... (cached) yes
                        checking sys/param.h usability... yes
                        checking sys/param.h presence... yes
                        checking for sys/param.h... yes
                        checking for feof_unlocked... yes
                        checking for fgets_unlocked... yes
                        checking for getc_unlocked... yes
                        checking for getcwd... yes
                        checking for getegid... yes
                        checking for geteuid... yes
                        checking for getgid... yes
                        checking for getuid... yes
                        checking for mempcpy... yes
                        checking for munmap... yes
                        checking for putenv... yes
                        checking for setenv... yes
                        checking for setlocale... yes
                        checking for stpcpy... yes
                        checking for strcasecmp... yes
                        checking for strdup... yes
                        checking for strtoul... yes
                        checking for tsearch... yes
                        checking for __argz_count... yes
                        checking for __argz_stringify... yes
                        checking for __argz_next... yes
                        checking for iconv... yes
                        checking for iconv declaration...
                        extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
                        checking for nl_langinfo and CODESET... yes
                        checking for LC_MESSAGES... yes
                        checking for bison... bison
                        checking version of bison... 2.0, ok
                        checking whether NLS is requested... yes
                        checking whether included gettext is requested... no
                        checking for GNU gettext in libc... yes
                        checking for shared objects suffix... .so
                        checking for prefix to exported symbols...
                        checking for gettimeofday... yes
                        checking for select... yes
                        checking for strerror... yes
                        checking for strtod... yes
                        checking for strtol... yes
                        checking for strtof... yes
                        checking for strtoll... yes
                        checking for strtoull... yes
                        checking for strsep... yes
                        checking for isatty... yes
                        checking for vasprintf... yes
                        checking for asprintf... yes
                        checking for swab... yes
                        checking for sigrelse... yes
                        checking for getpwuid... yes
                        checking for memalign... yes
                        checking for posix_memalign... yes
                        checking for if_nametoindex... yes
                        checking for atoll... yes
                        checking for getenv... yes
                        checking for putenv... (cached) yes
                        checking for setenv... (cached) yes
                        checking for gmtime_r... yes
                        checking for ctime_r... yes
                        checking for localtime_r... yes
                        checking for lrintf... no
                        checking for daemon... yes
                        checking for scandir... yes
                        checking for fork... yes
                        checking for bsearch... yes
                        checking for lstat... yes
                        checking for strdup... (cached) yes
                        checking for strndup... yes
                        checking for atof... yes
                        checking for strcasecmp... (cached) yes
                        checking for strncasecmp... yes
                        checking for strcasestr... yes
                        checking for setlocale... (cached) yes
                        checking langinfo.h usability... yes
                        checking langinfo.h presence... yes
                        checking for langinfo.h... yes
                        checking for nl_langinfo... yes
                        checking for nl_langinfo and CODESET... yes
                        checking for connect... yes
                        checking for send... yes
                        checking for gethostbyname... yes
                        checking for socklen_t... yes
                        checking for struct sockaddr_storage... yes
                        checking for library containing getaddrinfo... none required
                        checking for getnameinfo... yes
                        checking for gai_strerror... yes
                        checking for struct addrinfo... yes
                        checking for va_copy... yes
                        checking for __va_copy... yes
                        checking for inet_aton... yes
                        checking for getopt_long... yes
                        checking return type of signal handlers... void
                        checking for cos in -lm... yes
                        checking for pow in -lm... yes
                        checking for sqrt in -lm... yes
                        checking for ceil in -lm... yes
                        checking for sqrtf in -lmx... no
                        checking mach-o/dyld.h usability... no
                        checking mach-o/dyld.h presence... no
                        checking for mach-o/dyld.h... no
                        checking dl.h usability... no
                        checking dl.h presence... no
                        checking for dl.h... no
                        checking for shl_load... (cached) no
                        checking for dld_link in -ldld... no
                        checking image.h usability... no
                        checking image.h presence... no
                        checking for image.h... no
                        checking for load_add_on... no
                        checking for dlfcn.h... (cached) yes
                        checking sys/dl.h usability... no
                        checking sys/dl.h presence... no
                        checking for sys/dl.h... no
                        checking for dlopen... (cached) no
                        checking for dlopen in -ldl... (cached) yes
                        checking for main in -lpthread... yes
                        checking for cthread_fork in -lthreads... no
                        checking for sem_init in -lrt... yes
                        checking for nanosleep... yes
                        checking for pthread_cond_t in pthread.h... yes
                        checking for pthread_once in pthread.h... yes
                        checking for strncasecmp in strings.h... yes
                        checking signal.h usability... yes
                        checking signal.h presence... yes
                        checking for signal.h... yes
                        checking time.h usability... yes
                        checking time.h presence... yes
                        checking for time.h... yes
                        checking errno.h usability... yes
                        checking errno.h presence... yes
                        checking for errno.h... yes
                        checking for stdint.h... (cached) yes
                        checking stdbool.h usability... yes
                        checking stdbool.h presence... yes
                        checking for stdbool.h... yes
                        checking getopt.h usability... yes
                        checking getopt.h presence... yes
                        checking for getopt.h... yes
                        checking for strings.h... (cached) yes
                        checking for inttypes.h... (cached) yes
                        checking sys/int_types.h usability... no
                        checking sys/int_types.h presence... no
                        checking for sys/int_types.h... no
                        checking wchar.h usability... yes
                        checking wchar.h presence... yes
                        checking for wchar.h... yes
                        checking sys/sockio.h usability... no
                        checking sys/sockio.h presence... no
                        checking for sys/sockio.h... no
                        checking fcntl.h usability... yes
                        checking fcntl.h presence... yes
                        checking for fcntl.h... yes
                        checking for sys/types.h... (cached) yes
                        checking sys/time.h usability... yes
                        checking sys/time.h presence... yes
                        checking for sys/time.h... yes
                        checking sys/times.h usability... yes
                        checking sys/times.h presence... yes
                        checking for sys/times.h... yes
                        checking sys/ioctl.h usability... yes
                        checking sys/ioctl.h presence... yes
                        checking for sys/ioctl.h... yes
                        checking for sys/stat.h... (cached) yes
                        checking arpa/inet.h usability... yes
                        checking arpa/inet.h presence... yes
                        checking for arpa/inet.h... yes
                        checking net/if.h usability... yes
                        checking net/if.h presence... yes
                        checking for net/if.h... yes
                        checking netinet/in.h usability... yes
                        checking netinet/in.h presence... yes
                        checking for netinet/in.h... yes
                        checking sys/socket.h usability... yes
                        checking sys/socket.h presence... yes
                        checking for sys/socket.h... yes
                        checking machine/param.h usability... no
                        checking machine/param.h presence... no
                        checking for machine/param.h... no
                        checking sys/shm.h usability... yes
                        checking sys/shm.h presence... yes
                        checking for sys/shm.h... yes
                        checking linux/version.h usability... yes
                        checking linux/version.h presence... yes
                        checking for linux/version.h... yes
                        checking syslog.h usability... yes
                        checking syslog.h presence... yes
                        checking for syslog.h... yes
                        checking whether time.h and sys/time.h may both be included... yes
                        checking dirent.h usability... yes
                        checking dirent.h presence... yes
                        checking for dirent.h... yes
                        checking for nanosleep in time.h... yes
                        checking for timespec in sys/time.h... yes
                        checking cthreads.h usability... no
                        checking cthreads.h presence... no
                        checking for cthreads.h... no
                        checking pthread.h usability... yes
                        checking pthread.h presence... yes
                        checking for pthread.h... yes
                        checking kernel/scheduler.h usability... no
                        checking kernel/scheduler.h presence... no
                        checking for kernel/scheduler.h... no
                        checking kernel/OS.h usability... no
                        checking kernel/OS.h presence... no
                        checking for kernel/OS.h... no
                        checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
                        checking for gethostbyname... (cached) yes
                        checking for connect... (cached) yes
                        checking for remove... yes
                        checking for shmat... yes
                        checking for IceConnectionNumber in -lICE... yes
                        checking for pkg-config... /usr/bin/pkg-config
                        checking pkg-config is at least version 0.9.0... yes
                        checking for HAL_CFLAGS...
                        checking for HAL_LIBS...
                        checking for HAL_CFLAGS...
                        checking for HAL_LIBS...
                        checking for ntohl in sys/param.h... no
                        checking if $CC accepts -Wall... yes
                        checking if $CC accepts -Wconversion... yes
                        checking if $CC accepts -Wunreachable-code... yes
                        checking if $CC accepts -Wsign-compare... yes
                        checking if $CC accepts -pipe... yes
                        checking if $CC accepts -Os... yes
                        checking if $CC accepts -O3... yes
                        checking if $CC accepts -O2... yes
                        checking if $CC accepts -ffast-math... yes
                        checking if $CC accepts -funroll-loops... yes
                        checking if $CC accepts -fomit-frame-pointer... yes
                        checking if $CC accepts -mdynamic-no-pic... no
                        checking if $CC accepts -bundle -undefined error... no
                        checking if $CC accepts -shared... yes
                        checking for variadic cpp macros... yes
                        checking __attribute__ ((aligned ())) support... 64
                        checking __attribute__ ((format ())) support with function pointers... yes
                        checking for __attribute__((packed))... yes
                        checking if $CC groks MMX inline assembly... yes
                        checking if $CC groks MMX intrinsics... yes
                        checking if $CC groks MMX EXT inline assembly... yes
                        checking if $CC groks 3D Now! inline assembly... yes
                        checking if $CC groks SSE inline assembly... yes
                        checking if $CC groks AltiVec inline assembly... no
                        checking if $CC groks AltiVec C extensions... no
                        checking altivec.h usability... no
                        checking altivec.h presence... no
                        checking for altivec.h... no
                        checking if linker needs -framework vecLib... no
                        checking whether gcc accepts -mtune=pentium2... yes
                        checking dvdread/dvd_reader.h usability... no
                        checking dvdread/dvd_reader.h presence... no
                        checking for dvdread/dvd_reader.h... no
                        checking for dvdnav-config... no
                        checking libsmbclient.h usability... yes
                        checking libsmbclient.h presence... yes
                        checking for libsmbclient.h... yes
                        checking for struct _SMBCCTX.close_fn... no
                        checking for dvbpsi/dr.h... no
                        checking for dvbpsi_GenSDTSections in -ldvbpsi... no
                        checking for GNOMEVFS_CFLAGS...
                        checking for GNOMEVFS_LIBS...
                        checking for LIBCDIO_CFLAGS...
                        checking for LIBCDIO_LIBS...
                        checking for VCDINFO_CFLAGS...
                        checking for VCDINFO_LIBS...
                        checking for cdrom_msf0 in linux/cdrom.h... yes
                        checking for scsireq in sys/scsiio.h... no
                        checking for ioc_toc_header in sys/cdio.h... no
                        checking for LIBCDDB_CFLAGS...
                        checking for LIBCDDB_LIBS...
                        checking X11/Xlib.h usability... yes
                        checking X11/Xlib.h presence... yes
                        checking for X11/Xlib.h... yes
                        checking for inet_pton... yes
                        checking for sockaddr_in6 in netinet/in.h... yes
                        checking ogg/ogg.h usability... yes
                        checking ogg/ogg.h presence... yes
                        checking for ogg/ogg.h... yes
                        checking for oggpack_read in -logg... yes
                        checking ebml/EbmlVersion.h usability... no
                        checking ebml/EbmlVersion.h presence... no
                        checking for ebml/EbmlVersion.h... no
                        checking libmodplug/modplug.h usability... no
                        checking libmodplug/modplug.h presence... no
                        checking for libmodplug/modplug.h... no
                        checking mpcdec/mpcdec.h usability... no
                        checking mpcdec/mpcdec.h presence... no
                        checking for mpcdec/mpcdec.h... no
                        checking mad.h usability... no
                        checking mad.h presence... no
                        checking for mad.h... no


                        Merci d'avance ;)
                        Tchaw :)
                        • Partager sur Facebook
                        • Partager sur Twitter
                          23 novembre 2006 à 21:07:31

                          Bon, globalement, il manque beaucoup de dépendance (je ne saurais pas te dire lesquelles exactement, mais y'en a pas mal :-° ).
                          En fait, il va falloir tout installer à la main...
                          Si tu a le courage de le faire, je veux bien t'expliquer ('fin essayer ^^ ) comment.
                          Mais si tu veux pas, bah tant pis.
                          J'attend donc ta réponse pour te guider ou non à travers les délices de l'installation des dépendances à la main o_O
                          • Partager sur Facebook
                          • Partager sur Twitter
                            23 novembre 2006 à 22:17:29

                            euuuh :euh:

                            Tous les no faut les compiler un par un ? o_O

                            Dans ce cas je vais rester avec VLC sous Wine si c'est si complexe...

                            Merci de ta proposition, oui je veux bien, mais je promet rien :/

                            Merci
                            Tchaw ;)
                            • Partager sur Facebook
                            • Partager sur Twitter
                            Anonyme
                              23 novembre 2006 à 22:31:41

                              Je pense d'une part que tu devrais mettre ta distro à jour, car si VLC n'est pas dans les packages de la Core 6, honte à Red Hat !

                              D'autre part, il semble nécessaire que tu rajoutes des sources à YUM, avec FreshRPM par exemple.

                              En tout cas, je ne sais pas de la compilation ou de l'émulation, ce qui est le plus... inapproprié. C'est comme si on commençait par le moins évident et qu'on passait à la trappe les solutions basiques.
                              Aaah... si Bluestorm voyait ça, il s'en arracherait les cheveux !
                              • Partager sur Facebook
                              • Partager sur Twitter

                              Problème d'installation de VLC sous linux.

                              × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
                              × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
                              • Editeur
                              • Markdown