April 24, 2024, 10:52:35 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: installing mplayer in redhat ES 4  (Read 4208 times)

Offline christopher_1

  • Linux Noob !
  • *
  • Posts: 22
installing mplayer in redhat ES 4
« on: April 08, 2006, 07:13:15 AM »
Hi,
I am trying to install mplayer MPlayer-1.0pre7try2.tar.bz2, but ehn i run ./configure i get the following :

[root@localhost MPlayer]# cd MPlayer-1.0pre7try2
[root@localhost MPlayer-1.0pre7try2]# ./configure
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 3.4.3, ok
Checking for host cc ... cc
Checking for CPU vendor ... GenuineIntel (15:1:2)
Checking for CPU type ...  Intel(R) Pentium(R) 4 CPU 1.70GHz
Checking for GCC & CPU optimization abilities ... pentium4
Checking for kernel support of mmx ... failed
It seems that your kernel does not correctly support mmx.
To use mmx extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of mmx2 ... failed
It seems that your kernel does not correctly support mmx2.
To use mmx2 extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of sse ... failed
It seems that your kernel does not correctly support sse.
To use sse extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of sse2 ... failed
It seems that your kernel does not correctly support sse2.
To use sse2 extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for mtrr support ... yes
Checking for assembler support of -pipe option ... yes
Checking for assembler (as 2.15.92.0.2) ... ok
Checking for Linux kernel version ... 2.6.9-5.EL, ok
Checking for mplayer binary name ... mplayer
Checking for awk ... gawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for -lposix ... no
Checking for -lm ... yes
Checking for i18n ... no
Checking for iconv ... no
Checking for langinfo ... no
Checking for language ... using en (man pages:  en)
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... __restrict
Checking for __builtin_expect ... yes
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... no
Checking for nanosleep ... no
Checking for socklib ... no
Checking for inet_pton() ... no (=> i'll try inet_aton next)
Checking for inet_aton() ... no (=> network support disabled)
Checking for inttypes.h (required) ... no
Checking for bitypes.h (inttypes.h predecessor) ...
Error: Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html).

Check "configure.log" if you do not understand why it failed.

This is what configure.log looks like:

============ Checking for cc version ============
Result is: 3.4.3, ok
##########################################

============ Checking for host cc ============
Result is: cc
##########################################

============ Checking for CPU vendor ============
Result is: GenuineIntel (15:1:2)
##########################################

============ Checking for CPU type ============
Result is:  Intel(R) Pentium(R) 4 CPU 1.70GHz
##########################################

============ Checking for GCC & CPU optimization abilities ============

int main(void) { return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -march=pentium4 -mtune=pentium4

ldd /tmp/mplayer-conf-32435-2812.o
   libc.so.6 => /lib/tls/libc.so.6 (0x008a3000)
   /lib/ld-linux.so.2 (0x0088a000)

Result is: pentium4
##########################################

============ Checking for kernel support of mmx ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("emms":::"memory");return(0);
}

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:20: signal.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c: In function `main':
/tmp/mplayer-conf-6597-2812.c:4: error: `SIGILL' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:4: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-6597-2812.c:4: error: for each function it appears in.)

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: failed
##########################################

============ Checking for kernel support of mmx2 ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("sfence":::"memory");return(0);
}

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:20: signal.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c: In function `main':
/tmp/mplayer-conf-6597-2812.c:4: error: `SIGILL' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:4: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-6597-2812.c:4: error: for each function it appears in.)

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: failed
##########################################

============ Checking for kernel support of sse ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("xorps %%xmm0, %%xmm0":::"memory");return(0);
}

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:20: signal.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c: In function `main':
/tmp/mplayer-conf-6597-2812.c:4: error: `SIGILL' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:4: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-6597-2812.c:4: error: for each function it appears in.)

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: failed
##########################################

============ Checking for kernel support of sse2 ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("xorpd %%xmm0, %%xmm0":::"memory");return(0);
}

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:20: signal.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c: In function `main':
/tmp/mplayer-conf-6597-2812.c:4: error: `SIGILL' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:4: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-6597-2812.c:4: error: for each function it appears in.)

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: failed
##########################################

============ Checking for mtrr support ============
Result is: yes
##########################################


int main(void) { return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -march=pentium4 -mno-sse -mno-sse2

ldd /tmp/mplayer-conf-32435-2812.o
   libc.so.6 => /lib/tls/libc.so.6 (0x008a3000)
   /lib/ld-linux.so.2 (0x0088a000)

============ Checking for assembler support of -pipe option ============

int main(void) { return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -pipe

ldd /tmp/mplayer-conf-32435-2812.o
   libc.so.6 => /lib/tls/libc.so.6 (0x008a3000)
   /lib/ld-linux.so.2 (0x0088a000)

Result is: yes
##########################################

============ Checking for assembler (as 2.15.92.0.2) ============
Result is: ok
##########################################

============ Checking for Linux kernel version ============
Result is: 2.6.9-5.EL, ok
##########################################

============ Checking for mplayer binary name ============
Result is: mplayer
##########################################

============ Checking for awk ============
./configure: line 2101: mawk: command not found

Result is: gawk
##########################################

============ Checking for extra headers ============
Result is: none
##########################################

============ Checking for extra libs ============
Result is: none
##########################################

============ Checking for -lposix ============

int main(void) { return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lposix
/usr/bin/ld: cannot find -lposix
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for -lm ============

int main(void) { return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lm

ldd /tmp/mplayer-conf-32435-2812.o
   libm.so.6 => /lib/tls/libm.so.6 (0x009ce000)
   libc.so.6 => /lib/tls/libc.so.6 (0x008a3000)
   /lib/ld-linux.so.2 (0x0088a000)

Result is: yes
##########################################

============ Checking for i18n ============

#include <libintl.h>
int main(void) { gettext("test"); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:21: libintl.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


#include <libintl.h>
int main(void) { gettext("test"); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lintl
/tmp/mplayer-conf-6597-2812.c:1:21: libintl.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for iconv ============

#include <stdio.h>
#include <unistd.h>
#include <iconv.h>
#define INBUFSIZE 1024
#define OUTBUFSIZE 4096

char inbuffer[INBUFSIZE];
char outbuffer[OUTBUFSIZE];

int main(void) {
  size_t numread;
  iconv_t icdsc;
  char *tocode="UTF-8";
  char *fromcode="cp1250";
  if ((icdsc = iconv_open (tocode, fromcode)) != (iconv_t)(-1)) {
    while ((numread = read (0, inbuffer, INBUFSIZE))) {
      char *iptr=inbuffer;
      char *optr=outbuffer;
      size_t inleft=numread;
      size_t outleft=OUTBUFSIZE;
      if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
          != (size_t)(-1)) {
        write (1, outbuffer, OUTBUFSIZE - outleft);
      }
    }
    if (iconv_close(icdsc) == -1)
      ;
  }
}

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lm
/tmp/mplayer-conf-6597-2812.c:1:19: stdio.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:2:20: unistd.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:3:19: iconv.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c: In function `main':
/tmp/mplayer-conf-6597-2812.c:11: error: `size_t' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:11: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-6597-2812.c:11: error: for each function it appears in.)
/tmp/mplayer-conf-6597-2812.c:11: error: syntax error before "numread"
/tmp/mplayer-conf-6597-2812.c:12: error: `iconv_t' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:15: error: `icdsc' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:16: error: `numread' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:19: error: syntax error before "inleft"
/tmp/mplayer-conf-6597-2812.c:21: error: `inleft' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:21: error: `outleft' undeclared (first use in this function)

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


#include <stdio.h>
#include <unistd.h>
#include <iconv.h>
#define INBUFSIZE 1024
#define OUTBUFSIZE 4096

char inbuffer[INBUFSIZE];
char outbuffer[OUTBUFSIZE];

int main(void) {
  size_t numread;
  iconv_t icdsc;
  char *tocode="UTF-8";
  char *fromcode="cp1250";
  if ((icdsc = iconv_open (tocode, fromcode)) != (iconv_t)(-1)) {
    while ((numread = read (0, inbuffer, INBUFSIZE))) {
      char *iptr=inbuffer;
      char *optr=outbuffer;
      size_t inleft=numread;
      size_t outleft=OUTBUFSIZE;
      if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
          != (size_t)(-1)) {
        write (1, outbuffer, OUTBUFSIZE - outleft);
      }
    }
    if (iconv_close(icdsc) == -1)
      ;
  }
}

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lm -liconv
/tmp/mplayer-conf-6597-2812.c:1:19: stdio.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:2:20: unistd.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:3:19: iconv.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c: In function `main':
/tmp/mplayer-conf-6597-2812.c:11: error: `size_t' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:11: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-6597-2812.c:11: error: for each function it appears in.)
/tmp/mplayer-conf-6597-2812.c:11: error: syntax error before "numread"
/tmp/mplayer-conf-6597-2812.c:12: error: `iconv_t' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:15: error: `icdsc' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:16: error: `numread' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:19: error: syntax error before "inleft"
/tmp/mplayer-conf-6597-2812.c:21: error: `inleft' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:21: error: `outleft' undeclared (first use in this function)

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for langinfo ============

#include <langinfo.h>
int main(void) { nl_langinfo(CODESET); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:22: langinfo.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c: In function `main':
/tmp/mplayer-conf-6597-2812.c:2: error: `CODESET' undeclared (first use in this function)
/tmp/mplayer-conf-6597-2812.c:2: error: (Each undeclared identifier is reported only once
/tmp/mplayer-conf-6597-2812.c:2: error: for each function it appears in.)

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for language ============
Result is: using en (man pages:  en)
##########################################

============ Checking for enable sighandler ============
Result is: yes
##########################################

============ Checking for runtime cpudetection ============
Result is: no
##########################################

============ Checking for restrict keyword ============

void foo(char * restrict p); int main(){}

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1: error: syntax error before "p"

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


void foo(char * __restrict p); int main(){}

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o

ldd /tmp/mplayer-conf-32435-2812.o
   libc.so.6 => /lib/tls/libc.so.6 (0x008a3000)
   /lib/ld-linux.so.2 (0x0088a000)

Result is: __restrict
##########################################

============ Checking for __builtin_expect ============

int foo (int a) {
    a = __builtin_expect (a, 10);
    return a == 10 ? 0 : 1;
}
int main() { return foo(10) && foo(0); }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o

ldd /tmp/mplayer-conf-32435-2812.o
   libc.so.6 => /lib/tls/libc.so.6 (0x008a3000)
   /lib/ld-linux.so.2 (0x0088a000)

Result is: yes
##########################################

============ Checking for kstat ============

#include <kstat.h>
int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lkstat
/tmp/mplayer-conf-6597-2812.c:1:19: kstat.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for posix4 ============

#include <time.h>
int main(void) { (void) nanosleep(0, 0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lposix4
/tmp/mplayer-conf-6597-2812.c:1:18: time.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for lrintf ============

#include <math.h>
int main(void) { (void) lrintf(0.0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lm
/tmp/mplayer-conf-6597-2812.c:1:18: math.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for nanosleep ============

#include <time.h>
int main(void) { (void) nanosleep(0, 0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:18: time.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for socklib ============

#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lsocket
/tmp/mplayer-conf-6597-2812.c:1:19: netdb.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lnsl
/tmp/mplayer-conf-6597-2812.c:1:19: netdb.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lsocket -lnsl
/tmp/mplayer-conf-6597-2812.c:1:19: netdb.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lsocket -ldnet
/tmp/mplayer-conf-6597-2812.c:1:19: netdb.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lsocket -lbind
/tmp/mplayer-conf-6597-2812.c:1:19: netdb.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


#include <winsock2.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lws2_32
/tmp/mplayer-conf-6597-2812.c:1:22: winsock2.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for inet_pton() ============

#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
int main(void) { (void) inet_pton(0, 0, 0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:23: sys/types.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:2:24: sys/socket.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:3:23: arpa/inet.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
int main(void) { (void) inet_pton(0, 0, 0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lresolv
/tmp/mplayer-conf-6597-2812.c:1:23: sys/types.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:2:24: sys/socket.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:3:23: arpa/inet.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no (=> i'll try inet_aton next)
##########################################

============ Checking for inet_aton() ============

#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
int main(void) { (void) inet_aton(0, 0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:23: sys/types.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:2:24: sys/socket.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:3:23: arpa/inet.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory


#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
int main(void) { (void) inet_aton(0, 0); return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o -lresolv
/tmp/mplayer-conf-6597-2812.c:1:23: sys/types.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:2:24: sys/socket.h: No such file or directory
/tmp/mplayer-conf-6597-2812.c:3:23: arpa/inet.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no (=> network support disabled)
##########################################

============ Checking for inttypes.h (required) ============

#include <inttypes.h>
int main(void) { return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:22: inttypes.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

Result is: no
##########################################

============ Checking for bitypes.h (inttypes.h predecessor) ============

#include <sys/bitypes.h>
int main(void) { return 0; }

cc     /tmp/mplayer-conf-6597-2812.c -o /tmp/mplayer-conf-32435-2812.o
/tmp/mplayer-conf-6597-2812.c:1:25: sys/bitypes.h: No such file or directory

ldd /tmp/mplayer-conf-32435-2812.o
ldd: /tmp/mplayer-conf-32435-2812.o: No such file or directory

I dont know how to proceed can anyone help me  I am running Redhat ES 4. Please help me to install mplayer.

Thanks,
Chrisopher.

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
installing mplayer in redhat ES 4
« Reply #1 on: April 08, 2006, 04:11:56 PM »
so your ./configure is not successful.
if it is then after ./configure do
make
make install

if still problem then use precompiled one ie. RPM
 you can try to start with mplayer rpm instead of