Make errors when installing ffmpeg-php-0.6.0

When installing ffmpeg-php-0.6.0 getting the the following errors In file included from /usr/include/sys/stat.h:107, from /usr/include/php/main/php_streams.h:28, from /usr/include/php/main/php.h:395, from /root/ffmpeg-php-0.6.0/ffmpeg-php.c:40: /usr/include/bits/stat.h:91: error: field ‘st_atim’ has incomplete type /usr/include/bits/stat.h:92: error: field ‘st_mtim’ has incomplete type /usr/include/bits/stat.h:93: error: field ‘st_ctim’ has incomplete type /usr/include/bits/stat.h:152: error: field ‘st_atim’ has incomplete type /usr/include/bits/stat.h:153: error: field ‘st_mtim’ has incomplete type /usr/include/bits/stat.h:154: […]

CageFS and PHP Selector (Installation) in CloudLinux

CageFS and PHP Selector are two major components of Cloud Linux. The installation of PHP Selector PHP Selector is a CloudLinux component that sits on top of CageFS. It allows each user to select PHP version & module based on their needs. PHP Selector requires account to have CageFS enabled to work. 1) The installation of PHP Selector […]

Install Apache, PHP5 And MySQL Support On CentOS 6.5 Server

Install Apache, PHP5 And MySQL Support On CentOS 6.5   Apache is available as a CentOS package, therefore we can install it like this: #yum -y install httpd Now configure your system to start Apache at boot time… #chkconfig –levels 235 httpd on and now start Apache: #/etc/init.d/httpd start To install MySQL, we do this: […]