arevindh / pihole-speedtest

Pihole Speedtest Mod
https://arevindh.github.io/pihole-speedtest/
MIT License
218 stars 22 forks source link

Fehler Installation sqlite #100

Closed xnetworker closed 2 years ago

xnetworker commented 2 years ago

Ich erhalte beim installieren von sqlite folgende Meldung:

pi@raspberrypi:~ $ php -v PHP 7.4.25 (cli) (built: Oct 23 2021 21:53:50) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.25, Copyright (c), by Zend Technologies pi@raspberrypi:~ $ sudo apt install php7.4.25-sqlite Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php7.4.25-sqlite E: Couldn't find any package by glob 'php7.4.25-sqlite'

pi@raspberrypi:~ $ sudo apt install php7.x-sqlite3 Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php7.x-sqlite3 E: Couldn't find any package by glob 'php7.x-sqlite3' Wo liegt das Problem? Bin genau nach Anleitung vorgegangen

arevindh commented 2 years ago

Ich erhalte beim installieren von sqlite folgende Meldung:

pi@raspberrypi:~ $ php -v PHP 7.4.25 (cli) (built: Oct 23 2021 21:53:50) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.25, Copyright (c), by Zend Technologies pi@raspberrypi:~ $ sudo apt install php7.4.25-sqlite Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php7.4.25-sqlite E: Couldn't find any package by glob 'php7.4.25-sqlite'

pi@raspberrypi:~ $ sudo apt install php7.x-sqlite3 Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php7.x-sqlite3 E: Couldn't find any package by glob 'php7.x-sqlite3' Wo liegt das Problem? Bin genau nach Anleitung vorgegangen

Verwenden Sie einfach sudo apt install php7.4-sqlite . .25 ist eine Nebenversion und wird nicht benötigt.

xnetworker commented 2 years ago

Das gleiche: pi@raspberrypi:~ $ sudo apt install php7.4-sqlite Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php7.4-sqlite E: Couldn't find any package by glob 'php7.4-sqlite'

arevindh commented 2 years ago

Das gleiche: pi@raspberrypi:~ $ sudo apt install php7.4-sqlite Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php7.4-sqlite E: Couldn't find any package by glob 'php7.4-sqlite'

Probier diese sudo apt install php7.4-sqlite3.

Welches Gerät und Betriebssystem verwenden Sie ?

xnetworker commented 2 years ago

Jetzt erscheint kein Fehler:

pi@raspberrypi:~ $ sudo apt install php7.4-sqlite3 Reading package lists... Done Building dependency tree... Done Reading state information... Done php7.4-sqlite3 is already the newest version (7.4.25-1+deb11u1). php7.4-sqlite3 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

RPI 4 + Raspbian OS light

arevindh commented 2 years ago

Jetzt erscheint kein Fehler:

Scheint bereits installiert zu sein, können Sie mit dem nächsten Schritt fortfahren.

xnetworker commented 2 years ago

klappt. Vielen Dank