QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1222|回复: 13

请教为什么打不开二进制程序?

[复制链接]
发表于 2003-8-2 12:32:23 | 显示全部楼层 |阅读模式
请教为什么打不开二进制程序?
发表于 2003-8-4 02:58:21 | 显示全部楼层
什么意思?问的太不清楚了吧。
回复

使用道具 举报

发表于 2003-8-4 08:10:58 | 显示全部楼层
估计是没有x的权限,修改权限试试!
回复

使用道具 举报

 楼主| 发表于 2003-8-4 09:04:12 | 显示全部楼层
比如说安装完一个软件后,生成一个二进制程序,但却打不开,无法使用该软件 。
回复

使用道具 举报

发表于 2003-8-4 09:13:40 | 显示全部楼层
e...不会吧?举个例子
回复

使用道具 举报

 楼主| 发表于 2003-8-4 09:25:01 | 显示全部楼层
我装mplayer后生成一个mplayer 的二进制程序,却无法执行。是我安装有问题不是ynw该程序有问题?
回复

使用道具 举报

 楼主| 发表于 2003-8-4 09:26:06 | 显示全部楼层
在linux下装软件真是太折磨人了!
回复

使用道具 举报

发表于 2003-8-5 01:31:57 | 显示全部楼层
把出错信息贴出来啊。
现在说的不明不白想帮也帮不上。
用linux刚开始是会有挫折感的,不要急躁,慢慢的你就会了解很多东西。
回复

使用道具 举报

发表于 2003-8-5 10:32:03 | 显示全部楼层
先确定有执行权限,再
./文件名
回复

使用道具 举报

 楼主| 发表于 2003-8-5 15:27:20 | 显示全部楼层
谢谢,尽碰上热心人。我可能是在使用./configure时出现问题的。内容太多我把最后几段贴出来。大家帮忙看看到底怎么回事。
......
Config files successfully generated by ./configure !

  Install prefix: /usr/local
  Data directory: /usr/local/share/mplayer
  Config direct.: /usr/local/etc/mplayer

  Byte order: Little Endian
  Optimizing for: pentium3 mmx mmx2 sse mtrr
   
  Enabled optional drivers:
    Input: streaming tv-v4l edl tv mpdvdkit2 vcd
    Codecs: qtx libavcodec dshow/dmo win32 libvorbis gif
    Audio output: esd oss sdl mpegpes(file)
    Video output: xvidix sdl vesa gif89a jpeg png mpegpes(file) fbdev opengl dga xv x11
  Disabled optional drivers:
    Input: tv-bsdbt848 cdda dvdnav dvdread dvdcss
    Codecs: opendivx xvid libdv real xanim libmad liblzo
    Audio output: sgi sun alsa arts dxr2 nas win32
    Video output: bl zr dxr3 dxr2 directx svga aa ggi xmga mga directfb tdfxfb 3dfx

'config.h' and 'config.mak' contain your configuration options.
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
      compile *** DO NOT REPORT BUGS if you tweak these files ***

'make' will now compile MPlayer and 'make install' will install it.
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.

Please check mtrr settings at /proc/mtrr (see DOCS/video.html#mtrr)


Check configure.log if you wonder why an autodetection failed (check whether
the development headers/packages are installed).

If you suspect a bug, please read DOCS/bugreports.html.
回复

使用道具 举报

 楼主| 发表于 2003-8-5 15:41:16 | 显示全部楼层
我把该配置的内容都贴出来吧,这是第一部分
[root@localhost MPlayer-0.90rc4]# ./configure
Detected operating system: Linux
Detected host architecture: i386
Checking for gcc version ... 3.2.2, ok
Checking for CPU vendor ... GenuineIntel (6:8:6)
Checking for CPU type ...  Celeron (Coppermine)
Checking for GCC & CPU optimization abilities ... pentium3
Checking for kernel support of mmx ... yes
Checking for kernel support of mmx2 ... yes
Checking for kernel support of sse ... yes
Checking for mtrr support ... yes
Checking for assembler (as 2.13.90.0.1 ... ok
Checking for Linux kernel version ... 2.4.20-8, ok
Checking for awk ... gawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for i18n ... yes
Checking for setlocale() ... yes
Checking for language ... using en
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... __restrict
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... yes
Checking for nanosleep ... yes
Checking for socklib ... yes (using -lnsl)
Checking for inet_pton() ... yes (using -lnsl)
Checking for inttypes.h (required) ... yes
Checking for word size ... 32
Checking for stddef.h ... yes
Checking for malloc.h ... yes
Checking for memalign() ... yes
Checking for alloca.h ... yes
Checking for mman.h ... yes
Checking for dynamic loader ... yes
Checking for dynamic a/v plugins support ... no
Checking for pthread ... yes (using -lpthread)
Checking for sys/soundcard.h ... yes
Checking for sys/dvdio.h ... no
Checking for sys/cdio.h ... no
Checking for linux/cdrom.h ... yes
Checking for dvd.h ... no
Checking for BSDI dvd.h ... no
Checking for HPUX SCSI header ... no
Checking for userspace SCSI headers (Solaris) ... no
Checking for termcap ... yes
Checking for termios ... yes (using sys/termios.h)
Checking for shm ... yes
Checking for linux devfs ... no
Checking for scandir() ... yes
Checking for strsep() ... yes
Checking for vsscanf() ... yes
Checking for sys/sysinfo.h ... yes
Checking for 3dfx ... no
Checking for tdfxfb ... no
Checking for DirectFB headers presence ... not found
Checking for DirectFB ... no
Checking for X11 headers presence ... yes (using /usr/X11R6/include)
Checking for X11 libs presence ... yes (using /usr/X11R6/lib)
Checking for X11 ... yes
Checking for DPMS ... yes (using Xdpms 4)
Checking for Xv ... yes
Checking for Xinerama ... yes
Checking for Xxf86vm ... yes
Checking for DGA ... yes (using DGA 2.0)
Checking for OpenGL ... yes
Checking for /dev/mga_vid ... no
Checking for xmga ... no
Checking for GGI ... no
Checking for AA ... no
Checking for SVGAlib ... no
Checking for FBDev ... yes
Checking for DVB ... no (specify path to DVB/ost/include with --with-extraincdir=DIR)
Checking for DVB HEAD ... no (specify path to DVB/include (HEAD Version) with --with-extraincdir=DIR)
回复

使用道具 举报

 楼主| 发表于 2003-8-5 15:42:28 | 显示全部楼层
接上面
Checking for PNG support ... yes
Checking for JPEG support ... yes
Checking for GIF support ... yes
Checking for VESA support ... yes
Checking for SDL ... yes (using sdl-config)
Checking for Windows waveout ... no
Checking for Directx ... no
Checking for NAS ... no
Checking for DXR2 ... no
Checking for DXR3/H+ ... no
Checking for libmp1e ... no
Checking for libfame ... no
Checking for OSS Audio ... yes
Checking for aRts ... no
Checking for EsounD ... yes
Checking for ALSA audio ... no
Checking for Sun audio ... no
Checking for Sun mediaLib ... no
Checking for SGI audio ... no
Checking for VCD support ... ok
Checking for DVD support (libmpdvdkit) ... yes
Checking for DVD support (libcss - old style) ... no
Checking for DVD support (libdvdread - new style) ... disabled by libmpdvdkit2
Checking for DVD support (libdvdnav) ... no
Checking for cdparanoia ... no
Checking for freetype >= 2.0.9 ... yes
Checking for zlib ... yes
Checking for RTC ... yes
Checking for external liblzo support ... no
Checking for mad support ... no
Checking for OggVorbis support ... yes
Checking for faad2 (AAC) support ... no
Checking for Win32 codec DLL files path ... /usr/lib/win32
Checking for Win32 codec DLL support ... yes
Checking for DirectShow ... yes
Checking for XAnim DLL ... no (no suitable directory found - see DOCS/codecs.html)
Checking for RealPlayer DLL ... no (no suitable directory found - see DOCS/codecs.html)
Checking for LIVE.COM Streaming Media libraries ... no
Checking for iconv ... yes
Checking for FFmpeg libavcodec (static) ... yes
Checking for libdv-0.9.5+ ... no
Checking for zr ... no
Checking for bl ... no
Checking for XviD ... no
Checking for DivX4linux/DivX5linux/OpenDivX decore ... no
Checking for libmp3lame (for mencoder) ... no
Checking for DivX4linux encore (for mencoder) ... no
Checking for mencoder ... yes
Checking for fastmemcpy ... yes
Checking for UniquE RAR File Library ... yes
Checking for TV interface ... yes
Checking for EDL support ... yes
Checking for *BSD BrookTree 848 TV interface ... no
Checking for Video 4 Linux TV interface ... yes
Checking for audio select() ... yes
Checking for streaming ... yes
Checking for byte order ... Little Endian
Checking for shared postprocess lib ... no
Checking for New config ... yes
Checking for OSD menu ... no
Checking for QTX codecs ... yes
Checking for Subtitles sorting ... yes
Checking for XMMS inputplugin support ... no
Checking for GUI ... no
Checking for ftello() ... yes
Checking for vidix ... yes
Checking for joystick ... no
Checking for lirc ... no
Creating config.mak
Creating config.h
Creating libvo/config.mak
Creating libao2/config.mak
Creating help_mp.h

Config files successfully generated by ./configure !
回复

使用道具 举报

发表于 2003-8-6 11:47:35 | 显示全部楼层
what did you do after that?
回复

使用道具 举报

 楼主| 发表于 2003-8-6 17:06:15 | 显示全部楼层
配置完,使用make和 make install好象蛮顺利的。但安装完后我运行它生成的mplayerfg二制程序却没有反应,无法使用。希望成功安装过的朋友多帮忙。我使用的是redhat linux9  赛扬733
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-20 17:30 , Processed in 0.051730 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表