P
Prismathis hour
Ahmad

Alma linux

Will prisma be working with alma lunix?
2 Replies
Prisma AI Help
Prisma AI Help10h ago
Skipping coffee for instant knowledge! Let's brew that AI answer now. Yes, Prisma can work on AlmaLinux, with the right system libraries. From the system requirements, Prisma supports “RHEL” family distros (which AlmaLinux is binary-compatible with) as long as you have: - glibc ≥ 2.17 on AMD64, or ≥ 2.24 on ARM64 - OpenSSL 1.0.x, 1.1.x, or 3.x - zlib (libz.so.1) - libgcc (libgcc_s.so.1) [System requirements] On RHEL-family distros, Prisma’s engines use rhel-openssl-*.x builds, which assume those libraries are present. [binaryTargets options] Key points for AlmaLinux: - Ensure OpenSSL is installed (1.0/1.1/3.0 are all supported). - Ensure the standard C library (glibc) and zlib/libgcc are present (normally true on a standard AlmaLinux installation). - If you override binaryTargets in schema.prisma, you typically don’t need to for AlmaLinux; the default detection should pick a compatible RHEL-style engine. [binaryTargets options] If your environment uses a nonstandard OpenSSL location (e.g. set via LD_LIBRARY_PATH), there is currently an open issue requesting Prisma to look there when resolving libssl. [Compute libssl path] If those runtime dependencies are satisfied, Prisma should work on AlmaLinux. 🤔 Alright, thanks for letting us know that there's still some help needed. A team member will reply to you shortly. In the meantime, please let us know any additional info, questions, or which parts of the answer may need clarification.
Ahmad
AhmadOP10h ago
Meaning, my backend app is nedtjs with prizma, server would be almalinux

Did you find this page helpful?