The binaries for ffmpeg are installed on my server but the application installed under the user home directory doesn't pick it up.
Collapse
Announcement
Collapse
No announcement yet.
How to add additional binaries commands to CageFS users in CloudLinux
Collapse
X
-
If you are using Cloudlinux then you will have to will have to add these additional binaries/commands so that all the users on the server can use them after CageFS has been updated.
SSH the server using root credentials.
Code:nano /etc/cagefs/conf.d/binutils.cfg
Code:[root@sh84 bin]# which ffmpeg /usr/local/bin/ffmpeg
Then update the file with below code.
Code:[binutils] comment=common utils paths=/usr/local/bin/ffmpeg
Finally, update cageFS.
Code:cagefsctl --force-update
That's it !!Last edited by Mandeep; 09-18-2018, 12:17 PM.
Comment