Installing Mp4box in CentOS 6

Source: Internet
Author: User

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 a 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

Installing Mp4box in CentOS 6

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.