You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by ibug008 <wq...@163.com> on 2008/08/18 09:17:40 UTC

build ode error

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.


Re: build ode error

Posted by Matthieu Riou <ma...@offthelip.org>.
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 <
milinda.pathirage@gmail.com> 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 <wq...@163.com> 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"
>

Re: build ode error

Posted by Milinda Pathirage <mi...@gmail.com>.
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 <wq...@163.com> 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"