> -----Original Message-----
> From: ft420 [mailto:arn...@gmail.com] 
> Sent: Tuesday, March 03, 2009 5:58 AM
> To: users@qpid.apache.org
> Subject: Re: Without Ruby ...
> 
> 
> 
> 
> 
> Danushka Menikkumbura wrote:
> > 
> > Hi Anil,
> >> I am newbie to qpid, apologize for stupid questions.
> >>
> >> Did not pull the files from Source Repository, downloaded 
> M4 Release ( 
> >> http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz )
> >>
> >> I need just C++ client., Is python and Ruby dependency only from 
> >> client standpoint ?
> >>
> > This is a bug in the release artifact. Ruby is required for code 
> > generation and what you have downloaded already includes generated

> > source. You have two options to get rid of this.
> > 
> > 1. Install Ruby on your system :). This includes minimum hassle.
> > 2. Open your configure.ac and comment out this block of rules.
> > 
> > AC_CHECK_PROG([RUBY], [ruby], [ruby])
> > test -n "$RUBY" && generate=yes
> > test -z "$RUBY" && AC_MSG_ERROR([Missing ruby installation 
> (try "yum 
> > install ruby").])
> > 
> > Then run autoconf & automake to generate your new configure
script.
> > 
> > Now run ./configure.
> > 
> > Danushka
> > 
> > -- 
> > Danushka Menikkumbura
> > Technical Lead, WSO2 Inc.
> > 
> > blog : http://danushka-menikkumbura.blogspot.com/
> > 
> > http://wso2.com/ - "The Open Source SOA Company"
> > 
> > 
> > 
> > 
>
---------------------------------------------------------------------
> > Apache Qpid - AMQP Messaging Implementation
> > Project:      http://qpid.apache.org
> > Use/Interact: mailto:users-subscr...@qpid.apache.org
> > 
> > 
> > 
> Me too newbie in qpid 
> please let me know how to install ruby? 

If you are on Windows, Ruby is not needed; but it you want to get it,
it's at http://rubyforge.org/frs/?group_id=167

If you are on Linux, try 'yum' if it's available. Else try
www.python.org

-Steve

--
Steve Huston, Riverace Corporation
Check out my networked programming blog at
http://stevehuston.wordpress.com/


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscr...@qpid.apache.org

Reply via email to