Le Forum Non Officiel de la DEDIBOX
Vous n'êtes pas identifié.
Pages: 1
Salut à tous,
je peine à installer mediabox404 avec php5 et mysql5... Est ce que quelqu'un a réussi cette opération ? car je me prends plein d'erreur dans la vue...
Voici pour la partie scheduler
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 a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for sys/wait.h that is POSIX.1 compatible... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for vsnprintf... yes
checking for setsid... yes
checking for setlinebuf... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for xml2-config... xml2-config
checking mysql/mysql.h usability... no
checking mysql/mysql.h presence... no
checking for mysql/mysql.h... no
make all-recursive
make[1]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
Making all in src
make[2]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404/src »
make[3]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
make[3]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 -g -O2 -Wall -MT scheduler404.o -MD -MP -MF ".deps/scheduler404.Tpo" -c -o scheduler404.o sched
uler404.c; \
then mv -f ".deps/scheduler404.Tpo" ".deps/scheduler404.Po"; else rm -f ".deps/scheduler404.Tpo"; exit 1; fi
make[2]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404/src »
make[1]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
make all-recursive
make[1]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
Making all in src
make[2]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404/src »
make[3]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
make[3]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 -g -O2 -Wall -MT scheduler404.o -MD -MP -MF ".deps/scheduler404.Tpo" -c -o scheduler404.o sched
uler404.c; \
then mv -f ".deps/scheduler404.Tpo" ".deps/scheduler404.Po"; else rm -f ".deps/scheduler404.Tpo"; exit 1; fi
make[2]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404/src »
make[1]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »Et pour la partie stream404 :
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 a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for sys/wait.h that is POSIX.1 compatible... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for vsnprintf... yes
checking for setsid... yes
checking for setlinebuf... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for xml2-config... xml2-config
checking mysql/mysql.h usability... no
checking mysql/mysql.h presence... no
checking for mysql/mysql.h... no
make all-recursive
make[1]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
Making all in src
make[2]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404/src »
make[3]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
make[3]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 -g -O2 -Wall -MT scheduler404.o -MD -MP -MF ".deps/scheduler404.Tpo" -c -o scheduler404.o sched
uler404.c; \
then mv -f ".deps/scheduler404.Tpo" ".deps/scheduler404.Po"; else rm -f ".deps/scheduler404.Tpo"; exit 1; fi
make[2]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404/src »
make[1]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
make all-recursive
make[1]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
Making all in src
make[2]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404/src »
make[3]: entrant dans le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
make[3]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 -g -O2 -Wall -MT scheduler404.o -MD -MP -MF ".deps/scheduler404.Tpo" -c -o scheduler404.o sched
uler404.c; \
then mv -f ".deps/scheduler404.Tpo" ".deps/scheduler404.Po"; else rm -f ".deps/scheduler404.Tpo"; exit 1; fi
make[2]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404/src »
make[1]: quittant le répertoire « /root/mediabox404-1.69_alpha/scheduler404 »Quelqu'un voit une solution ?
Persi j'arrive pas a trouver d'autant plus que je suis sous php5 et mysql5....
En tout cas merci pour vos remarques et suggestions ![]()
Hors ligne
MadStef a écrit:
C'est, du moins pour l'instant, pas supporté...
Existe-t-il un &quivalent a ce logiciel libre ? Car celui-ci avait l'air pas mal du tout... Et sinon pour contourner le problème est-il possible de faire coéxister php4 avec php5 et mysql4 avec mysql5 (si on change de port)....
Hors ligne
J'ai beaucoup cherché un logiciel de streaming et j'ai trouvé que mediabox404, malheureusement son installation est compliquée (ou peut etre c'est moi qui est compliqué
). il faut noter que ce logiciel est en version béta.
Dernière modification par Nabil (2008-05-07 15:58:29)
Hors ligne
Nabil a écrit:
J'ai beaucoup cherché un logiciel de streaming et j'ai trouvé que mediabox404, malheureusement son installation est compliquée (ou peut etre c'est moi qui est compliqué
). il faut noter que ce logiciel est en version béta.
je te rassure ce n'est pas toi qui est compliqué pour l'installation de ediabox404... Mais j'attends une version stable en php 5 et mysql 5... En attendant j'utilise mon pc perso avec le bon vieux sambroadcast.
Au passage c'est mon post #100 ça se fête ^^ pour la peine champagne pour tout le monde, je suis généreux hein ? ![]()
Mais bon je ne sais quand mee pas quoi utiliser car, le pc chauffe et consomme pour rien..... enfin bon, on va bien voir, soyons patients.
Dernière modification par cyrilpop (2008-05-26 14:47:03)
Hors ligne
Salut salut, je relance un peu le sujet, juste pour indiquer que les sources qui se trouvent dans le branch pear-graph_live-multi-next_doxygen compilent avec php5 et mysql5 en tout cas sur gentoo. Maintenant, je ne sais pas si elles sont encore stables... Voila.
A++.
Dernière modification par Picolo (2008-06-30 12:34:08)
Hors ligne
Pages: 1