You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh Bullseye Rapsberry pi image on Rapsberry Pi 4. Installation stops with:
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: RPi.GPIO in /usr/lib/python3/dist-packages (0.7.0)
rm: cannot remove 'composer-setup.php': No such file or directory
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
redis-server is already the newest version (5:6.0.16-1+deb11u2).
The following package was automatically installed and is no longer required:
libfuse2
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
sudo: pecl: command not found
touch: cannot touch '/etc/php//mods-available/redis.ini': No such file or directory
MudPi Install Error: Unable to create redis.ini file in php/mods-available
I have verified that /etc/php/8.1/mods-available does exist.
Even if I touch the requested file, the install cannot continue. It seems that it cannot find the directory.
The text was updated successfully, but these errors were encountered:
But now when I try to go to the UI via the IP address in a web browser i get "Welcome to nginx!....further config is required...". Ive no idea how to fix this issue yet
so I figured this out, you need to install the PHP (whatever version your using) development tools because the command sudo pecl is not on the common install of php, use the command : sudo apt-get install php-pear php(version)-dev
Fresh Bullseye Rapsberry pi image on Rapsberry Pi 4. Installation stops with:
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: RPi.GPIO in /usr/lib/python3/dist-packages (0.7.0)
rm: cannot remove 'composer-setup.php': No such file or directory
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
redis-server is already the newest version (5:6.0.16-1+deb11u2).
The following package was automatically installed and is no longer required:
libfuse2
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
sudo: pecl: command not found
touch: cannot touch '/etc/php//mods-available/redis.ini': No such file or directory
MudPi Install Error: Unable to create redis.ini file in php/mods-available
I have verified that /etc/php/8.1/mods-available does exist.
Even if I touch the requested file, the install cannot continue. It seems that it cannot find the directory.
The text was updated successfully, but these errors were encountered: