Find the answer to your Linux question:
Results 1 to 1 of 1
Hi All, I like to install the ffmpeg in Fedora Core 4, So I have download the below soucre file lists. 1. essential-20061022 2. ffmpeg-php-0.5.0 3. flvtool2_1.0.5_rc6.tgz 4. libogg-1.1.3 5. ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Posts
    21

    Exclamation Installing FFMPEG in Fedora Core release 4 (Stentz)



    Hi All,

    I like to install the ffmpeg in Fedora Core 4, So I have download the below soucre file lists.

    1. essential-20061022
    2. ffmpeg-php-0.5.0
    3. flvtool2_1.0.5_rc6.tgz
    4. libogg-1.1.3
    5. lame-3.97
    6. mplayer
    7. ffmpeg
    8. libvorbis-1.1.2

    The have been follwoing URL instrustion.

    vexxblog » Blog Archive » Installing FFMPEG – The easy way!

    But I am not able to compaile or make the lame. When I compile the lame I am getting below message.

    ************************************************** *********************
    [root@ip-208-109-238-147 ffmpeg]# cd lame-3.97
    [root@ip-208-109-238-147 lame-3.97]# ./configure
    checking build system type... i686-pc-linux-gnu
    checking host 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 gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for style of include used by make... GNU
    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 dependency style of gcc... gcc3
    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 a sed that does not truncate output... /bin/sed
    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 dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... f95
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether f95 accepts -g... yes
    checking the maximum length of command line arguments... 32768
    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 static flag works... yes
    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 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
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for f95 option to produce PIC... -fPIC
    checking if f95 PIC flag -fPIC works... yes
    checking if f95 supports -c -o file.o... yes
    checking whether the f95 linker (/usr/bin/ld) supports shared libraries... yes
    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 for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ANSI C... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for function prototypes... yes
    checking for string.h... (cached) yes
    checking dmalloc.h usability... no
    checking dmalloc.h presence... no
    checking for dmalloc.h... no
    checking for ANSI C header files... (cached) 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 limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking for stdint.h... (cached) yes
    checking for string.h... (cached) yes
    checking sys/soundcard.h usability... yes
    checking sys/soundcard.h presence... yes
    checking for sys/soundcard.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for unistd.h... (cached) yes
    checking linux/soundcard.h usability... yes
    checking linux/soundcard.h presence... yes
    checking for linux/soundcard.h... yes
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking whether byte ordering is bigendian... no
    checking version of GCC... 4.0.2
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for _LARGE_FILES value needed for large files... no
    checking for short... yes
    checking size of short... 2
    checking for unsigned short... yes
    checking size of unsigned short... 2
    checking for int... yes
    checking size of int... 4
    checking for unsigned int... yes
    checking size of unsigned int... 4
    checking for long... yes
    checking size of long... 4
    checking for unsigned long... yes
    checking size of unsigned long... 4
    checking for long long... yes
    checking size of long long... 8
    checking for unsigned long long... yes
    checking size of unsigned long long... 8
    checking for float... yes
    checking size of float... 4
    checking for double... yes
    checking size of double... 8
    checking for working long double with more range or precision than double... yes
    checking for uint8_t... yes
    checking for int8_t... yes
    checking for uint16_t... yes
    checking for int16_t... yes
    checking for uint32_t... yes
    checking for int32_t... yes
    checking for uint64_t... yes
    checking for int64_t... yes
    checking for IEEE854 compliant 80 bit floats... yes
    checking for ieee854_float80_t... no
    checking for ieee754_float64_t... no
    checking for ieee754_float32_t... no
    checking for size_t... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for gettimeofday... yes
    checking for strtol... yes
    checking winsock2.h usability... no
    checking winsock2.h presence... no
    checking for winsock2.h... no
    checking for socket... yes
    checking termcap.h usability... yes
    checking termcap.h presence... yes
    checking for termcap.h... yes
    checking ncurses/termcap.h usability... yes
    checking ncurses/termcap.h presence... yes
    checking for ncurses/termcap.h... yes
    checking for initscr in -ltermcap... no
    checking for initscr in -lcurses... yes
    checking for initscr in -lncurses... yes
    checking for cos in -lm... yes
    checking for cos in -lffm... no
    checking for cos in -lcpml... no
    checking for sf_open_read in -lsndfile... no
    checking for gtk-config... no
    checking for GTK - version >= 1.2.0... no
    *** The gtk-config script installed by GTK could not be found
    *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or set the GTK_CONFIG environment variable to the
    *** full path to gtk-config.
    checking use of ElectricFence malloc debugging... no
    checking use of file io... lame
    checking use of analyzer hooks... yes
    checking use of mpg123 decoder... yes (Layer 2, 3)
    checking if the lame frontend should be build... yes
    checking if mp3x is requested... no
    checking if mp3rtp is requested... no
    checking glibc mathinline bug... no
    checking use of VBR bitrate histogram... yes, with ncurses
    checking for FLOAT8 as float... no
    checking for nasm... no
    checking for additional optimizations... no
    checking for debug options... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating libmp3lame/Makefile
    config.status: creating libmp3lame/i386/Makefile
    config.status: creating frontend/Makefile
    config.status: creating mpglib/Makefile
    config.status: creating doc/Makefile
    config.status: creating doc/html/Makefile
    config.status: creating doc/man/Makefile
    config.status: creating include/Makefile
    config.status: creating Dll/Makefile
    config.status: creating misc/Makefile
    config.status: creating debian/Makefile
    config.status: creating dshow/Makefile
    config.status: creating ACM/Makefile
    config.status: creating ACM/ADbg/Makefile
    config.status: creating ACM/ddk/Makefile
    config.status: creating ACM/tinyxml/Makefile
    config.status: creating lame.spec
    config.status: creating mac/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    ************************************************** *******************

    When I Make file, I am getting below error.

    [root@ip-208-109-238-147 lame-3.97]# make
    make all-recursive
    make[1]: Entering directory `/root/ffmpeg/lame-3.97'
    Making all in mpglib
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/mpglib'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/mpglib'
    Making all in libmp3lame
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/libmp3lame'
    Making all in i386
    make[3]: Entering directory `/root/ffmpeg/lame-3.97/libmp3lame/i386'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/root/ffmpeg/lame-3.97/libmp3lame/i386'
    make[3]: Entering directory `/root/ffmpeg/lame-3.97/libmp3lame'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/root/ffmpeg/lame-3.97/libmp3lame'
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/libmp3lame'
    Making all in frontend
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/frontend'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/frontend'
    Making all in Dll
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/Dll'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/Dll'
    Making all in debian
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/debian'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/debian'
    Making all in doc
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/doc'
    Making all in html
    make[3]: Entering directory `/root/ffmpeg/lame-3.97/doc/html'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/root/ffmpeg/lame-3.97/doc/html'
    Making all in man
    make[3]: Entering directory `/root/ffmpeg/lame-3.97/doc/man'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/root/ffmpeg/lame-3.97/doc/man'
    make[3]: Entering directory `/root/ffmpeg/lame-3.97/doc'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/root/ffmpeg/lame-3.97/doc'
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/doc'
    Making all in include
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/include'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/include'
    Making all in misc
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/misc'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/misc'
    Making all in dshow
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/dshow'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/dshow'
    Making all in ACM
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/ACM'
    Making all in ADbg
    make[3]: Entering directory `/root/ffmpeg/lame-3.97/ACM/ADbg'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/root/ffmpeg/lame-3.97/ACM/ADbg'
    Making all in ddk
    make[3]: Entering directory `/root/ffmpeg/lame-3.97/ACM/ddk'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/root/ffmpeg/lame-3.97/ACM/ddk'
    Making all in tinyxml
    make[3]: Entering directory `/root/ffmpeg/lame-3.97/ACM/tinyxml'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/root/ffmpeg/lame-3.97/ACM/tinyxml'
    make[3]: Entering directory `/root/ffmpeg/lame-3.97/ACM'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/root/ffmpeg/lame-3.97/ACM'
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/ACM'
    Making all in mac
    make[2]: Entering directory `/root/ffmpeg/lame-3.97/mac'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97/mac'
    make[2]: Entering directory `/root/ffmpeg/lame-3.97'
    make[2]: Leaving directory `/root/ffmpeg/lame-3.97'
    make[1]: Leaving directory `/root/ffmpeg/lame-3.97'
    [root@ip-208-109-238-147 lame-3.97]#
    ************************************************** **********************
    Kindly guide me to resolve this issue.

    Thanks and Regards,
    Balraj.R.V
    Last edited by balraj; 07-10-2007 at 07:03 AM. Reason: Spell Mistake

Posting Permissions

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