Openssl problem during installation

Hi, when running tutor local quickstart I get the error …

My openssl version is

OpenSSL 1.0.2g 1 Mar 2016
built on: reproducible build, date unspecified

I ran the installation the most recommended way:

sudo curl -L “https://github.com/overhangio/tutor/releases/download/v3.11.3/tutor-$(uname -s)_$(uname -m)” -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor

My OS:
Linux openedx 4.4.0-173-generic #203-Ubuntu SMP Wed Jan 15 02:55:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial

any hints? Thanks!

Hi @slillo! There is a problem with your docker-compose installation. What is the output of docker-compose --version? You will need to install it following the procedure described here: https://docs.docker.com/compose/install/

Hi @regis, thanks for the reply … it’s

docker-compose version 1.8.0, build unknown

Ok, I’ll reinstall it following the link.

Thanks @regis, now it works perfectly.

1 Like