1

Topic: Conflicting PHP Versions

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====Hey all,

I'm trying to install iRedMail 0.9.0 on a Centos 6.5 VPS. My only issue is I have had to install a newer version of PHP, specifically 5.5.21 to support my use of Laravel PHP framework as 5.3 is incompatible. I run the script, but it throws an error:

Error: Package: uwsgi-2.0.9-1.el6.x86_64 (iRedMail)
           Requires: libjansson.so.4()(64bit)
Error: Package: uwsgi-2.0.9-1.el6.x86_64 (iRedMail)
           Requires: jansson
Error: php55w-common conflicts with php-common-5.3.3-40.el6_6.x86_64

I have looked at the packages.sh in functions, and removed the PHP section but it still throws it.

Any advice?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Conflicting PHP Versions

iRedMail is designed to be installed on a fresh system. Once you install iRedMail you can upgrade the PHP Version to a newer one, source: I run latest PHP5.6 on Ubuntu with Nginx +UWSGI+php5-fpm.

3

Re: Conflicting PHP Versions

I guess that makes sense, don't remember having to do that in the past though. Thanks