 |
Your forum announcement here! |
|
 |

02-07-2009, 16:09
|
|
new member
|
|
Join Date: Jul 2009
Posts: 3
|
|
I tried all the three ffmpeg installer but the result is same:
Code:
Installation of MPlayer-1.0rc1.tar.bz2 ....... started
--14:34:14-- http://downloads.sherin.in/sources/MPlayer-1.0rc1.tar.bz2
Resolving downloads.sherin.in... 82.98.86.168
Connecting to downloads.sherin.in|82.98.86.168|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `MPlayer-1.0rc1.tar.bz2'
[ <=> ] 52,841 --.-K/s in 0.04s
14:34:15 (1.41 MB/s) - `MPlayer-1.0rc1.tar.bz2' saved [52841]
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors
mplayer.sh: line 35: cd: MPlayer-1.0rc1/: No such file or directory
mplayer.sh: line 36: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
cp: cannot stat `etc/codecs.conf': No such file or directory
Installation of MPlayer-1.0rc1.tar.bz2 ....... Completed
Mplayer installation Failed :( , please visit the forum
Will you plz suggest me what to do now??
Thanks nd Regards
Naved Mohammad
|

03-07-2009, 07:46
|
|
new member
|
|
Join Date: Jul 2009
Posts: 3
|
|
Quote:
Originally Posted by vzAddict
Hello,
I would suggest you to disable "rpmforge" repository for YUM and try to install subversion using default OS repository.
|
hi there...
Tanx vz for rply..See i am the newbee to the linux that means i don't know much abt the linux rpmforge and all these stuff!!!
Will you tell me the procedure or commands to do that?
|

11-07-2009, 06:39
|
 |
System Administrator(eUKhost.com)
|
|
Join Date: Mar 2007
Location: Planet Earth
Posts: 160
|
|
Hello,
REPO files on Linux are stored in /etc/yum.repo/ Directory and you can remove the RPMFORGE Repos from there. Can you please let me know the OS which is installed on your Server so that I can provide you the exact steps?
|

17-07-2009, 08:19
|
|
new member
|
|
Join Date: Jul 2009
Posts: 2
|
|
Quote:
Originally Posted by jonty31
MPLAYER
cd /usr/local/src/
cd /usr/local/src/mplayer
./configure && make && make install
I am getting error after running above command..
error is :
libmpdemux/demux_lavf.c:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mp_seek'
libmpdemux/demux_lavf.c: In function 'lavf_check_preferred_file':
libmpdemux/demux_lavf.c:190: warning: initialization from incompatible pointer type
libmpdemux/demux_lavf.c: In function 'demux_open_lavf':
libmpdemux/demux_lavf.c:464: error: 'mp_seek' undeclared (first use in this function)
libmpdemux/demux_lavf.c:464: error: (Each undeclared identifier is reported only once
libmpdemux/demux_lavf.c:464: error: for each function it appears in.)
make: *** [libmpdemux/demux_lavf.o] Error 1
cd /usr/local/src/
|
after the following command:
#svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
type this:
cd /usr/local/src/mplayer
svn update
you will resolved the problem
|

17-07-2009, 08:23
|
|
new member
|
|
Join Date: Jul 2009
Posts: 2
|
|
Quote:
Originally Posted by doncamillo
FLVTOOL2
cd /usr/local/src/ .................................................. ....OK
cd /usr/local/src/flvtool2_1.0.5_rc6/...........................OK
ruby setup.rb config..........................................-bash: ruby: command not found
I think it is a simple problem but i dont have any idea why this command doesnt work. All the other steps was allright
I need help about this command
TNX
|
#yum install ruby
|

18-07-2009, 18:02
|
 |
Technical Support (eUKhost.com)
|
|
Join Date: Oct 2006
Location: localhost
Posts: 3,356
|
|
Thanks for your input..
|

31-08-2009, 20:21
|
|
new member
|
|
Join Date: Aug 2009
Posts: 8
|
|
Need help
I have got a problem while i used the command ./configure --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared .... it says that libvorbis not found even i install that... any help is really appreciate it.
[root@server ffmpeg]# ./configure --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared
ERROR: libvorbis not found
If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.err" produced by configure as this will help
solving the problem.
[root@server ffmpeg]#
|

31-08-2009, 21:11
|
 |
System Administrator(eUKhost.com)
|
|
Join Date: Mar 2007
Location: Planet Earth
Posts: 160
|
|
Quote:
Originally Posted by a_arian
I have got a problem while i used the command ./configure --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared .... it says that libvorbis not found even i install that... any help is really appreciate it.
|
It seems that libvorbis is not properly complied, please try following commands before compiling FFMPEG
|

31-08-2009, 21:18
|
|
new member
|
|
Join Date: Aug 2009
Posts: 8
|
|
hi
Still the same msg .... can u do me a FAV to install all these modules on my vps ... if i provide you the access ?
|

31-08-2009, 22:49
|
|
new member
|
|
Join Date: Aug 2009
Posts: 8
|
|
when i install again it come this .... when i type make it give me error
[root@server libogg-1.1.3]# ./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... i686-pc-linux-gnu
checking host system type... i686-pc-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.
[root@server libogg-1.1.3]# make
make: *** No targets specified and no makefile found. Stop.
|

01-09-2009, 01:16
|
|
new member
|
|
Join Date: Aug 2009
Posts: 8
|
|
i found the error
well i found the error that is why the configure of ffmpeg is not running ---> ./configure --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared
here is the error log
[root@server src]# cd /usr/local/src/libvorbis-1.2.3
[root@server libvorbis-1.2.3]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... //bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking for a sed that does not truncate output... //bin/sed
checking for grep that handles long lines and -e... //bin/grep
checking for egrep... //bin/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 recognize dependent libraries... pass_all
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.exe... 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 for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking whether gcc and cc understand -c and -o together... yes
checking GCC version... 4.1.2
checking if gcc accepts -Wdeclaration-after-statement... yes
checking for memory.h... (cached) yes
checking for cos in -lm... yes
checking for pthread_create in -lpthread... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OGG... no
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed.
configure: error: must have Ogg installed!
Last edited by a_arian; 01-09-2009 at 01:21.
Reason: log
|

01-09-2009, 02:43
|
 |
Technical Support (eUKhost.com)
|
|
Join Date: Oct 2006
Location: localhost
Posts: 3,356
|
|
Quote:
Originally Posted by a_arian
Still the same msg .... can u do me a FAV to install all these modules on my vps ... if i provide you the access ?
|
Hi,
Yes, please open up a ticket with our VPS support dept to get the FFMPEG modules installed on your VPS. I'd be our pleasure to do that for you
|

01-09-2009, 03:07
|
|
new member
|
|
Join Date: Aug 2009
Posts: 8
|
|
Quote:
Originally Posted by Rock
Hi,
Yes, please open up a ticket with our VPS support dept to get the FFMPEG modules installed on your VPS. I'd be our pleasure to do that for you 
|
Well my VPS is not hosted with UK web hosting company still is it possible to get support from this source ?
|

01-09-2009, 06:50
|
 |
Technical Support (eUKhost.com)
|
|
Join Date: Oct 2006
Location: localhost
Posts: 3,356
|
|
Quote:
Originally Posted by a_arian
Well my VPS is not hosted with UK web hosting company still is it possible to get support from this source ?
|
Yes, you can send an email to vps @ eukhost.com or PM me with the details & we'll take a further look into it..
|

01-09-2009, 07:07
|
|
new member
|
|
Join Date: Aug 2009
Posts: 8
|
|
Hi
Rock did you get my pm ? i sent you the details of vps
|

01-09-2009, 20:44
|
 |
Technical Support (eUKhost.com)
|
|
Join Date: Oct 2006
Location: localhost
Posts: 3,356
|
|
Quote:
Originally Posted by a_arian
Rock did you get my pm ? i sent you the details of vps
|
Yes, I've them now.. will update you once completed..
|

02-09-2009, 00:56
|
 |
Technical Support (eUKhost.com)
|
|
Join Date: Oct 2006
Location: localhost
Posts: 3,356
|
|
Hi,
FFMPEG has been installed on your VPS. Please check your PM for more details
|

02-09-2009, 05:44
|
|
new member
|
|
Join Date: Aug 2009
Posts: 8
|
|
Quote:
Originally Posted by Rock
Hi,
FFMPEG has been installed on your VPS. Please check your PM for more details 
|
Thanks alot bro i really appreciate your help & support.
|

02-09-2009, 07:25
|
|
new member
|
|
Join Date: Aug 2009
Posts: 8
|
|
Hi
Quote:
Originally Posted by Rock
Hi,
FFMPEG has been installed on your VPS. Please check your PM for more details 
|
Hi Rock,
Well Rock i'm getting a very strange error when i upload videos sometimes the video converting sometime not and i get this msg ---> Unfortunately video may not be converted. When i asked from support team the told me that the FFMPEG misconfigured. Is that true ?
|

02-09-2009, 13:59
|
 |
Technical Support (eUKhost.com)
|
|
Join Date: Oct 2006
Location: localhost
Posts: 3,356
|
|
Quote:
Originally Posted by a_arian
Hi Rock,
Well Rock i'm getting a very strange error when i upload videos sometimes the video converting sometime not and i get this msg ---> Unfortunately video may not be converted. When i asked from support team the told me that the FFMPEG misconfigured. Is that true ?
|
Can you PM me with where exactly do you receive this message. I too received several errors when installing this application software, but they were related to the older failed installations.
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 04:02.
|
|
|