ich wollte mir heute LoxBerry auf den Raspberry Pi 1B installieren, leider funktioniert das nicht.
Es liegt daran, dass im Installationsskript auf PHP 7.4 zurückgegriffen wird, das von packages.sury.org nicht für ARMv6 zur Verfügung gestellt wird - nur ab ARMv7.
Ich habe es bisher noch nicht zum Laufen gebracht...
Error ist dann:
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xeu apache2.service" for details.
× apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/apache2.service.d
└─privatetmp.conf
Active: failed (Result: exit-code) since Sat 2024-05-18 06:28:50 CEST; 257ms ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 14547 ExecStart=/usr/sbin/apachectl start (code=exited, status=132)
CPU: 398ms
May 18 06:28:49 loxberry systemd[1]: Starting apache2.service - The Apache HTTP Server...
May 18 06:28:50 loxberry apachectl[14547]: Illegal instruction
May 18 06:28:50 loxberry apachectl[14547]: Action 'start' failed.
May 18 06:28:50 loxberry apachectl[14547]: The Apache error log may have more information.
May 18 06:28:50 loxberry systemd[1]: apache2.service: Control process exited, code=exited, status=132/n/a
May 18 06:28:50 loxberry systemd[1]: apache2.service: Failed with result 'exit-code'.
May 18 06:28:50 loxberry systemd[1]: Failed to start apache2.service - The Apache HTTP Server.
[FAILED ] .... Could not reconfigure Apache2.
php -v Illegal instruction
LG Florian

Kommentar