I’m new to Linux, but i need to install the zimbra open source mail server on my server which is running centOS 5, in the system requirements in the zimbra documentation, under the other dependencies sections it is said that i also have to install libidn.
So my questions is how can I find out whether I have it installed & how can I install it?
Thanks for your replies!
Dan
I’m new to Linux, but i need to install the zimbra open source mail
Share
Just run
yum install libidnand it will either tell you it is already installed, or install it if it isn’t.