ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.53k stars 3.17k forks source link

run `make build` with main branch, will occur errors: Could not open '/lib64/ld-linux-x86-64.so.2' #4137

Closed agnarsong closed 1 year ago

agnarsong commented 1 year ago

Describe the bug run make build with main branch, will occur errors: Could not open '/lib64/ld-linux-x86-64.so.2'

To Reproduce Steps to reproduce the behavior:

  1. git clone git@github.com:ethereum-optimism/optimism.git
  2. cd optimism
  3. make build
  4. See error

Expected behavior will running optimism in localnetwork

Screenshots image

System Specs: image

Additional context I tried the following, but I still encountered the same error update every service in docker-compose.yml like this: image

tynes commented 1 year ago

This looks like solc is having issues, not sure what the problem is exactly. Looks like you are building under rosetta, perhaps see if you can get the missing library installed on your machine