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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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: versionGLIBC_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: versionGLIBC_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! umami@1.18.0 build-db-client:dotenv prisma generate`npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the umami@1.18.0 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! umami@1.18.0 build-db:
npm-run-all copy-db-schema build-db-clientnpm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the umami@1.18.0 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! umami@1.18.0 build:
npm-run-all build-tracker build-lang build-geo build-db build-appnpm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the umami@1.18.0 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