DEDIBOX-NEWS.COM

Le Forum Non Officiel de la DEDIBOX

Vous n'êtes pas identifié.

#1 2008-04-26 18:37:26

cyrilpop
Jeidi
Date d'inscription: 2008-04-09
Messages: 158

mediabox404 avec mysql5 et php5 ?

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

Code:

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 :

Code:

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 smile

Hors ligne

 

#2 2008-04-28 11:23:36

MadStef
Membres d'honneurs
Date d'inscription: 2006-05-19
Messages: 1544
Site web

Re: mediabox404 avec mysql5 et php5 ?

C'est, du moins pour l'instant, pas supporté...


http://www.rockandtroll.com/ban-rt1.png
La webradio Hard Rock/Heavy Metal old school...

Hors ligne

 

#3 2008-04-28 17:30:44

cyrilpop
Jeidi
Date d'inscription: 2008-04-09
Messages: 158

Re: mediabox404 avec mysql5 et php5 ?

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

 

#4 2008-04-29 15:37:38

MadStef
Membres d'honneurs
Date d'inscription: 2006-05-19
Messages: 1544
Site web

Re: mediabox404 avec mysql5 et php5 ?

liquidsoap, somasuite...
Pour la cohabitation... oui pour mysql. php, j'sais pas trop mais je suppose


http://www.rockandtroll.com/ban-rt1.png
La webradio Hard Rock/Heavy Metal old school...

Hors ligne

 

#5 2008-05-07 15:58:07

Nabil
Membre
Date d'inscription: 2007-04-03
Messages: 18

Re: mediabox404 avec mysql5 et php5 ?

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é tongue). il faut noter que ce logiciel est en version béta.

Dernière modification par Nabil (2008-05-07 15:58:29)

Hors ligne

 

#6 2008-05-26 14:46:18

cyrilpop
Jeidi
Date d'inscription: 2008-04-09
Messages: 158

Re: mediabox404 avec mysql5 et php5 ?

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é tongue). 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 ? wink


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

 

#7 2008-05-27 11:20:20

MadStef
Membres d'honneurs
Date d'inscription: 2006-05-19
Messages: 1544
Site web

Re: mediabox404 avec mysql5 et php5 ?

Ben je crois qu'il va falloir attendre encore, le site mediabox404 ne repond plus... Dawar, si tu passes par la...


http://www.rockandtroll.com/ban-rt1.png
La webradio Hard Rock/Heavy Metal old school...

Hors ligne

 

#8 2008-06-30 12:33:08

Picolo
Je débarque
Date d'inscription: 2008-06-30
Messages: 1

Re: mediabox404 avec mysql5 et php5 ?

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

 

Pied de page des forums

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson