Subscribe
Free Knowledge in an RSS feed

Articles » Tags » Linux

Guide to installing ClipShare 4.1 on a Linux VPS

July 28th, 2009

This guide is currently incomplete, and will likely stay incomplete since we didn’t keep notes and don’t plan on ever installing the application again. Hopefully these introductory steps will help. 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 [...]

FFMPEG installation compile erors

July 28th, 2009

We recently attempting to compile ffmpeg 0.5 on a web server, and 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 [...]