baskerville / plato

Document reader
Other
1.23k stars 102 forks source link

Missing GLIBC with self built plato #340

Closed narodnik closed 7 months ago

narodnik commented 7 months ago

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 commented 7 months ago

See this comment.

narodnik commented 7 months ago

Thanks, I opened a pull request.