2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Solaris, CSWfam, ...
FromSent OnAttachments
Bill TaroliMay 23, 2005 3:57 am 
Alex S MooreMay 23, 2005 4:15 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Solaris, CSWfam, and Courier 0.50Actions...
From:Alex S Moore (asmo@edge.net)
Date:May 23, 2005 4:15:44 am
List:net.sourceforge.lists.courier-users

On Mon, 23 May 2005 03:55:08 -0700 Bill Taroli <bill@billsden.org> wrote:

OK. I've finally reached a point where I *really* want FAM running on my Solaris 9 box, so that I can support ENHANCEDIDLE for IMAP... yes, even if FAM has to poll and there's no kernel module to help it.

The configure completes fine, except the configure output says that the FAMOpen() test fails for maildir, since it cannot resolve some symbols from libnsl an libsocket.

Here is what I use. I have been building CSWcourierimap for some time now. Sounds like you want LDFLAGS.

LD_OPTIONS='-R/opt/csw/bdb4/lib:/opt/csw/lib/$ISALIST:/opt/csw/lib' CPPFLAGS='-I/opt/csw/include' CFLAGS='-fast -xarch=v8' LDFLAGS='-L/opt/csw/bdb4/lib -L/opt/csw/lib -lnsl -lsocket' export LD_OPTIONS CPPFLAGS CFLAGS LDFLAGS

If CSWfam gives you trouble, I may be able to help.

Alex