Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

OSO add 1.14.x compile dependency#221

Open
sionsmith wants to merge 2 commits intoinput-output-hk:masterfrom
osodevops:oso_add_1.14.x_compile_dependency
Open

OSO add 1.14.x compile dependency#221
sionsmith wants to merge 2 commits intoinput-output-hk:masterfrom
osodevops:oso_add_1.14.x_compile_dependency

Conversation

@sionsmith
Copy link
Copy Markdown
Contributor

Amazon Linux 2 requires an extra package to be installed with version 1.14.x for the cardano-crypto-praos

@sionsmith sionsmith changed the title Oso add 1.14.x compile dependency OSO add 1.14.x compile dependency Jun 29, 2020
sudo yum update -y
sudo yum install git gcc gcc-c++ tmux gmp-devel make tar wget zlib-devel -y
sudo yum install systemd-devel ncurses-devel ncurses-compat-libs -y
sudo yum install systemd-devel ncurses-devel ncurses-compat-libs libsodium-devel -y
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This didn't work out of the box for me, I had to add another source for the package, as it wasn't available at aws linux 2.

This is what I had to do:
First add the lux repo to yum:

sudo rpm -Uvh http://repo.iotti.biz/CentOS/6/noarch/lux-release-6-3.noarch.rpm
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-LUX

I then had to edit the .repo file to point to the right place for some reason. edit this file /etc/yum.repos.d/lux.repo to contain the following:

[lux]
name=CentOS $releasever - $basearch - Lux
baseurl=http://repo.iotti.biz/CentOS/6
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LUX  

source

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants