“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.
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.
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.
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.