Replies: 2 comments
-
So I checked what version of glibc I have on my server and it is sure enough glibc v 2.12. Do I need to just update it to 2.18 or does that dependency need all three of the versions listed? |
Beta Was this translation helpful? Give feedback.
0 replies
-
So I ended up having to get a new server because the server I was going to use (centos6) was just too out of date. Got everything running except I can not login but I will open that in different ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very excited to get umami up and running, hoping that I can get past this road block and get started soon! I ran npm run build and got the following error:
Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Error: Get config /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x: /lib64/libc.so.6: version
GLIBC_2.14' not found (required by /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x)/root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x: /lib64/libc.so.6: version
GLIBC_2.15' not found (required by /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x) /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x: /lib64/libc.so.6: version
GLIBC_2.17' not found (required by /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x)/root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x: /lib64/libc.so.6: version
GLIBC_2.18' not found (required by /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] build-db-client:
dotenv prisma generate`npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build-db-client script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-06-24T17_21_24_724Z-debug.log
ERROR: "build-db-client" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build-db:
npm-run-all copy-db-schema build-db-client
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build-db script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-06-24T17_21_24_751Z-debug.log
ERROR: "build-db" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build:
npm-run-all build-tracker build-lang build-geo build-db build-app
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-06-24T17_21_24_815Z-debug.log
`
I am guessing I need what ever
GLIBC_2.15',
GLIBC_2.17', and `GLIBC_2.18' are? How do I install those? Is there something else that I need?Also I am running node v 10.13 and npm v 6.4.1
Beta Was this translation helpful? Give feedback.
All reactions