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

Installation error: GLIBC_2.27 and GLIBC_2.28 not found #73

Open
jumping69 opened this issue May 10, 2021 · 0 comments
Open

Installation error: GLIBC_2.27 and GLIBC_2.28 not found #73

jumping69 opened this issue May 10, 2021 · 0 comments

Comments

@jumping69
Copy link

Hello,
Cannot install PiKrellCam on my Raspberry Pi 3 Model B

System info:
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian

Error:
Starting PiKrellCam install...
No packages need to be installed.
./pikrellcam: /lib/arm-linux-gnueabihf/libm.so.6: version GLIBC_2.27' not found (required by ./pikrellcam) ./pikrellcam: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.28' not found (required by ./pikrellcam)
Unexpected failure to create config file /home/pi/.pikrellcam/pikrellcam.conf

Result of make:
pi@RoboxRoot:~/pikrellcam/src $ make
mkdir -p /tmp/build-pikrellcam
cc -c -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/o pt/vc/include/interface/vmcs_host/linux -I../libkrellm/glcd -I../libkrellm/utils pikrellcam.c -o /tmp/build-pikrellcam/pikrellcam.o
cc -c -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/o pt/vc/include/interface/vmcs_host/linux -I../libkrellm/glcd -I../libkrellm/utils mmalcam.c -o /tmp/build-pikrellcam/mmalcam.o
cc -c -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/o pt/vc/include/interface/vmcs_host/linux -I../libkrellm/glcd -I../libkrellm/utils motion.c -o /tmp/build-pikrellcam/motion.o
cc -c -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/o pt/vc/include/interface/vmcs_host/linux -I../libkrellm/glcd -I../libkrellm/utils event.c -o /tmp/build-pikrellcam/event.o
cc -c -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/o pt/vc/include/interface/vmcs_host/linux -I../libkrellm/glcd -I../libkrellm/utils display.c -o /tmp/build-pikrellcam/display.o
cc -c -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/o pt/vc/include/interface/vmcs_host/linux -I../libkrellm/glcd -I../libkrellm/utils config.c -o /tmp/build-pikrellcam/config.o
config.c:129:4: error: 'MMAL_PARAM_AWBMODE_GREYWORLD' undeclared here (not in a function)
{ MMAL_PARAM_AWBMODE_GREYWORLD, "greyworld" }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

1 participant