Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node) #3750

Closed
3 tasks done
xkeshav opened this issue Oct 8, 2023 · 3 comments
Closed
3 tasks done
Assignees
Labels
archived This issue has been locked. duplicate question Further information is requested

Comments

@xkeshav
Copy link

xkeshav commented Oct 8, 2023

Before opening, please confirm:

App Id

d1c6hzkoiamnhy

Region

us-east-1

Step

Build fail

Status

Failed

Issue or question

update Astro which require node js version 18.1.4.1 and I have updated the node js version by changing build setting but build not getting completed as it gives error

Amazon AWS amplify use build image Amazon Linux 2

build log: https://us-east-1.console.aws.amazon.com/amplify/home?region=us-east-1#/d1c6hzkoiamnhy/update/4?step=BUILD

Error message

Starting phase: preBuild

2023-10-07T18:15:08.707Z [INFO]: # Executing command: npm ci
2023-10-07T18:15:08.708Z [WARNING]: node: /lib64/libm.so.6: version GLIBC_2.27' not found (required by node) node: /lib64/libc.so.6: version GLIBC_2.28' not found (required by node)
2023-10-07T18:15:08.709Z [ERROR]: !!! Build failed
2023-10-07T18:15:08.709Z [ERROR]: !!! Non-Zero Exit Code detected
2023-10-07T18:15:08.709Z [INFO]: # Starting environment caching...
2023-10-07T18:15:08.709Z [INFO]: # Environment caching completed
Terminating logging.

Additional information

Using Astro v3 for build and this is working fine till previous version of astro.. here is my package.json

{
  "name": "grateful-galaxy",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/mdx": "^0.17.2",
    "@astrojs/rss": "^2.1.1",
    "@astrojs/sitemap": "^1.1.0",
    "astro": "^3.2.0"
  },
  "devDependencies": {
    "typescript": "^5.2.2"
  }
}
@xkeshav xkeshav added the custom-domain Custom domain issues label Oct 8, 2023
@Jay2113 Jay2113 self-assigned this Oct 9, 2023
@Jay2113 Jay2113 added question Further information is requested duplicate and removed custom-domain Custom domain issues labels Oct 9, 2023
@Jay2113
Copy link
Contributor

Jay2113 commented Oct 9, 2023

Closing as it's a duplicate of #3754.

@Jay2113 Jay2113 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2023
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

@github-actions
Copy link

github-actions bot commented Oct 9, 2023

This issue has been automatically locked.

@github-actions github-actions bot added the archived This issue has been locked. label Oct 9, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived This issue has been locked. duplicate question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants