PDA

View Full Version : lnet



Daerkstar
03-13-2010, 01:52 PM
I just put lich a new computer and ran into this which i haven't come across before:

>;lnet
--- Lich: lnet active.
--- ScriptError: no such file to load -- openssl
lnet:16:in `require'
--- Lich: lnet has exited.


Anyone know how to fix?

Tillmen
03-13-2010, 03:14 PM
Did you use the Ruby installer from lichproject.org, or some other installer?

Daerkstar
03-13-2010, 04:01 PM
Installed Ruby1.9.1 from apt and copied & pasted /lich folder off old machine.

Tillmen
03-13-2010, 05:07 PM
For whatever reason, it looks like your version of Ruby wasn't compiled with support for OpenSSL. If you want to use Ruby 1.9.1, you could compile it yourself after installing OpenSSL and dev files, but it would probably be easier to install Ruby 1.8.7 instead. If you're on Ubuntu, you'll probably have trouble getting anything to show up in GTK windows. Here's a post that will tell you step by step how to get Lich running correctly on Ubuntu: http://forum.gsplayers.com/showpost.php?p=1071875&postcount=11

Daerkstar
03-15-2010, 11:30 AM
Thanks for pointing me in the right direction. I got it working on 1.9.1. For some reason package libopenssl-ruby was not installed.

apt-get install libopenssl-ruby fixes the problem.