optimism icon indicating copy to clipboard operation
optimism copied to clipboard

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

Open agnarsong opened this issue 2 years ago • 1 comments

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 [email protected]: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

agnarsong avatar Dec 01 '22 07:12 agnarsong

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

tynes avatar Dec 13 '22 19:12 tynes