Page 1 of 1
PHP-Interpreter wird nicht installiert
Posted: Mon 8. Apr 2019, 10:00
by StefanM
Hallo zusammen, seit gestern versuche ich PHP-Interpreter 7.3 zu installieren. Aber seit 24 Stunden tut sich nichts. Bisher benutze ich die Standard-PHP-Version 7.0.33
Wer kann mir weiter helfen? Hat jemand einen Download Link? Dann könnte ich es manuell installieren.
Viele Grüße
Stefan
Re: PHP-Interpreter wird nicht installiert
Posted: Mon 8. Apr 2019, 10:24
by Jolinar
"tut sich nichts" ist eine extrem wenig hilfreiche Fehlerbeschreibung
Was sagen die relevanten Logfiles?
Welches OS wird verwendet?
Welche PHP-Version soll installiert werden?
Möglicherweise hast auch du das IPv6-Problem, welches
derzeit im Forum diskutiert wird.
Diesbezüglich poste doch mal die Ausgabe von:
Code: Select all
wget -6 https://install.keyhelp.de/testfile100M.bin
Re: PHP-Interpreter wird nicht installiert
Posted: Sat 11. May 2019, 13:42
by REOL
Ich bin mal so frei und greife den Thread mal wieder auf da ich das gleiche Problem habe...
OS: debian-9.4-x86_64-secure
PHP 7.3/7.1/5.6 soll Installiert werden...
Testfile:
Code: Select all
root@cp:~# wget -6 https://install.keyhelp.de/testfile100M.bin
--2019-05-11 13:37:15-- https://install.keyhelp.de/testfile100M.bin
Resolving install.keyhelp.de (install.keyhelp.de)... 2001:1b60:2:11:913:101:be57:cafe
Connecting to install.keyhelp.de (install.keyhelp.de)|2001:1b60:2:11:913:101:be57:cafe|:443... failed: Connection timed out.
Retrying.
--2019-05-11 13:38:19-- (try: 2) https://install.keyhelp.de/testfile100M.bin
Connecting to install.keyhelp.de (install.keyhelp.de)|2001:1b60:2:11:913:101:be57:cafe|:443... failed: Connection timed out.
Retrying.
--2019-05-11 13:39:24-- (try: 3) https://install.keyhelp.de/testfile100M.bin
Connecting to install.keyhelp.de (install.keyhelp.de)|2001:1b60:2:11:913:101:be57:cafe|:443... failed: Connection timed out.
Retrying.
Logfile:
Code: Select all
13:35:01 - 11. Mai 2019
Failed to install additional PHP version "7.3" (Failed to download from "https://repo.keyhelp.de/repository/debian_9/php/7.3/php_7.3.3_20190320142242.tar.gz")
13:34:02 - 11. Mai 2019
Failed to install additional PHP version "7.3" (Failed to download from "https://repo.keyhelp.de/repository/debian_9/php/7.3/php_7.3.3_20190320142242.tar.gz")
13:32:02 - 11. Mai 2019
Failed to install additional PHP version "7.3" (Failed to download from "https://repo.keyhelp.de/repository/debian_9/php/7.3/php_7.3.3_20190320142242.tar.gz")
13:30:02 - 11. Mai 2019
Failed to install additional PHP version "7.3" (Failed to download from "https://repo.keyhelp.de/repository/debian_9/php/7.3/php_7.3.3_20190320142242.tar.gz")
13:30:02 - 11. Mai 2019
Failed to install additional PHP version "7.2" (Failed to download from "https://repo.keyhelp.de/repository/debian_9/php/7.2/php_7.2.16_20190320134953.tar.gz")
13:30:02 - 11. Mai 2019
Failed to install additional PHP version "7.1" (Failed to download from "https://repo.keyhelp.de/repository/debian_9/php/7.1/php_7.1.27_20190325100454.tar.gz")
13:30:02 - 11. Mai 2019
Failed to install additional PHP version "7.0" (Failed to download from "https://repo.keyhelp.de/repository/debian_9/php/7.0/php_7.0.33_20190325093521.tar.gz")
13:30:02 - 11. Mai 2019
Failed to install additional PHP version "5.6" (Failed to download from "https://repo.keyhelp.de/repository/debian_9/php/5.6/php_5.6.40_20190325090317.tar.gz")
Re: PHP-Interpreter wird nicht installiert
Posted: Sat 11. May 2019, 17:37
by Jolinar
Aufgrund der Fehlermeldung ziemlich eindeutig...Verbindung über das IPv6-Protokoll wird nicht etabliert.
Deaktiviere IPv6 temporär mit:
Code: Select all
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
und starte die Installation erneut.
Re: PHP-Interpreter wird nicht installiert [GELÖST]
Posted: Sat 11. May 2019, 18:44
by REOL
Danke für die Schnelle Antwort,
sobald ich das CMDlet ausführe kriege ich beim Testfile ein Network unreachable.
Die Installation kann ich ebenso nicht ausführen. (Selber Fehler wie zu beginn)
Kann ich ggf. die Pakete manuell Installieren indem ich diese manuell auf den Server lade?
Bin nicht so Linux affin.
mfg
PS: So wie es aussieht kriege ich von meinem Serverhoster nur eine IPv4 und keine IPv6
PPS: Es handelt sich um einen vServer von Signaltransmitter bei welchem ich über einen Umweg Quota vorinstallieren musste oder etwas in der Art.
EDIT: Thematik Manuell Installieren... Ich habe es hinbekommen (Yaay)
viewtopic.php?f=4&t=652