optimism
optimism copied to clipboard
run `make build` with main branch, will occur errors: Could not open '/lib64/ld-linux-x86-64.so.2'
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:
- git clone [email protected]:ethereum-optimism/optimism.git
- cd optimism
- make build
- See error
Expected behavior will running optimism in localnetwork
Screenshots
System Specs:
Additional context
I tried the following, but I still encountered the same error
update every service in docker-compose.yml like this:
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