【发布时间】:2010-11-01 10:36:12
【问题描述】:
我已按顺序安装了以下项目:
apt-get 安装 apache2
apt-get install mysql-server-5.1
root@wp-companyweb01:/home/administrator# apt-get install wordpress 阅读包裹清单...完成 构建依赖树 读取状态信息...完成 将安装以下额外软件包: libjs-cropper libjs-prototype libjs-scriptaculous libphp-phpmailer libphp-snoopy php-gettext tinymce wordpress-l10n 推荐套餐: 邮件传输代理 curl 将安装以下新软件包: libjs-cropper libjs-prototype libjs-scriptaculous libphp-phpmailer libphp-snoopy php-gettext tinymce wordpress wordpress-l10n 0 升级,9 新安装,0 删除和 24 未升级。 需要获得 7,890kB 的档案。 此操作后,将使用 29.5MB 的额外磁盘空间。 您要继续 [Y/n] 吗?是 获取:1 http://au.archive.ubuntu.com/ubuntu/lucid/universe libjs-prototype 1.6.1-1 [34.9kB] 获取:2 http://au.archive.ubuntu.com/ubuntu/lucid/universe libjs-scriptaculous 1.8.3-1 [127kB] 获取:3 http://au.archive.ubuntu.com/ubuntu/lucid/universe libjs-cropper 1.2.1-1 [136kB] 获取:4 http://au.archive.ubuntu.com/ubuntu/lucid/universe libphp-phpmailer 5.1-1 [77.0kB] 获取:5 http://au.archive.ubuntu.com/ubuntu/lucid/universe libphp-snoopy 1.2.4-1 [15.3kB] 获取:6 http://au.archive.ubuntu.com/ubuntu/lucid/universe php-gettext 1.0.9-1 [15.9kB] 获取:7 http://au.archive.ubuntu.com/ubuntu/lucid/universe tinymce 3.2.7-1 [442kB] 获取:8 http://au.archive.ubuntu.com/ubuntu/lucid/universe wordpress 2.9.2-1ubuntu1 [2,017kB] 获取:9 http://au.archive.ubuntu.com/ubuntu/lucid/universe wordpress-l10n 2.9.2-1ubuntu1 [5,025kB] 在 38 秒内获取 7,890kB (203kB/s) 选择以前取消选择的包 libjs-prototype。 (正在读取数据库...当前安装的 48847 个文件和目录。) 解包 libjs-prototype(来自 .../libjs-prototype_1.6.1-1_all.deb)... 选择以前取消选择的包 libjs-scriptaculous。 解压 libjs-scriptaculous(来自 .../libjs-scriptaculous_1.8.3-1_all.deb)... 选择以前取消选择的包 libjs-cropper。 解包 libjs-cropper(来自 .../libjs-cropper_1.2.1-1_all.deb)... 选择以前取消选择的包 libphp-phpmailer。 解压 libphp-phpmailer(来自 .../libphp-phpmailer_5.1-1_all.deb)... 选择以前取消选择的包 libphp-snoopy。 解压 libphp-snoopy(来自 .../libphp-snoopy_1.2.4-1_all.deb)... 选择以前取消选择的包 php-gettext。 解压 php-gettext(来自 .../php-gettext_1.0.9-1_all.deb)... 选择以前取消选择的包 tinymce。 解压tinymce(来自.../tinymce_3.2.7-1_all.deb)... 选择以前取消选择的包 wordpress。 解压 wordpress(来自 .../wordpress_2.9.2-1ubuntu1_all.deb)... 选择以前取消选择的包 wordpress-l10n。 解压 wordpress-l10n(来自 .../wordpress-l10n_2.9.2-1ubuntu1_all.deb)... 设置 libjs-prototype (1.6.1-1) ... 设置 libjs-scriptaculous (1.8.3-1) ... 设置 libjs-cropper (1.2.1-1) ... 设置 libphp-phpmailer (5.1-1) ... 设置 libphp-snoopy (1.2.4-1) ... 设置 php-gettext (1.0.9-1) ... 设置 tinymce (3.2.7-1) ... 设置 wordpress (2.9.2-1ubuntu1) ... 设置 wordpress-l10n (2.9.2-1ubuntu1) ...但是,当我尝试使用以下 URL 访问它时,它失败了:
http://wp-companyweb01/wordpress/wp-admin/install.php
什么都没有发生。
【问题讨论】:
-
同一wordpress的apt-get安装和手动下载版本有区别吗?