7 messages in net.sourceforge.lists.courier-users[courier-users] Re: More solaris 8 woes
FromSent OnAttachments
Eric KilfoilJul 18, 2001 3:08 pm 
Sam VarshavchikJul 18, 2001 4:01 pm 
Eric KilfoilJul 18, 2001 4:42 pm 
Sam VarshavchikJul 18, 2001 5:43 pm 
Eric KilfoilJul 18, 2001 6:31 pm 
Sam VarshavchikJul 18, 2001 7:08 pm 
Eric KilfoilJul 18, 2001 10:20 pm 
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:[courier-users] Re: More solaris 8 woesActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 18, 2001 4:01:58 pm
List:net.sourceforge.lists.courier-users

Eric Kilfoil writes:

First of all, a "fix" for a problem with authdaemond.plain. When compiling authdaemond.plain, it fails with symbol referencing errors because the nsl and socket libraries are not linked. To fix the problem, issue:

cd authlib ; gcc -I/usr/local/include/mysql -g -O2 -Wall -I.. -lnsl \ -lsocket -I./.. -o authdaemond.plain authdaemond.o authdaemond.plain.o \

The target for authdaemond already includes @NETLIBS@ which should be set to nsl and socket libraries on Solaris. Check what NETLIBS is set to.

Secondly, I was wondering if any of the developers of courier planned to address the wait/wait3 configure/compile issues. Is that something that

There are no known wait/wait3 issues.

is planned? Is there something I can do to help with this? I do see defunct processes lingering around, and I assume it's because of this.

Follow the instructions in the FAQ for addressing this issue.