Replies: 5 comments
-
Error: Get config /var/www/html/umami/node_modules/@prisma/cli/query-engine-debian-openssl-1.0.x: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory u need ssl installed |
Beta Was this translation helpful? Give feedback.
-
Thanks, in what context, SSL on the web server? A package that umami needs? Thanks! |
Beta Was this translation helpful? Give feedback.
-
openssl is usually installed at the OS level |
Beta Was this translation helpful? Give feedback.
-
Thanks @mikecao after looking with a friend for a bit I think Prism potentially has some OS requirements that I'm not meeting, I'm on centos 7. |
Beta Was this translation helpful? Give feedback.
-
I'm using centOS7 too, It's so difficult to use prisma with centOS7 |
Beta Was this translation helpful? Give feedback.
-
Hi there, I'm having a bit of trouble setting umami up. Its all going OK until I get to
npm run build
and then I get the following towards the end of the output:Sorry for the large wall of code, I see its telling me some files are missing, but all I have done is follow the instructions, so not sure how to proceed. Thanks in advance!
Additional info:
Node 14.15.4 (I also tried 10.13 as listed on the docs, result was identical)
MySQL 10.4.17
Running Centos
Beta Was this translation helpful? Give feedback.
All reactions