Also it seems you're using JRuby for buildr so you'll need to install jopenssl:
gem install jopenssl Finally to run the build, use the buildr command like so: buildr clean package Matthieu On Mon, Aug 18, 2008 at 3:54 AM, Milinda Pathirage < [EMAIL PROTECTED]> wrote: > Please try 'gem update' and 'gem update system'. I think that will install > dependencies required by other libraries. > > Thanks > Milinda > > > > On Mon, Aug 18, 2008 at 12:47 PM, ibug008 <[EMAIL PROTECTED]> wrote: > > > > > when i build ode ,i find this problem: > > --------------------------------------------------- > > G:\ODE\code\ode-trunk>rake package > > (in G:/ODE/code/ode-trunk) > > rake aborted! > > no such file to load -- jopenssl > > G:/ODE/code/ode-trunk/rakefile:18 > > (See full trace by running task with --trace) > > --------------------------------------------------- > > -- > > View this message in context: > > http://www.nabble.com/build-ode-error-tp19026884p19026884.html > > Sent from the Apache Ode Dev mailing list archive at Nabble.com. > > > > > > > -- > http://mpathirage.com > http://wso2.org "Oxygen for Web Service Developers" > http://wsaxc.blogspot.com "Web Services With Axis2/C" >
