Sc-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
mNo edit summary
Line 11: Line 11:
==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]].

Revision as of 22:50, 30 November 2004

Description

Warning
Warning

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