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

Missing GLIBC with self built plato #340

Closed
narodnik opened this issue Dec 2, 2023 · 2 comments
Closed

Missing GLIBC with self built plato #340

narodnik opened this issue Dec 2, 2023 · 2 comments

Comments

@narodnik
Copy link

narodnik commented Dec 2, 2023

Greets, I'm modifying Plato to add a new feature and can build/run the emulator.

However when I deploy it to my device, I cannot launch Plato. info.log shows this:

Plato is running on a Kobo Libra H₂O.
The framebuffer resolution is 1264 by 1680.
Framebuffer rotation: 3 -> 3.
algebraic-geometry_problem-solving-approach_thomas-garrity.pdf
Framebuffer rotation: 0 -> 0.
./plato: /lib/libm.so.6: version `GLIBC_2.35' not found (required by ./plato)
./plato: /lib/libm.so.6: version `GLIBC_2.27' not found (required by ./plato)
./plato: /lib/libc.so.6: version `GLIBC_2.32' not found (required by ./plato)
./plato: /lib/libc.so.6: version `GLIBC_2.27' not found (required by ./plato)
./plato: /lib/libc.so.6: version `GLIBC_2.25' not found (required by ./plato)
./plato: /lib/libc.so.6: version `GLIBC_2.29' not found (required by ./plato)
./plato: /lib/libc.so.6: version `GLIBC_2.33' not found (required by ./plato)
./plato: /lib/libc.so.6: version `GLIBC_2.28' not found (required by ./plato)
./plato: /lib/libc.so.6: version `GLIBC_2.34' not found (required by ./plato)

Install steps:

./build.sh
./dist.sh
cp -r dist/* /mnt/kobo/.adds/plato/

The release packages work fine so I must be doing something wrong. Please advise. Ty

@baskerville
Copy link
Owner

See this comment.

@narodnik
Copy link
Author

narodnik commented Dec 2, 2023

Thanks, I opened a pull request.

@narodnik narodnik closed this as completed Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants