GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    a very weeny construct 💀 (pho4cexa@tiny.tilde.website)'s status on Tuesday, 12-Mar-2024 13:12:06 JSTa very weeny construct 💀a very weeny construct 💀

    my weaksauce vps runs debian 12 ("bookworm") which has glibc 2.36

    my beefy dev box runs debian 13 ("trixie") which has glibc 2.37

    that means rust programs i compile on dev don't work when i copy them up to vps

    quick fix: compile it in a docker container:

    docker run --rm \
    --user "$(id -u)":"$(id -g)" \
    -v "$PWD":/x \
    -w /x \
    rust:bookworm \
    cargo build --release

    in general i hate docker but it does come in handy for this

    In conversationabout a year ago from tiny.tilde.websitepermalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.