Skip to content

Re-configure dreamhost evniorment to support Amazon WebService

January 19, 2012
tags:

I was trying to make my dreamhost to support Amazon WebService (aws), the first problem I encountered is, missing libxslt.

Following the instruction here, I managed to install libxslt to my custom location.

Watch out, the link on http://xmlsoft.org/XSLT/downloads.html is actually pointing to libxml2 which doesn’t include libxslt. You want to find the correct link from ftp://xmlsoft.org/libxslt/

 

The next problem is openssl support missing from ruby. I had to re-configure ruby to make it openssl ready. Instruction can be found here.

 

All aws samples passed, then.

With one minor issue left, I got warning when running ruby:

Invalid gemspec in [/home/me/.gems/specifications/openssl-extensions-1.2.0.gemspec]: invalid date format in specification: “2011-11-03 00:00:00.000000000Z”

Hope I can figure this out later.

No comments yet

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.