Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: TIll Muster
library kernlab [ reply ]  
2010-06-09 14:53
Hi, I am developing a sinatra application that uses rsruby. In rsruby, I try to load the kernlab library 'kernlab' with RSRuby.instance.library('kernlab') and receive the following error:

Error: package/namespace load failed for 'kernlab'

R in general works fine under rsruby here. I have tried setting ENV['LD_LIBRARY_PATH'] = '/usr/local/lib/R/library/kernlab/libs'

where kernlab.so resides, but to no avail.
Any hints?

Thank you
Andreas