billw2 / pikrellcam

Raspberry Pi motion vector detection program with OSD web interface.
GNU General Public License v3.0
262 stars 70 forks source link

Latest version breaks on jessie #59

Open jesscold opened 4 years ago

jesscold commented 4 years ago

Upgraded for 4.1.6 to latest and got this error when starting:

./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)

The internets indicate that you cannot upgrade ldd using apt-get, so i got the thing working by building a new executable from source by running make in the /src dir.

This fixed it. Leaving this "issue" here for the next dweeb.

Egregius commented 4 years ago

Thanks for this fix! Got the same issue and this fixed it.

LucidEye commented 3 years ago

Thank you. This fixed the same issue for me as well.