Browsing the archives for the Linux tag

Guide to installing ClipShare 4.1 on a Linux VPS

No Comments
Server/Apache Tutorials

(This guide is currently incomplete) This is a technical guide detailing the steps a person has to go through to install ClipShare 4.1 on their web-server. Firstly, you’ll need a real server or a virtual private server to install this script, it will not install smoothly on shared hosting. Shared hosts will not have the required [...]

FFMPEG installation compile erors

1 Comment
Server/Apache Tutorials

I was recently attempting to compile ffmpeg 0.5 on a web server, and I had the following errors: In file included from libavdevice/v4l.c:32: /usr/include/linux/videodev.h:56: error: syntax error before “ulong” /usr/include/linux/videodev.h:72: error: syntax error before ‘}’ token libavdevice/v4l.c: In function `grab_read_header’: libavdevice/v4l.c:77: error: storage size of ‘tuner’ isn’t known libavdevice/v4l.c:141: error: invalid application of `sizeof’ to incomplete type `video_tuner’ libavdevice/v4l.c:148: error: invalid application [...]