2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courier server + ...
FromSent OnAttachments
aza zelMar 22, 2007 9:15 am 
fjar Uno al díaMar 22, 2007 10:11 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] courier server + make problem (1)Actions...
From:fjar Uno al día (fra@gmail.com)
Date:Mar 22, 2007 10:11:51 am
List:net.sourceforge.lists.courier-users

I think the problem is you have to compile authlib first. Did you do it?

On 3/22/07, aza zel <aza@gmail.com> wrote:

hi... i have a few days trying to resolve this problem when i make courier under solaris 10

Linking imaplogin ld: fatal: library -lcourierauth: not found ld: fatal: library -lcourierauthsasl: not found ld: fatal: File processing errors. No output written to imaplogin collect2: ld returned 1 exit status *** Error code 1 The following command caused the error: echo Linking imaplogin; /bin/bash ./libtool --tag=CC --quiet --mode=link gcc -I.. -I./.. -Wall -g -O2 -L/opt/openldap/lib -I/usr/openldap/include -L/usr/local/lib -I/usr/local/include -o imaplogin imaplogin.o authenticate_auth.o proxy.o libimapd.la libimaplogin.la -lcourierauth -lcourierauthsasl -lsocket-lnsl make: Fatal error: Command failed for target `imaplogin' Current working directory /export/home/maxi/courier/courier-0.54.2/imap *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /export/home/maxi/courier/courier-0.54.2/imap *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='afx gdbmobj numlib soxwrap md5 sha1 libhmac random128 unicode rfc822 rfc1035 rfc2045 liblock maildir waitlib tcpd threadlib makedat imap maildrop cgi http11 ldapaddressbook gpglib pcp webmail rootcerts webadmin courier'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive'

and this is my previuos steps

$ PATH=/usr/ucb:/usr/ccs/bin:/usr/bin:/usr/sfw/bin:$PATH; export PATH $ COURIERAUTHCONFIG=/usr/local/etc/authlib/; export COURIERAUTHCONFIG $ ./configure LDFLAGS="-L/opt/openldap/lib -I/usr/openldap/include -I/usr/local/etc -L/usr/local/lib -I/usr/local/include" \

--enable-maildirquota --with-trashquota--with-waitfunc=wait3

¿How could i resolve this?