
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (24)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (6925)
-
Anomalie #3406 (Nouveau) : Notice spip_loader
8 mars 2015, par Franck DalotDans spip_loader 2.5.3
php 5.6.6
prefix des tables : spipdev22
SPIP 3.1.0-alpha [21929]Notice : Constant _SPIP_LOADER_UPDATE_AUTEURS already defined in /.../spip3/spipdev22/spip_loader.php on line 708
Notice : Undefined variable : lang in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 503
Notice : Undefined index : gz in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 464
Notice : Undefined index : gz in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 464
Notice : Undefined index : dest in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 961
Notice : Undefined index : chemin in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 962
Notice : Undefined index : etape in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 966
Notice : Undefined index : range in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 966
Notice : Undefined index : gz in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 464
Notice : Undefined index : spip.0 in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 834
Notice : Undefined index : gz in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 464 -
How to configure linking so that compiled binary finds libraries ?
5 octobre 2015, par Jean JordaanI’m compiling
ffmpeg
. Configuration :--prefix=/home/john/zope/engage/zeocluster/ffmpeg/parts/ffmpeg-build
--extra-cflags='-I/home/john/zope/engage/zeocluster/ffmpeg/parts/x264-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/ogg-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/theora-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/lame-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/faac-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/faad-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/vpx-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/vorbis-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/ffmpeg-build/include'
--extra-ldflags='-L/home/john/zope/engage/zeocluster/ffmpeg/parts/x264-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/ogg-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/theora-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/lame-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/faac-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/faad-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/vpx-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/vorbis-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/ffmpeg-build/lib'The build completes fine, and
LD_LIBRARY_PATH=./parts/ffmpeg-build/lib:./parts/x264-build/lib ./parts/ffmpeg-build/bin/ffmpeg
runs the binary.Why is that
LD_LIBRARY_PATH
necessary ? Didn’t I already tell the compiler to link against these libraries ? -
Access to folders on Ubuntu-based Rails server (keep getting "No such file..")
13 avril 2012, par StpnI am setting up Rails+ffmpeg on Ubuntu and I keep getting
Errno::ENOENT
No such file or directory..The setup is as follows :
/home/username/RailsApp
/home/username/videos/I am trying to run ffmpeg to write to /home/username/videos and I used "/home/username/videos/" and " /videos/" but no luck..
What am I missing ?
"www-data" user is included in "username" group..
Rails app works fine otherwise..
Any input greatly appreciated !
Thanks !