Formation Google AnalyticsSavez-vous bien utiliser les outils de mesure d'audience ?
Effectuez-vous un calcul de ROI (Retour sur investissement) pour savoir comment améliorer vos campagnes emarketing ?
Savez-vous utiliser les bons outils pour booster votre taux de transformation ?
La formation Web Analytics de Ranking Metrics, présentée par un expert reconnu officiellement par Google Analytics, vous apportera les réponses à toutes vos questions !
===> Informations et inscriptions.

ffmpeg installation ?

Aller à la page Précédente  1, 2, 3, 4  Suivante
Poster un nouveau sujet Imprimer cette discussion    Forum -> Développement d'un site Web   Les dernières discussions de ce forum sont disponibles au format RSS
Voir le sujet précédent :: Voir le sujet suivant  
Auteur Message
 
maddanny
WRInaute impliqué
WRInaute impliqué

Inscrit le: 23 Mar 2005
Messages: 279

URL permanente de ce messagePosté le : Mar Oct 02, 2007 16:37    Sujet du message: ffmpeg installation ?

ubert a écrit:
Désolé maddany, mais tu remarqueras que tu n'apporte rien à la discution, qui sans toi a plus que bien avancé . . .
Fuck a duck and try to fly Smile


Dixit quelqu'un qui veut entrer du code shell dans une page php ...

MADdanny
 
maddanny
ubert
Nouveau WRInaute

Inscrit le: 01 Oct 2007
Messages: 15

URL permanente de ce messagePosté le : Mar Oct 02, 2007 16:48    Sujet du message: ffmpeg installation ?

Ayé, j'ai fini et réussi, merci à tous et à toutes, pour cet apprentissage Smile
Maddanny, t'as pas envie d'aller faire un démineur plutot ?
 
ubert
ubert
Nouveau WRInaute

Inscrit le: 01 Oct 2007
Messages: 15

URL permanente de ce messagePosté le : Mar Oct 02, 2007 16:51    Sujet du message: ffmpeg installation ?

ubert a écrit:
Ayé, j'ai fini et réussi, merci à tous et à toutes, pour cet apprentissage Smile
Maddanny, t'as pas envie d'aller faire un démineur plutot ?
Sache pour info, qu'on peut inclure une commande dans une page PHP ........
exemple : exec("wget http://www.patati_et_patata"); qui fonctionne très bien.
Tu l'as lu ton bouquin ?
 
ubert
maddanny
WRInaute impliqué
WRInaute impliqué

Inscrit le: 23 Mar 2005
Messages: 279

URL permanente de ce messagePosté le : Mar Oct 02, 2007 17:28    Sujet du message: ffmpeg installation ?

Bouarf.
 
maddanny
Morph1er
WRInaute impliqué
WRInaute impliqué

Inscrit le: 07 Juil 2004
Messages: 307

URL permanente de ce messagePosté le : Mar Oct 02, 2007 23:46    Sujet du message: ffmpeg installation ?

ubert a écrit:
ubert a écrit:
Ayé, j'ai fini et réussi, merci à tous et à toutes, pour cet apprentissage Smile
Maddanny, t'as pas envie d'aller faire un démineur plutot ?
Sache pour info, qu'on peut inclure une commande dans une page PHP ........
exemple : exec("wget http://www.patati_et_patata"); qui fonctionne très bien.
Tu l'as lu ton bouquin ?

Troll spotted Rolling Eyes
 
Morph1er Visiter le site web du posteur
allserv
Nouveau WRInaute

Inscrit le: 23 Mai 2005
Messages: 20

URL permanente de ce messagePosté le : Mar Nov 06, 2007 18:09    Sujet du message: ffmpeg installation ?

keitboor >> Je viens d'essayer de lancer l'installation de libogg sur serveur dedié chez 1and1 (fedora) et j'ai une erreur de ce type :

configure: error: C++ preprocessor "/lib/cpp" fails sanity check

J'ai parcouru pas mal de forum pour essayer de trouver la solution mais en vain.
J'ai fait plusieurs installations : yum install gcc, yum install cpp, yum install glibc mais rien n'y fait.

Je prefère vous prévenir que je ne suis pas un pro de linux.

Merci d'avance a ceux qui pourront m'aider

Louis
 
allserv
fandecine
Modérateur
Modérateur

Inscrit le: 02 Avr 2005
Messages: 1455
Localisation: Béarn

URL permanente de ce messagePosté le : Mar Nov 06, 2007 20:21    Sujet du message: ffmpeg installation ?

installe g++ Wink
 
fandecine Visiter le site web du posteur
allserv
Nouveau WRInaute

Inscrit le: 23 Mai 2005
Messages: 20

URL permanente de ce messagePosté le : Mar Nov 06, 2007 21:00    Sujet du message: ffmpeg installation ?

Beh je l'avais deja fait mais c'est toujours pareil Sad
Je viens de le refaire :
Code:

 yum install g++
Setting up Install Process
Setting up repositories
core                      100% |=========================| 1.1 kB    00:00
updates-released          100% |=========================| 1.2 kB    00:00
extras                    100% |=========================| 1.1 kB    00:00
updates                   100% |=========================| 1.2 kB    00:00
base                      100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do


et quand j'essaye d'installer libogg j'obtiens ceci :
Code:


./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... //bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.



Je comprends pas Sad

Merci d'avance pour votre aide
 
allserv
fandecine
Modérateur
Modérateur

Inscrit le: 02 Avr 2005
Messages: 1455
Localisation: Béarn

URL permanente de ce messagePosté le : Mar Nov 06, 2007 21:10    Sujet du message: ffmpeg installation ?

Code:
checking for g++... no


ton problème vient de là, il ne trouve pas g++ !

Cherche ou est installe g++.

Sinon, peut-on voir le fichier log ?
 
fandecine Visiter le site web du posteur
allserv
Nouveau WRInaute

Inscrit le: 23 Mai 2005
Messages: 20

URL permanente de ce messagePosté le : Mar Nov 06, 2007 23:42    Sujet du message: ffmpeg installation ?

Voici le config.log :

Code:

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=//bin/sed
lt_cv_prog_gnu_ld=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /var/www/vhosts/tezamis.com/private/ffmpeg/libogg-1.1.3/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /var/www/vhosts/tezamis.com/private/ffmpeg/libogg-1.1.3/missing --run tar'
AR=''
AUTOCONF='${SHELL} /var/www/vhosts/tezamis.com/private/ffmpeg/libogg-1.1.3/missing --run autoconf'
AUTOHEADER='${SHELL} /var/www/vhosts/tezamis.com/private/ffmpeg/libogg-1.1.3/missing --run autoheader'
AUTOMAKE='${SHELL} /var/www/vhosts/tezamis.com/private/ffmpeg/libogg-1.1.3/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEBUG=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIB_AGE='5'
LIB_CURRENT='5'
LIB_REVISION='3'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /var/www/vhosts/tezamis.com/private/ffmpeg/libogg-1.1.3/missing --run makeinfo'
OBJEXT='o'
OPT=''
PACKAGE='libogg'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PROFILE=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
SIZE16=''
SIZE32=''
SIZE64=''
STRIP=''
USIZE16=''
USIZE32=''
VERSION='1.1.3'
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/var/www/vhosts/tezamis.com/private/ffmpeg/libogg-1.1.3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "libogg"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.1.3"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1


QUand je fais un whereis g++ j'ai rien :

Code:
whereis g++
g++:


Désolé encore pour mes questions qui vous paraissent peut être idiotes :-\

Merci de ton aide
 
allserv
fandecine
Modérateur
Modérateur

Inscrit le: 02 Avr 2005
Messages: 1455
Localisation: Béarn

URL permanente de ce messagePosté le : Mer Nov 07, 2007 0:02    Sujet du message: ffmpeg installation ?

et en faisant which g++ , tu obtiens quoi ?

Sinon regarde sous /usr/bin/ si tu trouve quelque chose du type g++-x.x

Si ça existe, crée un raccourci vers ce ficheir et appelle le /usr/bin/g++ et ça devrait marcher.
 
fandecine Visiter le site web du posteur
allserv
Nouveau WRInaute

Inscrit le: 23 Mai 2005
Messages: 20

URL permanente de ce messagePosté le : Mer Nov 07, 2007 11:37    Sujet du message: ffmpeg installation ?

En faisant un which g++ j'obtiens :

Code:
 which g++
/usr/bin/which: no g++ in (//sbin://bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)


En faisant un yum install g++ j'otbiens :

Code:
yum install g++
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do



Comment faire pour savoir si g++ est disponible dans les sources ? Quelqu'un aurait un lien vers le rpm directement ?

Merci d'avance
 
allserv
fandecine
Modérateur
Modérateur

Inscrit le: 02 Avr 2005
Messages: 1455
Localisation: Béarn

URL permanente de ce messagePosté le : Mer Nov 07, 2007 12:03    Sujet du message: ffmpeg installation ?

regarde sous /usr/bin/ si tu trouve quelque chose du type g++-x.x

Si ça existe, crée un raccourci vers ce ficheir et appelle le /usr/bin/g++ et ça devrait marcher.
 
fandecine Visiter le site web du posteur
allserv
Nouveau WRInaute

Inscrit le: 23 Mai 2005
Messages: 20

URL permanente de ce messagePosté le : Mer Nov 07, 2007 13:49    Sujet du message: ffmpeg installation ?

Non je n'ai rien du tout dans /usr/bin du type g++.

COmment je peux faire ? Sad
 
allserv
allserv
Nouveau WRInaute

Inscrit le: 23 Mai 2005
Messages: 20

URL permanente de ce messagePosté le : Mer Nov 07, 2007 15:16    Sujet du message: ffmpeg installation ?

En fait c'est bon j'ai enfin reussi avec un yum installgcc-c++.

Merci de ton aide
 
allserv
 
Montrer les messages depuis:   
Revenir en haut    Forum -> Développement d'un site Web Toutes les heures sont au format GMT + 2 Heures
Page 2 sur 4 - Aller à la page Précédente  1, 2, 3, 4  Suivante
Connexion
Nom d'utilisateur:    Mot de passe:      Se connecter automatiquement à chaque visite    

CLIQUEZ ICI pour vous inscrire à WebRankInfo (forum, annuaire, outils...)

Connexion

© 2001-2005 phpBB Group, support français
Personnalisation : WebRankInfo ™


 ODP  Firefox  Alsacreations  annuaire webmaster Yagoort