1

Topic: Installation on fresh CentOS VPS cannot resolve all packages.

==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: CentOS 6.x 64bit
- Related log if you're reporting an issue: yum error
====

Hello, I am installing iRedMail on a fresh CentOS VPS with only Centos repos enabled, Centos-base and centos-extras are enabled i believe. When I run the iRedMail.sh script I get these errors:

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

I do a yum list *jansson* and nothing comes up, do I need to add a repo with this package?

Thanks!
Luke

----

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

2

Re: Installation on fresh CentOS VPS cannot resolve all packages.

jansson is available in EPEL repo, and EPEP repo will be enabled by iRedMail by default.
https://dl.fedoraproject.org/pub/epel/6/x86_64/

Do you have file /etc/yum.repos.d/epel.repo? do you enable it?

3

Re: Installation on fresh CentOS VPS cannot resolve all packages.

The VPS came with epel already installed (at least that's what the output was when attempting to install) but no epel.repo file so I made one, all is well now. Thanks!