D.php4

Last-modified: 2006-10-10 (火) 07:09:23

swisspc:~# apt-get install php4
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:

 apache-common libapache-mod-php4 libzzip-0-12 php4-common ucf

Suggested packages:

 apache apache-ssl apache-perl php4-pear

Recommended packages:

 debconf-utils

The following NEW packages will be installed:

 apache-common libapache-mod-php4 libzzip-0-12 php4 php4-common ucf

0 upgraded, 6 newly installed, 0 to remove and 2 not upgraded.
Need to get 2714kB of archives.
After unpacking 7152kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.jp.debian.org stable/main ucf 1.17 [36.9kB]
Get:2 http://ftp.jp.debian.org stable/main libzzip-0-12 0.12.83-4 [33.6kB]
Get:3 http://ftp.jp.debian.org stable/main php4-common 4:4.3.10-16 [168kB]
Get:4 http://ftp.jp.debian.org stable/main libapache-mod-php4 4:4.3.10-16 [1614kB]
Get:5 http://security.debian.org stable/updates/main apache-common 1.3.33-6sarge3 [860kB]
Get:6 http://ftp.jp.debian.org stable/main php4 4:4.3.10-16 [1148B]
Fetched 2714kB in 8s (331kB/s)
Preconfiguring packages ...
Selecting previously deselected package ucf.
(Reading database ... 26551 files and directories currently installed.)
Unpacking ucf (from .../apt/archives/ucf_1.17_all.deb) ...
Moving old data out of the way
Selecting previously deselected package apache-common.
Unpacking apache-common (from .../apache-common_1.3.33-6sarge3_i386.deb) ...
Selecting previously deselected package libzzip-0-12.
Unpacking libzzip-0-12 (from .../libzzip-0-12_0.12.83-4_i386.deb) ...
Selecting previously deselected package php4-common.
Unpacking php4-common (from .../php4-common_4%3a4.3.10-16_i386.deb) ...
Selecting previously deselected package libapache-mod-php4.
Unpacking libapache-mod-php4 (from .../libapache-mod-php4_4%3a4.3.10-16_i386.deb) ...
Selecting previously deselected package php4.
Unpacking php4 (from .../php4_4%3a4.3.10-16_all.deb) ...
Setting up ucf (1.17) ...

Setting up apache-common (1.3.33-6sarge3) ...

Setting up libzzip-0-12 (0.12.83-4) ...

Setting up php4-common (4.3.10-16) ...
Setting up libapache-mod-php4 (4.3.10-16) ...

Setting up php4 (4.3.10-16) ...

swisspc:~# apt-get install php4-mysql
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:

 php4-mysql

0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 21.2kB of archives.
After unpacking 115kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org stable/main php4-mysql 4:4.3.10-16 [21.2kB]
Fetched 21.2kB in 0s (91.5kB/s)
Preconfiguring packages ...
Selecting previously deselected package php4-mysql.
(Reading database ... 27054 files and directories currently installed.)
Unpacking php4-mysql (from .../php4-mysql_4%3a4.3.10-16_i386.deb) ...
Setting up php4-mysql (4.3.10-16) ...

swisspc:~#

swisspc:~# apt-get install libapache2-mod-php4
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:

 apache2-mpm-prefork

Suggested packages:

 php4-pear

The following packages will be REMOVED:

 apache2-mpm-worker

The following NEW packages will be installed:

 apache2-mpm-prefork libapache2-mod-php4

0 upgraded, 2 newly installed, 1 to remove and 2 not upgraded.
Need to get 1815kB of archives.
After unpacking 3207kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.jp.debian.org stable/main apache2-mpm-prefork 2.0.54-5sarge1 [203kB]
Get:2 http://ftp.jp.debian.org stable/main libapache2-mod-php4 4:4.3.10-16 [1612kB]
Fetched 1815kB in 2s (828kB/s)
dpkg: apache2-mpm-worker: dependency problems, but removing anyway as you request:

apache2 depends on apache2-mpm-worker (= 2.0.54-5sarge1) | apache2-mpm-prefork (= 2.0.54-5sarge1) | apache2-mpm-perchild (= 2.0.54-5sarge1); however:
 Package apache2-mpm-worker is to be removed.
 Package apache2-mpm-prefork is not installed.
 Package apache2-mpm-perchild is not installed.

(Reading database ... 27056 files and directories currently installed.)
Removing apache2-mpm-worker ...
Stopping web server: Apache2.
Selecting previously deselected package apache2-mpm-prefork.
(Reading database ... 27052 files and directories currently installed.)
Unpacking apache2-mpm-prefork (from .../apache2-mpm-prefork_2.0.54-5sarge1_i386.deb) ...
Selecting previously deselected package libapache2-mod-php4.
Unpacking libapache2-mod-php4 (from .../libapache2-mod-php4_4%3a4.3.10-16_i386.deb) ...
Setting up apache2-mpm-prefork (2.0.54-5sarge1) ...
Starting web server: Apache2.

Setting up libapache2-mod-php4 (4.3.10-16) ...
Forcing reload of web server: Apache2.

swisspc:~#