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

catapulte Issue on Mac M2 Architecture: GLIBC Version Not Found #700

Open
PepperPlatypus opened this issue May 2, 2024 · 1 comment
Open
Labels
good first issue Good for newcomers

Comments

@PepperPlatypus
Copy link

PepperPlatypus commented May 2, 2024

Similar issues occurs on my ubuntu vm as well

/usr/bin/catapulte: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by /usr/bin/catapulte)`

Description:

I've been encountering an issue with catapulte on a Mac with M2 architecture. This problem seems to be related to the absence of a specific version of the GNU C Library (GLIBC) required by catapulte. I've noticed similar issues in my own Rust projects, indicating that this might not be isolated to catapulte.

Error Message:

/usr/bin/catapulte: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/bin/catapulte)

Steps to Reproduce:

version: '3'

services:
  catapulte:
    image: jdrouet/catapulte:latest
    container_name: catapulte
    environment:
      - SMTP_HOSTNAME=smtp.ethereal.email
      - SMTP_PORT=587
      - [email protected] 
      - SMTP_PASSWORD=nYSncuFYzZ7mMwWRHa
      - SMTP_TLS_ENABLED=false
      - SWAGGER_ENABLED=true
      - TEMPLATE_PROVIDER=local
      - TEMPLATE_ROOT=/templates
    ports:
      - "3000:3000"
    volumes:
      - ./templates:/templates:ro

Expected Behavior:

catapulte should run without encountering the GLIBC_2.32 version not found error.

Actual Behavior:

The application fails to start due to the missing GLIBC_2.32 version.

Additional Context:

This issue does not seem to be specific to catapulte, as I've encountered similar problems in my Rust projects. It appears to be related to the compatibility of certain libraries with the M2 architecture.

Potential Solution:

If I manage to find a workaround or solution, I will update this issue accordingly.

@jdrouet jdrouet added the good first issue Good for newcomers label May 2, 2024
@joserochadocarmo
Copy link

joserochadocarmo commented Aug 24, 2024

Same in WSL2 Ubuntu. Fixed using docker pull jdrouet/catapulte:canary-alpine

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

No branches or pull requests

3 participants