skip to Main Content

Prisma 5.2.0 error on Linux Ubuntu 22.04 (uncompatible glibc)

I tried running my prisma code but I got this error: PrismaClientInitializationError: Unable to require(`/media/ubuntu/Storage/Projects/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…

VIEW QUESTION

Why do I get error compiling Ruby 3.2 on CentOS 7?

I try to build Ruby 3.2 using ruby-build plugin for rbenv but get some strange compilation error: compiling bignum.c In file included from vm_core.h:164:0, from iseq.h:14, from mini_builtin.c:3, from miniinit.c:51: thread_pthread.h:109:39: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before…

VIEW QUESTION

Folder name ending with @ in Ubuntu

enter image description here After I use source ~/.bashrc command my folders are changed to 'foldername+@'. What's the difference between the 'foldername' and 'foldername+@'? What should I do to make them as before? I googled, but I cannot find proper…

VIEW QUESTION
Back To Top
Search