You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Bryan Kearney (JIRA)" <qp...@incubator.apache.org> on 2009/12/11 20:34:18 UTC

[jira] Created: (QPID-2264) The Build Instructions for the Ruby bits could use some love

The Build Instructions for the Ruby bits could use some love
------------------------------------------------------------

                 Key: QPID-2264
                 URL: https://issues.apache.org/jira/browse/QPID-2264
             Project: Qpid
          Issue Type: Improvement
          Components: Ruby Client
            Reporter: Bryan Kearney


In order to build the ruby bits, I needed to install the following:

rake, ruby-devel, cyrus-sasl-devel

To run against this, I needed to do a 

rake build

and then I had to:

export RUBYLIB={QPIDHOME}qpid/qpid/ruby/lib:{QPIDHOME}qpid/qpid/ruby/ext/sasl


It would be nice for this to be in the doco.





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (QPID-2264) The Build Instructions for the Ruby bits could use some love

Posted by "Sam Hendley (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799231#action_12799231 ] 

Sam Hendley commented on QPID-2264:
-----------------------------------

You should really just fix the gem specification so it adds the sasl components and qpid code so it builds sasl correctly. This makes it the easiest to use. It only takes one line to fix this in the Rakefile(line 108): 

s.extensions << 'ext/sasl/extconf.rb'

I had more comments here: http://mercenary-code.blogspot.com/2010/01/qpid-ruby-driver.html

> The Build Instructions for the Ruby bits could use some love
> ------------------------------------------------------------
>
>                 Key: QPID-2264
>                 URL: https://issues.apache.org/jira/browse/QPID-2264
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Ruby Client
>            Reporter: Bryan Kearney
>
> In order to build the ruby bits, I needed to install the following:
> rake, ruby-devel, cyrus-sasl-devel
> To run against this, I needed to do a 
> rake build
> and then I had to:
> export RUBYLIB={QPIDHOME}qpid/qpid/ruby/lib:{QPIDHOME}qpid/qpid/ruby/ext/sasl
> It would be nice for this to be in the doco.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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