My glibc
version is 2.35
and Prisma requires at least 2.33
but it still does not work in my system. I can develop schemas and migrate schemas and all but the issue only arises when I try to make a query.
我的glibc版本是2.35,而Prisma至少需要2.33,但它仍然不能在我的系统中运行。我可以开发模式和迁移模式等等,但这个问题只有在我尝试进行查询时才会出现。
PrismaClientInitializationError: Unable to require(`/home/kaushal/Desktop/prisma/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node`).
Prisma has detected an incompatible version of the glibc
C standard library installed in your system. This probably means your system may be too old to run Prisma. Please refer to the documentation about Prisma's system requirements: https://pris.ly/d/system-requirements
Prisma检测到您的系统中安装了不兼容版本的glibc C标准库。这可能意味着您的系统可能太旧,无法运行Prisma。请参阅有关PRISMA系统要求的文档:https://pris.ly/d/system-requirements
Details: /snap/core20/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libcrypto.so.3)
at dn.loadLibrary (/home/kaushal/Desktop/prisma/node_modules/@prisma/client/runtime/library.js:112:9956)
at async pr.loadEngine (/home/kaushal/Desktop/prisma/node_modules/@prisma/client/runtime/library.js:114:447)
at async pr.instantiateLibrary (/home/kaushal/Desktop/prisma/node_modules/@prisma/client/runtime/library.js:113:1762) {
clientVersion: '5.2.0',
errorCode: undefined
}
更多回答
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.
请编辑问题以将其限制为特定问题,并提供足够的详细信息以确定适当的答案。
优秀答案推荐
我是一名优秀的程序员,十分优秀!