- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在尝试在 CentOs 6.5 中安装 squirrelmail,但出现以下错误。
# yum install squirrelmail -y
.....
---> Package tmpwatch.x86_64 0:2.9.16-4.el6 will be installed
--> Running transaction check
---> Package php.x86_64 0:5.3.3-27.el6_5 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-27.el6_5 for package: php-5.3.3
--> Processing Dependency: php-cli(x86-64) = 5.3.3-27.el6_5 for package: php-5.3.3-27
---> Package php-mbstring.x86_64 0:5.3.3-27.el6_5 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-27.el6_5 for package: php-mbstr
---> Package php-pear.noarch 1:1.9.4-4.el6 will be installed
--> Finished Dependency Resolution
Error: Package: php-5.3.3-27.el6_5.x86_64 (updates)
Requires: php-common(x86-64) = 5.3.3-27.el6_5
Installed: php-common-5.4.27-1.el6.remi.x86_64 (@remi)
php-common(x86-64) = 5.4.27-1.el6.remi
Available: php-common-5.3.3-26.el6.x86_64 (base)
php-common(x86-64) = 5.3.3-26.el6
Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
php-common(x86-64) = 5.3.3-27.el6_5
Error: Package: php-mbstring-5.3.3-27.el6_5.x86_64 (updates)
Requires: php-common(x86-64) = 5.3.3-27.el6_5
Installed: php-common-5.4.27-1.el6.remi.x86_64 (@remi)
php-common(x86-64) = 5.4.27-1.el6.remi
Available: php-common-5.3.3-26.el6.x86_64 (base)
php-common(x86-64) = 5.3.3-26.el6
Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
php-common(x86-64) = 5.3.3-27.el6_5
Error: Package: php-5.3.3-27.el6_5.x86_64 (updates)
Requires: php-cli(x86-64) = 5.3.3-27.el6_5
Installed: php-cli-5.4.27-1.el6.remi.x86_64 (@remi)
php-cli(x86-64) = 5.4.27-1.el6.remi
Available: php-cli-5.3.3-26.el6.x86_64 (base)
php-cli(x86-64) = 5.3.3-26.el6
Available: php-cli-5.3.3-27.el6_5.x86_64 (updates)
php-cli(x86-64) = 5.3.3-27.el6_5
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@ioi ~]#
我不明白为什么会出现错误。
我已经尝试使用 --skip-broke
和 rpm -Va --nofiles --nodigest
但这并没有解决问题。我有 PHP-FPM php-common 和 php-cli 运行有人知道如何解决这个问题吗?
最佳答案
我遇到了和你一样的错误,我按照以下步骤在 CentOS 6 上下载并安装 Squirrelmail 设法解决了这个问题:
1- yum -y update
// Downloading the file
2- wget http://downloads.sourceforge.net/project/squirrelmail/stable/1.4.22/squirrelmail-webmail-1.4.22.zip
// unzip the file
3- unzip squirrelmail-webmail-1.4.22.zip -d /var/www/html/
// copy this to your project main path, you can also make a vhost
4- mv /var/www/html/squirrelmail-webmail-1.4.22/ /home/www.mywebsite.com/public_html/squirrelmail
// Set the correct permissions
5- chown -R apache: /home/www.mywebsite.com/public_html/squirrelmail/
// Create the configuration file
6- cd /home/www.mywebsite.com/public_html/squirrelmail/config
cp -p config_default.php config.php
// example of minimum configuration that you will need
$domain = 'mywebsite.com';
$data_dir = '/home/www.mywebsite.com/public_html/squirrelmail/data/';
$attachment_dir = '/home/www.mywebsite.com/public_html/squirrelmail/attach/';
$smtpServerAddress = 'localhost';
$imapServerAddress = 'localhost';
关于php - 在 CentOs 上安装 squirrelmail,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23079494/
我已经安装了squirrelmail,一切正常。我可以登录http//:192.168.20.20/webmail。现在我想改变当有人去 http//:192.168.20.20/然后他们重定向到 s
我正在尝试在 CentOs 6.5 中安装 squirrelmail,但出现以下错误。 # yum install squirrelmail -y ..... ---> Package tmpwatc
我在centos 6.4中设置了松鼠邮件 而且,我完全安装了imap(dovecot),squirrelmail,sendmail。 并打开端口110、143、25。 并且,设置有关imap的squi
我已经安装了 mod_jk,以便我可以将流量从 Apache 转发到 tomcat,之后 squirrelmail(我在 apache 中运行的唯一应用程序)停止工作并出现 followinError
我正在尝试使用 Roundcube 解决问题。星期一我正在更新服务器并安装 php 7.1.5(带有 ISPConfig 的 Debian 8)手册:https://www.howtoforge.co
我正在尝试自动创建用户或将用户添加到我在 ubuntu 16.0.4 上配置的 squirrelmail 服务器。我想使用 php 创建一个注册表单,然后我希望用户自己将他自己注册到邮件服务器,即 s
我是一名优秀的程序员,十分优秀!