Hello, I''m trying to install TCLink library from www.trustcommerce.com/tclink.html as indicated in the ActiveMerchant documentation (http://activemerchant.rubyforge.org/). The README for TCLink v3.4.4 says: "Besides the normal Ruby install, you''ll need the ruby-devel package, which contains files needed for building Ruby extensions." Does anyone know what this means? Am I supposed to install a new ruby package called ''ruby-devel''? This is what I think it means. If so, I don''t know how to do this. I''m on OS X. If anyone has something helpful, I''d appreciate it. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
you might have it already... did you try the install? On Aug 2, 10:41 am, Elliott Blatt <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hello, > > I''m trying to install TCLink library fromwww.trustcommerce.com/tclink.htmlas indicated in the ActiveMerchant > documentation (http://activemerchant.rubyforge.org/). > > The README for TCLink v3.4.4 says: > > "Besides the normal Ruby install, you''ll need the ruby-devel package, > which contains files needed for building Ruby extensions." > > Does anyone know what this means? Am I supposed to install a new ruby > package called ''ruby-devel''? This is what I think it means. If so, I > don''t know how to do this. > > I''m on OS X. If anyone has something helpful, I''d appreciate it. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Elliott Blatt
2007-Aug-03 14:21 UTC
Re: How to install TCLink on OS X? ruby-devel package?
Jeff, Thanks for your reply. Yes, I think you''re right. I did finally find out out do accomplish my objective, and I''ll leave the solution here for posterity. To make TCLink available to rails, you need to: 1. download the tclink library from www.trustcommerce.com/tclink.html 2. unzip 3. cd tclink-3.4.4-ruby 4. ./build.sh 5. ruby tctest.rb (just to make sure it works) 6. the build process will create a file called ''tclink.bundle''. copy this file to the /lib directory of your project root. You will have to repeat the process on your on your production machine if it differs from your development machine. 7. restart, and it should just work Peace on, EB -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
We''ve updated ActiveMerchant to fall back to SSL POST when the TCLink library isn''t available. If the TCLink library is available then the gateway will use it automatically. On 8/3/07, Elliott Blatt <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Jeff, > > Thanks for your reply. Yes, I think you''re right. I did finally find > out out do accomplish my objective, and I''ll leave the solution here for > posterity. > > To make TCLink available to rails, you need to: > > 1. download the tclink library from www.trustcommerce.com/tclink.html > 2. unzip > 3. cd tclink-3.4.4-ruby > 4. ./build.sh > 5. ruby tctest.rb (just to make sure it works) > 6. the build process will create a file called ''tclink.bundle''. copy > this file to the /lib directory of your project root. You will have to > repeat the process on your on your production machine if it differs from > your development machine. > 7. restart, and it should just work > > Peace on, > EB > -- > Posted via http://www.ruby-forum.com/. > > > >-- Cody Fauser http://shopify.com - e-commerce done right http://www.codyfauser.com - blog http://www.oreilly.com/catalog/rjsrails - RJS Templates for Rails --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---