-
02-07-2009, 15:09 #41
new member
- Join Date
- Jul 2009
- Posts
- 3
I tried all the three ffmpeg installer but the result is same:
Will you plz suggest me what to do now??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
Thanks nd Regards
Naved Mohammad
-
03-07-2009, 06:46 #42
new member
- Join Date
- Jul 2009
- Posts
- 3
-
11-07-2009, 05:39 #43
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, 07:19 #44
new member
- Join Date
- Jul 2009
- Posts
- 2
-
17-07-2009, 07:23 #45
new member
- Join Date
- Jul 2009
- Posts
- 2
-
18-07-2009, 17:02 #46
Thanks for your input..
Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook
For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
-
31-08-2009, 19:21 #47
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, 20:11 #48
It seems that libvorbis is not properly complied, please try following commands before compiling FFMPEG
cd /usr/local/src/
http://downloads.xiph.org/releases/v...s-1.2.3.tar.gz
tar zxvf libvorbis-1.2.3.tar.gz
cd libvorbis-1.2.3
./configure && make && make install
-
31-08-2009, 20:18 #49
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, 21:49 #50
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, 00:16 #51
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 00:21. Reason: log
-
01-09-2009, 01:43 #52
Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook
For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
-
01-09-2009, 02:07 #53
new member
- Join Date
- Aug 2009
- Posts
- 8
-
01-09-2009, 05:50 #54
Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook
For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
-
01-09-2009, 06:07 #55
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, 19:44 #56
Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook
For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
-
01-09-2009, 23:56 #57
Hi,
FFMPEG has been installed on your VPS. Please check your PM for more details
Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook
For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
-
02-09-2009, 04:44 #58
new member
- Join Date
- Aug 2009
- Posts
- 8
-
02-09-2009, 06:25 #59
new member
- Join Date
- Aug 2009
- Posts
- 8
Hi
-
02-09-2009, 12:59 #60
Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook
For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


LinkBack URL
About LinkBacks



Reply With Quote



I've just checked my browser history and it seems I last visited on Tuesday 15th, could have sworn...
Trying to find out what happened...