Skip to content
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

Rover dev fails to start router #8

Open
nmiguelmoura opened this issue Jun 9, 2023 · 1 comment
Open

Rover dev fails to start router #8

nmiguelmoura opened this issue Jun 9, 2023 · 1 comment

Comments

@nmiguelmoura
Copy link

Hi, I was trying to use your image to run rover dev, but it seems everytime it fails with:
error: the router was unable to start up

Do you know why this happens?

@vadimofd
Copy link

vadimofd commented Sep 6, 2023

I haven't tried these images yet because they are older than I need but I've had this error message happen on an older ubuntu version because of an old GLIBC.

You can try running your rover with --log info and it will show router command it's using...

Then I ran that command manually it showed me this message
/root/.rover/bin/router-v1.26.0: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by /root/.rover/bin/router-v1.26.0)

It seems that later versions of router require later versions of glibc
https://community.apollographql.com/t/apollo-router-glibc-requirement/6171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants