apibara / dna

Apibara is the fastest platform to build production-grade indexers that connect onchain data to web2 services.
https://www.apibara.com/
Apache License 2.0
168 stars 32 forks source link

version `GLIBC_2.38' not found #271

Closed JustAnotherDevv closed 8 months ago

JustAnotherDevv commented 8 months ago

Describe the bug

I am trying to run apibara dna cli with sink plugin installed and I am getting error that preventing me from using it:

/home/user/.local/share/apibara/plugins/apibara-sink-console: /lib/x86_64-linux-gnu/libm.so.6: versionGLIBC_2.38' not found (required by /home/user/.local/share/apibara/plugins/apibara-sink-console)`

To Reproduce

// This transform does nothing. export default function transform(block) { return block; }`

Expected behavior

Execution of the apibara command.

Software (please complete the following information):

Additional context

It also happened on other versions, I already tried reinstalling my OS, installng a bunch of packages but after 2 days spent on just this it seems impossible to solve on my own.

fracek commented 8 months ago

This is related to #222, releasing a fix that rolls back glibc to 3.5

fracek commented 8 months ago

This has been fixed. Thank you for reporting!

trevis-dev commented 4 months ago

Hi!

I just updated the postgres plugin to v0.6.0 and got the same error (well required by apibara-sink-postges) for glibc_2.38.

I can open another issue if preferred.