Game8:~# apt-get install php5
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
libapache2-mod-php5
Suggested packages:
php-pear
The following packages will be REMOVED:
libapache2-mod-php4
The following NEW packages will be installed:
libapache2-mod-php5 php5
0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B/2414kB of archives.
After unpacking 2277kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 19391 files and directories currently installed.)
Removing libapache2-mod-php4 ...
Module php4 already disabled
Selecting previously deselected package libapache2-mod-php5.
(Reading database ... 19387 files and directories currently installed.)
Unpacking libapache2-mod-php5 (from .../libapache2-mod-php5_5.2.0-8+etch7_i386.deb) ...
Selecting previously deselected package php5.
Unpacking php5 (from .../php5_5.2.0-8+etch7_all.deb) ...
Setting up libapache2-mod-php5 (5.2.0-8+etch7) ...
Setting up php5 (5.2.0-8+etch7) ...
Game8:~#
Dit lijkt goed te gaan. Echter gebeurt er vrij weinig want het wordt niet geïnstalleerd! Apache draait nog steeds zonder php5. Hetzelfde met:
apt-get install php4
apt-get install php4-cli
apt-get install php5
apt-get install php5-cli
Via apt-get remove <package> heb ik geprobeerd opnieuw te installeren, echter lukt het me gewoon niet. Doe ik iets verkeerd?

Likes:


Quote