cachewerk / linux-repos

Relay packages and repositories for Debian, Ubuntu and CentOS.
https://relay.so
MIT License
12 stars 2 forks source link

Add bookworm builds #15

Closed tillkruss closed 11 months ago

yatsukhnenko commented 1 year ago

I guess bookworm is Debian 12, not a separated distro

k0d3r1s commented 11 months ago

will you add bookworm build?

tillkruss commented 11 months ago

@k0d3r1s We will publish the packages with the next release.

k0d3r1s commented 10 months ago

@tillkruss any ETA?

tillkruss commented 10 months ago

Probably after the holidays. We're just finishing up the cluster integration.

If you need a working bookworm extension now, you can install Relay using a script.

k0d3r1s commented 10 months ago

@tillkruss it is not possible to use that instruction with bookworm:

ldd relay.so
    linux-vdso.so.1 (0x0000ffff93cab000)
    libpthread.so.0 => /lib/aarch64-linux-gnu/libpthread.so.0 (0x0000ffff93b50000)
    libssl.so.1.1 => not found
    libcrypto.so.1.1 => not found
    libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x0000ffff939a0000)
    /lib/ld-linux-aarch64.so.1 (0x0000ffff93c6e000)
    libzstd.so.1 => /lib/aarch64-linux-gnu/libzstd.so.1 (0x0000ffff938e0000)
    liblz4.so.1 => /lib/aarch64-linux-gnu/liblz4.so.1 (0x0000ffff93890000)
    libanl.so.1 => /lib/aarch64-linux-gnu/libanl.so.1 (0x0000ffff93860000)

bookworm does not have libssl.so.1.1 and libcrypto.so.1.1, as bookworm removed official support for openssl1

tillkruss commented 10 months ago

Yeah, you'll have to use the +libssl3 artifacts.

I believe Mint 21 is identical to Bookworm:

https://github.com/cachewerk/relay/blob/main/docker/mint21.Dockerfile