Installing Mp4box in centos 6

 
Installing Mp4box in centos 6

Login to the server

cd /usr/local/src/

Now we need to download the packages and libraries of MP4Box

wget http://downloads.sourceforge.net/gpac/gpac-0.4.5.tar.gz

wget http://nchc.dl.sourceforge.net/project/gpac/GPAC%20extra%20libs/GPAC%20extra%20libs%200.4.5/gpac_extra_libs-0.4.5.tar.gz

tar -zxvf gpac-0.4.5.tar.gz

tar -zxvf gpac_extra_libs-0.4.5.tar.gz

Now we need to copy the libraries to gpac folder.

cd gpac_extra_libs

cp -prf * /usr/local/src/gpac/extra_lib

cd ..

cd gpac

Install MP4Box

chmod 755 configure

[gpac]# ./configure

[gpac]# make lib

[gpac]# make apps

[gpac]# make install lib

[gpac]# make install

Now copy the gpac.so file from gpac directory to System libraries

[gpac]# cp -prf bin/gcc/libgpac.so /usr/lib64

>> ldconfig

>> which MP4Box

if you get an error like this

/usr/bin/ld: cannot find -lglutcollect2: ld returned 1 exit status

To fix this create a symbolic link of /usr/lib64/libglut.so.3 to /usr/lib64/libglut.so

[gpac]# ls /usr/lib64 |grep glutlibglut.so.3

[gpac]# ln -s /usr/lib64/libglut.so.3 /usr/lib64/libglut.so

 
 
http://easylinuxalways.blogspot.com/2013/03/installing-mp4box-in-centos-6.html

最新文章

  1. Android中Listview展示及其优化好处
  2. 解决win8 下 eclipse 中文字体太小的问题
  3. js小效果-双色球
  4. dedecms 打印出网站所有 文章标题和链接(URL)的方法
  5. 前端开发与Seo基础
  6. rtc关机闹钟7 jni层 com_android_server_AlarmManagerService
  7. smarty模板基础
  8. JS 頁面實時更新時間
  9. 转载:做Java开发这一年 (火龙果软件)
  10. 转:Spark User Defined Aggregate Function (UDAF) using Java
  11. ContentPlaceHolderID属性
  12. 关于JDEV的连接问题
  13. poj 1011--Sticks(搜索)
  14. c# datatable row
  15. 一个简单的基于 DirectShow 的播放器 1(封装类)
  16. Oracle-13:Oracle中的表分区
  17. Android Studio导包无效,全部报红
  18. Select下拉框使用ajax异步绑定数据
  19. C#ComboBox绑定List
  20. php设计模式之职责链模式

热门文章

  1. Delphi实现AnsiString与WideString的转换函数 转
  2. 推送消息 相关公司 手机端分享http://mob.com/
  3. MYSQL转MSSQL
  4. Hackerrank 2020 February 2014 解题报告
  5. FSharp.Data 程序集之 Http
  6. Spring 整合 Tibco EMS
  7. SKSpriteNode类
  8. Android ProgressDialog 加载进度
  9. 关于“无法解析的外部符号”和“该符号在函数_wmain 中被引用”的问题
  10. 第二节,CCSpriteBatchNode CCSpriteFrameCache