Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerbuild will not start #29

Open
florianbecker opened this issue Mar 16, 2021 · 1 comment
Open

Dockerbuild will not start #29

florianbecker opened this issue Mar 16, 2021 · 1 comment

Comments

@florianbecker
Copy link

floh@mysgx:~/intel_sgx/TaLoS$ sudo docker -D run -p 7778:7778 talos /start.sh
/start.sh: line 5: 9 Segmentation fault (core dumped) ./install/bin/httpd -X

@kbamponsem
Copy link

RUN     apt-get update && \
        apt-get install -y --no-install-recommends \
                gcc \
                avr-libc \
                build-essential \
                libpcre3-dev \
                zlib1g-dev \
                git \
                bison \
                flex \
                libtool \
                git \
                openssh-client \
                libssl-dev \
                wget \
                ca-certificates \
                make \
                patch \
                libapr1-dev \
                libaprutil1-dev \
        && apt-get clean \
        && apt-get autoclean \
        && rm -rf /var/lib/apt/lists/*

Hi @florianbecker, by adding libssl-dev to the install lists makes it work.
I suppose, at first openssh-client would have auto-installed libssl-dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants