Page 3 of 5 FirstFirst 12345 LastLast
Results 41 to 60 of 93
  1. #41

    Default

    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

  2. #42

    Default

    Quote Originally Posted by vzAddict View Post
    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?

  3. #43
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    162

    Default

    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?
    vzAddict || Mike
    http://eUKHost.com
    eUKHost on Twitter || Facebook Group || Facebook Fanpage

  4. #44

    Default

    Quote Originally Posted by jonty31 View Post
    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

  5. #45

    Default

    Quote Originally Posted by doncamillo View Post
    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

  6. #46
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Default

    Thanks for your input..

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || 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!

  7. #47

    Default 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]#

  8. #48
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    162

    Default

    Quote Originally Posted by a_arian View Post
    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
    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
    vzAddict || Mike
    http://eUKHost.com
    eUKHost on Twitter || Facebook Group || Facebook Fanpage

  9. #49

    Default 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 ?

  10. #50

    Default

    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.

  11. #51

    Default 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

  12. #52
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by a_arian View Post
    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

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || 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!

  13. #53

    Default

    Quote Originally Posted by Rock View Post
    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 ?

  14. #54
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by a_arian View Post
    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..

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || 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!

  15. #55

    Default Hi

    Rock did you get my pm ? i sent you the details of vps

  16. #56
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by a_arian View Post
    Rock did you get my pm ? i sent you the details of vps
    Yes, I've them now.. will update you once completed..

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || 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!

  17. #57
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    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 100% UPTIME! || 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!

  18. #58

    Default

    Quote Originally Posted by Rock View Post
    Hi,

    FFMPEG has been installed on your VPS. Please check your PM for more details
    Thanks alot bro i really appreciate your help & support.

  19. #59

    Default Hi

    Quote Originally Posted by Rock View Post
    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 ?

  20. #60
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by a_arian View Post
    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.

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || 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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •