Skip to content

Commit

Permalink
Adds missing libgcrypt-dev for RSA compilation errors as per vysheng/…
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 2, 2019
1 parent a700f97 commit f3fe47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you do not want to use them pass options --disable-libconfig, --disable-liblu

On Ubuntu/Debian use:

sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev libjansson-dev libpython-dev make
sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev libjansson-dev libpython-dev libgcrypt-dev make

On gentoo:

Expand Down

3 comments on commit f3fe47f

@joshchoo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libgcrypt-dev failed to solve the compilation issue.
libssl1.0-dev was what worked for me.

@kenorb
Copy link
Member Author

@kenorb kenorb commented on f3fe47f Mar 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libgcrypt-dev failed to solve the compilation issue.
libssl1.0-dev was what worked for me.

There is a libssl-dev on the list, does it needs to be 1.0 explicitly?

@joshchoo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, just tested again and can verify that libssl1.0-dev works, but not libssl-dev

Please sign in to comment.