
Recherche avancée
Autres articles (47)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo 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 (...)
Sur d’autres sites (5962)
-
Refactored last merge and updated version number.
26 août 2012, par Sebastian Tschanm js/jquery.fileupload.js Refactored last merge and updated version number.
-
Update max number of files when removing a file without specifying a url.
31 août 2011, par Patrick Reinerm jquery.fileupload-ui.js Update max number of files when removing a file without specifying a url.
-
problem with linking macos library - version number on wrong place
21 novembre 2019, par freedevThis is it seems a stupid problem.
Basically I’m building a python wheel, I have everything and the build already works on linux.
But when I’m trying to build on macos I have this strange error :*** No rule to make target `/usr/local/Cellar/ffmpeg/4.2.1_2/lib/libavutil.dylib.56’
Looking at /usr/local/Cellar/ffmpeg/4.2.1_2/lib/ I see exists a file named :
/usr/local/Cellar/ffmpeg/4.2.1_2/lib/libavutil.56.dylib
You see, the difference is only in the name. The former has the number at end, the latter has the number in the middle.
If I create a symbolic link from libavutil.56.dylib to libavutil.dylib.56 the linking complete successfully.
Does anyone know why this is happening and how to solve this problem ?