免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3566 | 回复: 3
打印 上一主题 下一主题

[学习分享] centos7 安装moc播放器问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2015-05-12 08:10 |只看该作者 |倒序浏览
大家好,我想在centos7下源码安装mocp播放软件 遇到插件错误 还请大家指点一二:
下载 libmad和libid3tag,然后分别执行
configuer
make
make install
      注意,如果编译时出现“cc1: error: unrecognized command line option
"-fforce-mem”错误,则在编译libmad前将根目录下的Makefile中“--fforce-mem”去掉
然后在moc官网下载moc 2.4.4稳定版,编译 安装 日志在后边贴出。
安装完成后运行 mocp时出现
  1. Can't load plugin libmp3_decoder: file not found

  2. FATAL_ERROR: No decoder plugins have been loaded
复制代码
debug下
  1. [root@localhost moc-2.4.4]# mocp -D
  2. Loading plugins from /usr/local/lib/moc/decoder_plugins...
  3. Loading plugin libmp3_decoder...
  4. Can't load plugin libmp3_decoder: file not found

  5. FATAL_ERROR: No decoder plugins have been loaded!
复制代码
查看相关文件确实存在:
  1. [root@localhost moc-2.4.4]# find /usr/local/lib/moc
  2. /usr/local/lib/moc
  3. /usr/local/lib/moc/decoder_plugins
  4. /usr/local/lib/moc/decoder_plugins/libmp3_decoder.so
  5. /usr/local/lib/moc/decoder_plugins/libmp3_decoder.la
  6. /usr/local/lib/moc/decoder_plugins/libmp3_decoder.a
复制代码
编译moc日志:
  1. [root@localhost moc-2.4.4]# cat moc_configure_log
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking for gcc... gcc
  5. checking for C compiler default output file name... a.out
  6. checking whether the C compiler works... yes
  7. checking whether we are cross compiling... no
  8. checking for suffix of executables...
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking for a sed that does not truncate output... /usr/bin/sed
  14. checking for grep that handles long lines and -e... /usr/bin/grep
  15. checking for egrep... /usr/bin/grep -E
  16. checking for fgrep... /usr/bin/grep -F
  17. checking for ld used by gcc... /usr/bin/ld
  18. checking if the linker (/usr/bin/ld) is GNU ld... yes
  19. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  20. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  21. checking whether ln -s works... yes
  22. checking the maximum length of command line arguments... 1572864
  23. checking whether the shell understands some XSI constructs... yes
  24. checking whether the shell understands "+="... yes
  25. checking for /usr/bin/ld option to reload object files... -r
  26. checking how to recognize dependent libraries... pass_all
  27. checking for ar... ar
  28. checking for strip... strip
  29. checking for ranlib... ranlib
  30. checking command to parse /usr/bin/nm -B output from gcc object... ok
  31. checking how to run the C preprocessor... gcc -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking for dlfcn.h... yes
  43. checking for objdir... .libs
  44. checking if gcc supports -fno-rtti -fno-exceptions... no
  45. checking for gcc option to produce PIC... -fPIC -DPIC
  46. checking if gcc PIC flag -fPIC -DPIC works... yes
  47. checking if gcc static flag -static works... no
  48. checking if gcc supports -c -o file.o... yes
  49. checking if gcc supports -c -o file.o... (cached) yes
  50. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  51. checking whether -lc should be explicitly linked in... no
  52. checking dynamic linker characteristics... GNU/Linux ld.so
  53. checking how to hardcode library paths into programs... immediate
  54. checking whether stripping libraries is possible... yes
  55. checking if libtool supports shared libraries... yes
  56. checking whether to build shared libraries... yes
  57. checking whether to build static libraries... yes
  58. checking which extension is used for runtime loadable modules... .so
  59. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  60. checking for the default library search path... /lib /usr/lib /usr/lib64/dyninst /usr/lib64/iscsi /usr/lib64/tracker-0.16
  61. checking for library containing dlopen... -ldl
  62. checking for dlerror... yes
  63. checking for shl_load... no
  64. checking for shl_load in -ldld... no
  65. checking for dld_link in -ldld... no
  66. checking for _ prefix in compiled symbols... no
  67. checking whether deplibs are loaded by dlopen... yes
  68. checking for argz.h... yes
  69. checking for error_t... yes
  70. checking for argz_add... yes
  71. checking for argz_append... yes
  72. checking for argz_count... yes
  73. checking for argz_create_sep... yes
  74. checking for argz_insert... yes
  75. checking for argz_next... yes
  76. checking for argz_stringify... yes
  77. checking if argz actually works... yes
  78. checking whether libtool supports -dlopen/-dlpreopen... yes
  79. checking for ltdl.h... no
  80. checking where to find libltdl headers... -I${top_srcdir}/libltdl
  81. checking where to find libltdl library... ${top_builddir}/libltdl/libltdlc.la
  82. checking for unistd.h... (cached) yes
  83. checking for dl.h... no
  84. checking for sys/dl.h... no
  85. checking for dld.h... no
  86. checking for mach-o/dyld.h... no
  87. checking for dirent.h... yes
  88. checking for closedir... yes
  89. checking for opendir... yes
  90. checking for readdir... yes
  91. checking for strlcat... no
  92. checking for strlcpy... no
  93. checking for a BSD-compatible install... /usr/bin/install -c
  94. checking whether build environment is sane... yes
  95. checking for gawk... gawk
  96. checking whether make sets $(MAKE)... yes
  97. checking for style of include used by make... GNU
  98. checking dependency style of gcc... gcc3
  99. checking host system type... (cached) x86_64-unknown-linux-gnu
  100. checking for gcc... (cached) gcc
  101. checking whether we are using the GNU C compiler... (cached) yes
  102. checking whether gcc accepts -g... (cached) yes
  103. checking for gcc option to accept ISO C89... (cached) none needed
  104. checking for a BSD-compatible install... /usr/bin/install -c
  105. checking for gawk... (cached) gawk
  106. checking for ANSI C header files... (cached) yes
  107. checking fcntl.h usability... yes
  108. checking fcntl.h presence... yes
  109. checking for fcntl.h... yes
  110. checking for string.h... (cached) yes
  111. checking for strings.h... (cached) yes
  112. checking sys/param.h usability... yes
  113. checking sys/param.h presence... yes
  114. checking for sys/param.h... yes
  115. checking for unistd.h... (cached) yes
  116. checking sys/un.h usability... yes
  117. checking sys/un.h presence... yes
  118. checking for sys/un.h... yes
  119. checking sys/socket.h usability... yes
  120. checking sys/socket.h presence... yes
  121. checking for sys/socket.h... yes
  122. checking for sys/types.h... (cached) yes
  123. checking signal.h usability... yes
  124. checking signal.h presence... yes
  125. checking for signal.h... yes
  126. checking sys/time.h usability... yes
  127. checking sys/time.h presence... yes
  128. checking for sys/time.h... yes
  129. checking sys/wait.h usability... yes
  130. checking sys/wait.h presence... yes
  131. checking for sys/wait.h... yes
  132. checking sys/ioctl.h usability... yes
  133. checking sys/ioctl.h presence... yes
  134. checking for sys/ioctl.h... yes
  135. checking time.h usability... yes
  136. checking time.h presence... yes
  137. checking for time.h... yes
  138. checking errno.h usability... yes
  139. checking errno.h presence... yes
  140. checking for errno.h... yes
  141. checking for sys/stat.h... (cached) yes
  142. checking assert.h usability... yes
  143. checking assert.h presence... yes
  144. checking for assert.h... yes
  145. checking locale.h usability... yes
  146. checking locale.h presence... yes
  147. checking for locale.h... yes
  148. checking wchar.h usability... yes
  149. checking wchar.h presence... yes
  150. checking for wchar.h... yes
  151. checking sys/select.h usability... yes
  152. checking sys/select.h presence... yes
  153. checking for sys/select.h... yes
  154. checking for inttypes.h... (cached) yes
  155. checking limits.h usability... yes
  156. checking limits.h presence... yes
  157. checking for limits.h... yes
  158. checking for stdint.h... (cached) yes
  159. checking for sched_get_priority_max... yes
  160. checking langinfo.h usability... yes
  161. checking langinfo.h presence... yes
  162. checking for langinfo.h... yes
  163. checking nl_types.h usability... yes
  164. checking nl_types.h presence... yes
  165. checking for nl_types.h... yes
  166. checking for nl_langinfo... yes
  167. checking for nl_langinfo(CODESET)... yes
  168. checking whether byte ordering is bigendian... no
  169. checking iconv.h usability... yes
  170. checking iconv.h presence... yes
  171. checking for iconv.h... yes
  172. checking for iconv_open()... yes
  173. checking for an ANSI C-conforming const... yes
  174. checking for inline... inline
  175. checking for off_t... yes
  176. checking for size_t... yes
  177. checking for lrintf... yes
  178. checking CFLAGS for gcc -Wall... -Wall
  179. checking CFLAGS for gcc -W... -W
  180. checking for sin... no
  181. checking for sin in -lm... yes
  182. checking sys/soundcard.h usability... yes
  183. checking sys/soundcard.h presence... yes
  184. checking for sys/soundcard.h... yes
  185. checking soundcard.h usability... no
  186. checking soundcard.h presence... no
  187. checking for soundcard.h... no
  188. checking for _oss_ioctl in -lossaudio... no
  189. checking for pkg-config... /usr/bin/pkg-config
  190. checking pkg-config is at least version 0.9.0... yes
  191. checking for ALSA... no
  192. checking for JACK... no
  193. checking CFLAGS for gcc -g... -g
  194. checking for stdlib.h... (cached) yes
  195. checking for GNU libc compatible malloc... yes
  196. checking whether lstat dereferences a symlink specified with a trailing slash... yes
  197. checking whether stat accepts an empty string... no
  198. checking for getcwd... yes
  199. checking for memmove... yes
  200. checking for strcasecmp... yes
  201. checking for strdup... yes
  202. checking for strerror... yes
  203. checking for strncasecmp... yes
  204. checking for strrchr... yes
  205. checking for socket... yes
  206. checking for gettimeofday... yes
  207. checking for getenv... yes
  208. checking for fork... yes
  209. checking for setsid... yes
  210. checking for kill... yes
  211. checking for bind... yes
  212. checking for listen... yes
  213. checking for accept... yes
  214. checking for time... yes
  215. checking for connect... yes
  216. checking for unlink... yes
  217. checking for send... yes
  218. checking for recv... yes
  219. checking for select... yes
  220. checking for strftime... yes
  221. checking for localtime_r... yes
  222. checking for mbsrtowcs... yes
  223. checking for mbstowcs... yes
  224. checking for execvp... yes
  225. checking for wcswidth... yes
  226. checking for strcasestr... yes
  227. checking for strerror_r... yes
  228. checking for dirent.h that defines DIR... yes
  229. checking for library containing opendir... none required
  230. checking for the pthreads library -lpthreads... no
  231. checking whether pthreads work without any flags... no
  232. checking whether pthreads work with -Kthread... no
  233. checking whether pthreads work with -kthread... no
  234. checking for the pthreads library -llthread... no
  235. checking whether pthreads work with -pthread... yes
  236. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  237. checking if more special flags are required for pthreads... no
  238. checking for cc_r... gcc
  239. checking for stdlib.h... (cached) yes
  240. checking for unistd.h... (cached) yes
  241. checking for getpagesize... yes
  242. checking for working mmap... yes
  243. checking for working ncursesw... yes
  244. checking ncursesw/curses.h usability... yes
  245. checking ncursesw/curses.h presence... yes
  246. checking for ncursesw/curses.h... yes
  247. checking for getopt_long... yes
  248. checking getopt.h usability... yes
  249. checking getopt.h presence... yes
  250. checking for getopt.h... yes
  251. checking for mad_stream_init in -lmad... yes
  252. checking mad.h usability... yes
  253. checking mad.h presence... yes
  254. checking for mad.h... yes
  255. checking for gzopen in -lz... yes
  256. checking for id3_file_open in -lid3tag... yes
  257. checking id3tag.h usability... yes
  258. checking id3tag.h presence... yes
  259. checking for id3tag.h... yes
  260. checking librcc.h usability... no
  261. checking librcc.h presence... no
  262. checking for librcc.h... no
  263. checking mpcdec/mpcdec.h usability... no
  264. checking mpcdec/mpcdec.h presence... no
  265. checking for mpcdec/mpcdec.h... no
  266. checking mpc/mpcdec.h usability... no
  267. checking mpc/mpcdec.h presence... no
  268. checking for mpc/mpcdec.h... no
  269. checking for OGG_VORBIS... no
  270. checking for LIBFLAC... no
  271. checking for sndfile... no
  272. checking for ffmpeg-config... no
  273. checking for libavformat... no
  274. checking ffmpeg/avformat.h usability... no
  275. checking ffmpeg/avformat.h presence... no
  276. checking for ffmpeg/avformat.h... no
  277. checking libavformat/avformat.h usability... no
  278. checking libavformat/avformat.h presence... no
  279. checking for libavformat/avformat.h... no
  280. checking for speex... no
  281. checking for samplerate... no
  282. checking for curl-config... no
  283. configure: creating ./config.status
  284. config.status: creating Makefile
  285. config.status: creating themes/Makefile
  286. config.status: creating decoder_plugins/Makefile
  287. config.status: creating decoder_plugins/mp3/Makefile
  288. config.status: creating decoder_plugins/vorbis/Makefile
  289. config.status: creating decoder_plugins/flac/Makefile
  290. config.status: creating decoder_plugins/sndfile/Makefile
  291. config.status: creating decoder_plugins/speex/Makefile
  292. config.status: creating decoder_plugins/musepack/Makefile
  293. config.status: creating decoder_plugins/ffmpeg/Makefile
  294. config.status: creating moc.spec
  295. config.status: creating config.h
  296. config.status: config.h is unchanged
  297. config.status: executing libtool commands
  298. config.status: executing depfiles commands
  299. === configuring in libltdl (/home/ayu/Downloads/moc-2.4.4/libltdl)
  300. configure: running /bin/sh ./configure '--prefix=/usr/local'  '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=.
  301. checking for a BSD-compatible install... /usr/bin/install -c
  302. checking whether build environment is sane... yes
  303. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  304. checking for gawk... gawk
  305. checking whether make sets $(MAKE)... yes
  306. checking build system type... x86_64-unknown-linux-gnu
  307. checking host system type... x86_64-unknown-linux-gnu
  308. checking for style of include used by make... GNU
  309. checking for gcc... gcc
  310. checking for C compiler default output file name... a.out
  311. checking whether the C compiler works... yes
  312. checking whether we are cross compiling... no
  313. checking for suffix of executables...
  314. checking for suffix of object files... o
  315. checking whether we are using the GNU C compiler... yes
  316. checking whether gcc accepts -g... yes
  317. checking for gcc option to accept ISO C89... none needed
  318. checking dependency style of gcc... gcc3
  319. checking for a sed that does not truncate output... /usr/bin/sed
  320. checking for grep that handles long lines and -e... /usr/bin/grep
  321. checking for egrep... /usr/bin/grep -E
  322. checking for fgrep... /usr/bin/grep -F
  323. checking for ld used by gcc... /usr/bin/ld
  324. checking if the linker (/usr/bin/ld) is GNU ld... yes
  325. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  326. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  327. checking whether ln -s works... yes
  328. checking the maximum length of command line arguments... 1572864
  329. checking whether the shell understands some XSI constructs... yes
  330. checking whether the shell understands "+="... yes
  331. checking for /usr/bin/ld option to reload object files... -r
  332. checking how to recognize dependent libraries... pass_all
  333. checking for ar... ar
  334. checking for strip... strip
  335. checking for ranlib... ranlib
  336. checking command to parse /usr/bin/nm -B output from gcc object... ok
  337. checking how to run the C preprocessor... gcc -E
  338. checking for ANSI C header files... yes
  339. checking for sys/types.h... yes
  340. checking for sys/stat.h... yes
  341. checking for stdlib.h... yes
  342. checking for string.h... yes
  343. checking for memory.h... yes
  344. checking for strings.h... yes
  345. checking for inttypes.h... yes
  346. checking for stdint.h... yes
  347. checking for unistd.h... yes
  348. checking for dlfcn.h... yes
  349. checking for objdir... .libs
  350. checking if gcc supports -fno-rtti -fno-exceptions... no
  351. checking for gcc option to produce PIC... -fPIC -DPIC
  352. checking if gcc PIC flag -fPIC -DPIC works... yes
  353. checking if gcc static flag -static works... no
  354. checking if gcc supports -c -o file.o... yes
  355. checking if gcc supports -c -o file.o... (cached) yes
  356. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  357. checking whether -lc should be explicitly linked in... no
  358. checking dynamic linker characteristics... GNU/Linux ld.so
  359. checking how to hardcode library paths into programs... immediate
  360. checking for shl_load... no
  361. checking for shl_load in -ldld... no
  362. checking for dlopen... no
  363. checking for dlopen in -ldl... yes
  364. checking whether a program can dlopen itself... yes
  365. checking whether a statically linked program can dlopen itself... yes
  366. checking whether stripping libraries is possible... yes
  367. checking if libtool supports shared libraries... yes
  368. checking whether to build shared libraries... yes
  369. checking whether to build static libraries... yes
  370. checking which extension is used for runtime loadable modules... .so
  371. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  372. checking for the default library search path... /lib /usr/lib /usr/lib64/dyninst /usr/lib64/iscsi /usr/lib64/tracker-0.16
  373. checking for library containing dlopen... -ldl
  374. checking for dlerror... yes
  375. checking for shl_load... (cached) no
  376. checking for shl_load in -ldld... (cached) no
  377. checking for dld_link in -ldld... no
  378. checking for _ prefix in compiled symbols... no
  379. checking whether deplibs are loaded by dlopen... yes
  380. checking for argz.h... yes
  381. checking for error_t... yes
  382. checking for argz_add... yes
  383. checking for argz_append... yes
  384. checking for argz_count... yes
  385. checking for argz_create_sep... yes
  386. checking for argz_insert... yes
  387. checking for argz_next... yes
  388. checking for argz_stringify... yes
  389. checking if argz actually works... yes
  390. checking whether libtool supports -dlopen/-dlpreopen... yes
  391. checking for unistd.h... (cached) yes
  392. checking for dl.h... no
  393. checking for sys/dl.h... no
  394. checking for dld.h... no
  395. checking for mach-o/dyld.h... no
  396. checking for dirent.h... yes
  397. checking for closedir... yes
  398. checking for opendir... yes
  399. checking for readdir... yes
  400. checking for strlcat... no
  401. checking for strlcpy... no
  402. configure: creating ./config.status
  403. config.status: creating Makefile
  404. config.status: creating config.h
  405. config.status: config.h is unchanged
  406. config.status: executing depfiles commands
  407. config.status: executing libtool commands

  408. ----------------------------------------------------------------
  409. MOC will be compiled with:
  410. Decoder plugins:    mp3
  411. OSS:               yes
  412. ALSA:              no
  413. JACK:              no
  414. DEBUG:             yes
  415. RCC:               no
  416. Network streams:   no
  417. Resampling:        no

  418. ----------------------------------------------------------------
  419. WARNING: since MOC version 2 the executable file name was changed to mocp!
  420. Please remove old moc binary if you have installed an older version.
复制代码
安装日志:
  1. [root@localhost moc-2.4.4]# cat moc_install_log
  2. Making install in themes
  3. make[1]: Entering directory `/home/ayu/Downloads/moc-2.4.4/themes'
  4. make[2]: Entering directory `/home/ayu/Downloads/moc-2.4.4/themes'
  5. make[2]: Nothing to be done for `install-exec-am'.
  6. test -z "/usr/local/share/moc/themes" || mkdir -p -- "/usr/local/share/moc/themes"
  7. /usr/bin/install -c -m 644 'transparent-background' '/usr/local/share/moc/themes/transparent-background'
  8. /usr/bin/install -c -m 644 'example_theme' '/usr/local/share/moc/themes/example_theme'
  9. /usr/bin/install -c -m 644 'nightly_theme' '/usr/local/share/moc/themes/nightly_theme'
  10. /usr/bin/install -c -m 644 'green_theme' '/usr/local/share/moc/themes/green_theme'
  11. /usr/bin/install -c -m 644 'yellow_red_theme' '/usr/local/share/moc/themes/yellow_red_theme'
  12. /usr/bin/install -c -m 644 'black_theme' '/usr/local/share/moc/themes/black_theme'
  13. /usr/bin/install -c -m 644 'moca_theme' '/usr/local/share/moc/themes/moca_theme'
  14. /usr/bin/install -c -m 644 'red_theme' '/usr/local/share/moc/themes/red_theme'
  15. /usr/bin/install -c -m 644 'darkdot_theme' '/usr/local/share/moc/themes/darkdot_theme'
  16. make[2]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/themes'
  17. make[1]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/themes'
  18. Making install in decoder_plugins
  19. make[1]: Entering directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins'
  20. Making install in mp3
  21. make[2]: Entering directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins/mp3'
  22. make[3]: Entering directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins/mp3'
  23. test -z "/usr/local/lib/moc/decoder_plugins" || mkdir -p -- "/usr/local/lib/moc/decoder_plugins"
  24. /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libmp3_decoder.la' '/usr/local/lib/moc/decoder_plugins/libmp3_decoder.la'
  25. libtool: install: /usr/bin/install -c .libs/libmp3_decoder.so /usr/local/lib/moc/decoder_plugins/libmp3_decoder.so
  26. libtool: install: /usr/bin/install -c .libs/libmp3_decoder.lai /usr/local/lib/moc/decoder_plugins/libmp3_decoder.la
  27. libtool: install: /usr/bin/install -c .libs/libmp3_decoder.a /usr/local/lib/moc/decoder_plugins/libmp3_decoder.a
  28. libtool: install: chmod 644 /usr/local/lib/moc/decoder_plugins/libmp3_decoder.a
  29. libtool: install: ranlib /usr/local/lib/moc/decoder_plugins/libmp3_decoder.a
  30. libtool: finish: PATH="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/ayu/bin:/sbin" ldconfig -n /usr/local/lib/moc/decoder_plugins
  31. ----------------------------------------------------------------------
  32. Libraries have been installed in:
  33.    /usr/local/lib/moc/decoder_plugins

  34. If you ever happen to want to link against installed libraries
  35. in a given directory, LIBDIR, you must either use libtool, and
  36. specify the full pathname of the library, or use the `-LLIBDIR'
  37. flag during linking and do at least one of the following:
  38.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  39.      during execution
  40.    - add LIBDIR to the `LD_RUN_PATH' environment variable
  41.      during linking
  42.    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  43.    - have your system administrator add LIBDIR to `/etc/ld.so.conf'

  44. See any operating system documentation about shared libraries for
  45. more information, such as the ld(1) and ld.so(8) manual pages.
  46. ----------------------------------------------------------------------
  47. make[3]: Nothing to be done for `install-data-am'.
  48. make[3]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins/mp3'
  49. make[2]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins/mp3'
  50. make[2]: Entering directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins'
  51. make[3]: Entering directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins'
  52. make[3]: Nothing to be done for `install-exec-am'.
  53. make[3]: Nothing to be done for `install-data-am'.
  54. make[3]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins'
  55. make[2]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins'
  56. make[1]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/decoder_plugins'
  57. Making install in libltdl
  58. make[1]: Entering directory `/home/ayu/Downloads/moc-2.4.4/libltdl'
  59. make  install-am
  60. make[2]: Entering directory `/home/ayu/Downloads/moc-2.4.4/libltdl'
  61. make[3]: Entering directory `/home/ayu/Downloads/moc-2.4.4/libltdl'
  62. test -z "/usr/local/lib" || /usr/bin/mkdir -p "/usr/local/lib"
  63. test -z "/usr/local/include" || /usr/bin/mkdir -p "/usr/local/include"
  64. test -z "" || /usr/bin/mkdir -p ""
  65. make[3]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/libltdl'
  66. make[2]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/libltdl'
  67. make[1]: Leaving directory `/home/ayu/Downloads/moc-2.4.4/libltdl'
  68. make[1]: Entering directory `/home/ayu/Downloads/moc-2.4.4'
  69. make[2]: Entering directory `/home/ayu/Downloads/moc-2.4.4'
  70. test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  71.   /bin/sh ./libtool --mode=install /usr/bin/install -c 'mocp' '/usr/local/bin/mocp'
  72. libtool: install: /usr/bin/install -c mocp /usr/local/bin/mocp
  73. test -z "/usr/local/share/doc/moc" || mkdir -p -- "/usr/local/share/doc/moc"
  74. /usr/bin/install -c -m 644 'config.example' '/usr/local/share/doc/moc/config.example'
  75. /usr/bin/install -c -m 644 'THANKS' '/usr/local/share/doc/moc/THANKS'
  76. /usr/bin/install -c -m 644 'README' '/usr/local/share/doc/moc/README'
  77. /usr/bin/install -c -m 644 'keymap.example' '/usr/local/share/doc/moc/keymap.example'
  78. test -z "/usr/local/share/man/man1" || mkdir -p -- "/usr/local/share/man/man1"
  79. /usr/bin/install -c -m 644 './mocp.1' '/usr/local/share/man/man1/mocp.1'
  80. make[2]: Leaving directory `/home/ayu/Downloads/moc-2.4.4'
  81. make[1]: Leaving directory `/home/ayu/Downloads/moc-2.4.4'
复制代码
附件为源码包
moc-2.4.4.tar.bz2 (683.32 KB, 下载次数: 14)


libmad-0.15.1b.tar.gz (490.6 KB, 下载次数: 13)

libid3tag-0.15.1b.tar.gz (330.22 KB, 下载次数: 12)

论坛徽章:
0
2 [报告]
发表于 2016-08-16 16:07 |只看该作者
啊啊,我的也是这样子,你的解决了吗?

论坛徽章:
154
2022北京冬奥会纪念版徽章
日期:2015-08-07 17:10:5720周年集字徽章-年
日期:2022-10-26 16:44:2015-16赛季CBA联赛之深圳
日期:2022-11-02 14:02:4515-16赛季CBA联赛之八一
日期:2022-11-28 12:07:4820周年集字徽章-20	
日期:2023-07-19 08:49:4515-16赛季CBA联赛之八一
日期:2023-11-04 19:23:5115-16赛季CBA联赛之广夏
日期:2023-12-13 18:09:34
3 [报告]
发表于 2016-08-16 20:27 来自手机 |只看该作者
如果只是看视频电影,可以vlc

论坛徽章:
223
2022北京冬奥会纪念版徽章
日期:2015-08-10 16:30:32操作系统版块每日发帖之星
日期:2016-05-10 19:22:58操作系统版块每日发帖之星
日期:2016-02-18 06:20:00操作系统版块每日发帖之星
日期:2016-03-01 06:20:00操作系统版块每日发帖之星
日期:2016-03-02 06:20:0015-16赛季CBA联赛之上海
日期:2019-09-20 12:29:3219周年集字徽章-周
日期:2019-10-01 20:47:4815-16赛季CBA联赛之八一
日期:2020-10-23 18:30:5320周年集字徽章-20	
日期:2020-10-28 14:14:2615-16赛季CBA联赛之广夏
日期:2023-02-25 16:26:26CU十四周年纪念徽章
日期:2023-04-13 12:23:10操作系统版块每日发帖之星
日期:2016-05-10 19:22:58
4 [报告]
发表于 2016-08-24 09:03 |只看该作者
MOC will be compiled with:
Decoder plugins:    mp3
OSS:               yes
ALSA:              no
JACK:              no
DEBUG:             yes
RCC:               no
Network streams:   no
Resampling:        no
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP