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

On 3/22/07, aza zel <[EMAIL PROTECTED]> 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?

--
Salu2 ;)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to