Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (80)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (9966)

  • Anomalie #2795 (Nouveau) : visiteur ne peut devenir auteur

    14 juillet 2012, par dani-belvil-net -

    J’ai un site (uruguayos.fr) qui accepte les visiteurs et l’inscription d’auteurs. Si une personne s’inscrit comme visiteur (par un commentaire de forum, par expemple), et ensuite, un jour essaie de devenit auteur en s’inscrivant dans #FORMUAIRE_INSCRIPTION, le site lui répondra qu’elle est déjà (...)

  • How to compile ffmpeg for Windows statically with MSYS2 environment ?

    17 janvier 2024, par username

    I want to build myself standalone statically linked ffmpeg binaries for Windows from official git source code with MSYS2 environment tools. But every time I get .exe file dynamically linked to mingw libraries that crashes with "The application was unable to start correctly (0xc000007b)" error even if I put required libbz2-1.dll, libiconv-2.dll and libwinpthread-1.dll libraries in it's folder.

    



    I'm running MSYS2 environment with

    



    msys2_shell.cmd -mingw64


    



    line, and use mingw64/mingw-w64-x86_64-gcc 8.2.1+20181214-1 compiler package. Then I run ./configure with

    



    ./configure --pkg-config-flags=--static --disable-shared --enable-static


    



    line - the best options I have googled at all my efforts. Then proceed with general

    



    make
make install


    



    sequence.

    



    As a result, I get binaries that run smoothly in MSYS2 environment itself, but when I run it from host Windows explorer or cmd, first of all it ask for libbz2-1.dll, libiconv-2.dll and libwinpthread-1.dll libraries and when I put them in binaries' folder, they crash with "The application was unable to start correctly (0xc000007b)" error.

    



    I've asked about this case at official https://ffmpeg.zeranoe.com/forum/viewtopic.php?f=5&t=6439 forum but still have no response for already 5 days.

    



    Regarding dynamic linking libraries somehow I got bandaid solution with removing *.dll.a files from mingw64\x86_64-w64-mingw32\lib folder. But it looks not very clean for me. I wish to know if it is possible to do static linkage with some compiler/make/linker parameters or with editing ./configure or Makefile files somehow ?

    



    Also 0xc000007b error still remaining.

    



    I've managed to have desired result with media-autobuild_suite based on the same MSYS2 environment, so I know it is possible to do this somehow. But I'm very new to all this *nix things so don't understand it's bash script at all, not to mention it is pretty sophisticated by itself. The only thing I see it's producing correct ffmpeg executables running under native Windows environment not requiring dlls listed above.

    



    According to all guides in internet I found at the moment, I should get standalone Windows executables with this toolset, but it just don't work and I'm stuck. Please, help.

    


  • Révision 18539 : Ca devrait être plus sympa de se connecter à SPIP depuis un smartphone ;)

    17 septembre 2011, par tetue -

    Habillage des popup restées nues ; et des fenêtres en petite largeur, dont navigateurs mobiles, à l’aide de règles CSS media query

    Bouton pour fermer la fenêtre

    Et finalement, suppression des popup du formulaire de forum sur abonnement et de la page de login. Ce qui résoud (...)