Didi Rieder wrote:
--On Monday, June 20, 2005 10:46:17 AM +0200 philippe
<[EMAIL PROTECTED]> wrote:
Hi,
I have a problem with cyradm : cyrus 2.2.12 on solaris 10.
I can't connect to the server with cyradm :
/bash-3.00# cyradm localhost
imclient_connect: unknown host "localhost" at
/usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris/Cyrus/IMAP/Admin.pm
line 71./
I modified the imclient.c source with one line more :
hints.ai_socktype = SOCK_STREAM;
hints.ai_flags = AI_CANONNAME;
+ hints.ai_protocol = 0*;
*but same problem.
someone could help me
just comment the following out in lib/imclient.c and recompile:
hints.ai.flags = AI_CANONNAME;
It should be arround line 238.
Didi
it's OK ,
thank's a lot for your answer
Phil
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html