cyclops1982 / pikrellcam

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

Installer doesn't work on raspbian bullseye #1

Open cyclops1982 opened 1 year ago

cyclops1982 commented 1 year ago

The install script is not ready for bulleye as it has not been maintained.

Issues found so far:

apt install tries to install php7.3 php7.3-common php7.3-fpm gpac nginx bc sshpass mpack imagemagick apache2-utils libasound2-dev libmp3lame-dev but php needs to be php7.4, so:

apt install  php7.4 php7.4-common php7.4-fpm gpac nginx bc sshpass mpack imagemagick apache2-utils libasound2-dev libmp3lame-dev
cyclops1982 commented 1 year ago

The nginx configuration also doesn't have php7.4 in it, so that needs to be updated.