Sc-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
==Description==
[[Image:Sc-plugin.jpg|thumb|Screenshot]]
[[Image:Sc-plugin.jpg|thumb|Screenshot]]
{{Box Warning|
{{Box Critical|
The usage and propagation of this plugin is illegal in many countries, e.g. germany. Please don't link to pages from here that might be illegal in those countries.
The usage and propagation of this plugin is illegal in many countries, e.g. Germany. Please don't link to pages from here that might be illegal in those countries.
}}
}}

==Hardware requirements==
==Hardware requirements==


Line 11: Line 12:
==Installation==
==Installation==
If OpenSSL is not installed
If OpenSSL is not installed
cd $SOURCEDIR
<pre>
tar xvzf openssl-<VERSION>.tar.gz
cd $SOURCEDIR
tar xvzf openssl-<VERSION>.tar.gz
cd openssl-<VERSION>
./configure --prefix=/usr/local
cd openssl-<VERSION>
make
./configure --prefix=/usr/local
make
make install
ldconfig
make install
ldconfig
</pre>


For the plugin see [[plugin installation]].
For the plugin see [[plugin installation]].
Line 34: Line 33:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|sc-plugin}}
<!-- Link to german wiki page -->
[[de:Sc-plugin]]

Latest revision as of 19:34, 21 October 2006

Description

Critical
Critical

The usage and propagation of this plugin is illegal in many countries, e.g. Germany. Please don't link to pages from here that might be illegal in those countries.


Hardware requirements

Software requirements

  • OpenSSL

Installation

If OpenSSL is not installed

cd $SOURCEDIR
tar xvzf openssl-<VERSION>.tar.gz
cd openssl-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig

For the plugin see plugin installation.

Problems

Links

[1] http://www.openssl.org Plugin homepage