Skip to content

GLIBC_2.38! #52

@mxdpeep

Description

@mxdpeep

swell: dlopen() failed: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found

Ubuntu 22.04.5 LTS still using GLIBC 2.35

...

Dockerfile:

FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y \
    build-essential cmake git libasound2-dev libfreetype6-dev \
    libcurl4-openssl-dev libx11-dev libxcomposite-dev libxcursor-dev \
    libxext-dev libxinerama-dev libxrandr-dev libxrender-dev \
    libwebkit2gtk-4.0-dev pkg-config

WORKDIR /build
RUN git clone --recursive https://github.com/FigBug/Wavetable.git .

RUN mkdir build && cd build && \
    cmake .. -DCMAKE_BUILD_TYPE=Release && \
    make -j$(nproc)

build.sh:

Image
#!/bin/bash

docker build -t socalabs-builder .
docker create --name soca-tmp socalabs-builder
docker cp soca-tmp:/build/build/Wavetable_artefacts/Release ./Release
docker rm soca-tmp
docker rmi socalabs-builder

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions