ABHIONLINUX
Site useful for linux administration and web hosting

2011/09/16

MP4Box installation


Follow the steps given below to install MP4Box

#cd /usr/local/src/
# wget http://nchc.dl.sourceforge.net/project/gpac/GPAC/GPAC%200.4.5/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
# cd gpac_extra_libs
# cp -r * /usr/local/src/gpac/extra_lib
# cd gpac
# chmod 755 configure
# ./configure
# make lib
# make apps
# make install lib
# make install
# cp bin/gcc/libgpac.so /usr/lib

# which MP4Box
/usr/local/bin/MP4Box

2011/06/30

Missing pentaho while installing Kaltura

While installing Kaltura on your centos 5.6 64 bit server, you can  see the error
"Missing pentaho"

Fix:
# mkdir /usr/local/pentaho
#  wget http://sourceforge.net/projects/pentaho/files/Data%20Integration/3.2.0-stable/pdi-ce-3.2.0-stable.tar.gz
#  tar xvzf pdi-ce-3.2.0-stable.tar.gz
#  mv data-integration pdi


ref: https://github.com/instructure/canvas-lms/wiki/Kaltura-setup-instructions