-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
New dynamic dependency within evm #9391
Comments
@battlmonstr plz help |
here's my local hack to get around it, btw: https://github.com/holiman/goevmlab/pull/122/files |
@holiman @namiloh
Instead of
This will copy both @AskAlexSharov do we have a FAQ somewhere? I'd like to document this. |
Using Erigon linux archive v2.58.1.tar.gz with go v1.22.0, running
How do I compile in the missing library? Thank you |
@drjake007 please use |
Got it working - thanks for the help - appreciate the quick response. |
There's an FAQ entry about this now: Please reopen if you still have this issue. |
Backtrace
I built the binary like this: https://github.com/holiman/goevmlab/blob/master/docker/Dockerfile#L46
But the resulting binary has a new dynamic dependency which it didn't have previously:
I guess I just need to dig it up and copy it over, or somehow enable
static
build mode. Just wanted to file this, in case you did not know that some recent change made a previously standalone binary into a dynamic dependency binary.The location where it winds up is
/go/pkg/mod/github.com/erigontech/silkworm-go@v0.12.0/lib/linux_x64/libsilkworm_capi.so
The text was updated successfully, but these errors were encountered: