Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Gem missing crypt/ISAAC #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I installed the current rubycas-server gem, 0.5.0.186, and upon running
"rubycas-server-ctl start", I get the following error:

Starting rubycas-server...
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- crypt/ISAAC (MissingSourceFile)

It appears that at
/usr/local/lib/ruby/gems/1.8/gems/rubycas-server-0.5.0.186/lib/casserver.rb:22,
 "/../vendor/isaac_0.9.1" is included into the search path, but that path
was not included in the gem I downloaded.

Original issue reported on code.google.com by tbehl...@gmail.com on 29 Nov 2007 at 1:14

GoogleCodeExporter commented 8 years ago
If it helps, I was able to solve my problem by using SVN to checkout
http://rubycas-server.googlecode.com/svn/trunk/vendor/isaac_0.9.1/ as
/usr/local/lib/ruby/gems/1.8/gems/rubycas-server-0.5.0.186/vendor/isaac_0.9.1

I guess maybe that directory didn't make it into the gem build?

Original comment by tbehl...@gmail.com on 29 Nov 2007 at 1:30

GoogleCodeExporter commented 8 years ago
Thanks for catching that... looks like I neglected to add the crypt-isaac 
library to
the gem's manifest. I've posted a fixed gem to RubyForge. It should be 
available via
the regular gem install method when their server refreshes the index in about 
an hour.

Original comment by matt.zuk...@gmail.com on 29 Nov 2007 at 4:35