Follow up to the previous question above, because ...
# orm-help
m
Follow up to the previous question above, because Jared Fraser helped me get closer to what's actually going on. Prisma has engine build names for OpenSSL versions 1.0.x and 1.1.x. But my OpenSSL version is 2.8.3. I tried getting rid of native in the binaryTarget. I tried replacing it with 1.1.x. I was getting good builds on my Windows machine with the linux-musl target, so it shouldn't be that.
👀 1
n
Hey Michael 👋 Prisma released support for OpenSSL 3.0 from prisma version
3.13.0
Could you upgrade your OpenSSL version to 3.0 and see if it solves the issue for you?
m
Thanks @Nurul. In the docs, it looks like the two target binaries are for 1.1.x and 1.0.x. https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#generator Are you thinking it will work if I upgrade and just keep it as "native"?