Install TCL TLS di Centos 6/7

TCL-TLS adalah module yang di pake TCL untuk mengakses atau menggunakan SSL,
Salah satu contohnya ketika akan menggunakan tcl eggdrop RSS.
Sayang nya untuk Centos 6/7 Tcl-Tls tidak tersedia di repository maupun di epel-release

Ketika scripting TCL, contoh saat RSS tcl eggdrop saat memasukan halaman dengan link HTTPS akan keluar error seperti:

[01:45:36] RSS Error: Unable to find tls package required for https, unloaded feed "PSS-RCE".
[01:45:36] RSS Syndication Script v0.5.1 (2012-02-27): Loaded.

Source code TCL-TLS bisa diambil dari http://tls.sourceforge.net/

[root@centos~ ]# wget tls.link/tls1.6.7.tar.gz
[root@centos~ ]# tar -zxvf tls1.6.7.tar.gz
[root@centos~ ]# cd tls1.6.7
[root@centos~ ]# ./configure --with-tclinclude=/usr/include/ --with-tcl=/usr/lib64/
[root@centos~ ]# make && make install
[root@centos~ ]# ln -s /usr/lib/tls1.6.7/ /usr/share/tcl8.5/

Sekarang kita verifikasi apakah module tls sudah terinstall

[root@centos ~]# tclsh
% package require tls
1.6.7
%

Yes.. Sudah terinstall broo..

Leave a Reply

Your email address will not be published. Required fields are marked *