FordLawnmower commented on a Page, Youtube URL Checker  -  Nov 23, 2014

Updated

buffer  -  Nov 24, 2014

Thank you for update! What i have to install in my eggdrop to use this update? The line "package require tls" is the cause of the problem. Thx!

beyondthepale  -  Nov 26, 2014

For Centos or RHEL you could try installing TLS package WHILE IN ROOT

cd #

wget http://sourceforge.net/projects/tls/files/tls/1.6/tls1.6-src.tar.gz/download

tar -xzvf tls1.6-src.tar.gz

cd tls1.6

./configure

make

make install


TO CHECK IT WORKED DO:

tclsh

package require tls

1.6 <<<THIS IS THE RETURNED VALUE

exit

The the script should work with TLS ok.

one  -  Nov 29, 2014

i successfully installed this in ubuntu without root access.. but i accidentally deleted the file and when i tried to re-install it again - it says that permission denied - do you have any solution to install this without root priveledges?

thank you.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.