Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I'm trying to install Phusion Passenger to launch an RoR app on an AWS stack with Amazon Linux 64 bit.

When Passenger checks for required software I'm getting the following error:

Curl development headers with SSL support... not found

I tried several options:

sudo yum install libssl-dev

sudo yum install libcurl4-openssl-dev

But I always get something like:

No package libcurl4-openssl-dev available.

Do you know if it's possible to install Curl SSH headers in this stack?

1 Answer

0 votes
by (44.4k points)

In Amazon Linux distribution the packages you are looking for are openssl-devel and libcurl-devel. Do this to install:

sudo yum install libcurl-devel openssl-devel

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
asked Jul 15, 2019 in AWS by yuvraj (19.1k points)
0 votes
1 answer

Browse Categories

...