Quantcast
Channel: Server Support Forum
Viewing all articles
Browse latest Browse all 7443

Letzte Aktuellste php 5.3 Version Installieren?

$
0
0
Hallo ich wollte mir mit dieser Anleitung https://www.soeren-hentzschel.at/tec...-installieren/ auf meinen Server eine PHP 5.3 Version inbstallieren,da meine eine Domain Software unter dieser PHP Version Programmiert wurde und damit Fehlerfrei läöuft.

Wenn ich Folgendes ausführe.
Code:

cd /tmp
wget "http://de.php.net/get/php-5.3.25.tar.bz2/from/this/mirror" -O php.tar.bz2
tar xjf php.tar.bz2
cd php-5.3.25

Bekomme ich Folgendes.
Code:

Verbindungsaufbau zu de.php.net (de.php.net)|82.100.240.32|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2014-11-22 17:50:20 FEHLER 404: Not Found.

Die ganze Meldung sieht so aus.

Code:

root@k045:~# cd /tmp
root@k045:/tmp# wget "http://de.php.net/get/php-5.3.25.tar.bz2/from/this/mirror" -O php.tar.bz2
--2014-11-22 17:50:20--  http://de.php.net/get/php-5.3.25.tar.bz2/from/this/mirror
Auflösen des Hostnamen »de.php.net (de.php.net)«... 82.100.240.32, 212.124.37.9
Verbindungsaufbau zu de.php.net (de.php.net)|82.100.240.32|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2014-11-22 17:50:20 FEHLER 404: Not Found.

root@k045:/tmp# tar xjf php.tar.bz2

bzip2: Compressed file ends unexpectedly;
        perhaps it is corrupted?  *Possible* reason follows.
bzip2: Inappropriate ioctl for device
        Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

tar: Child returned status 2
tar: Error is not recoverable: exiting now
root@k045:/tmp# cd php-5.3.25^C
root@k045:/tmp# root@k045:~# cd /tmp

Gibt es diese php Version nicht mehr?

Viewing all articles
Browse latest Browse all 7443

Trending Articles