1 message in net.sourceforge.lists.courier-users[courier-users] problems installing c...
FromSent OnAttachments
Rodney MMar 16, 2001 11:35 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:[courier-users] problems installing courier-imapActions...
From:Rodney M (deba@debaser.net)
Date:Mar 16, 2001 11:35:22 am
List:net.sourceforge.lists.courier-users

I am currently running qmail/vpopmail(using cdb)/qmailadmin/sqwebmail on FreeBSD. I am trying to get Courier-IMAP up and running and I am having some problems. My configure line is as follows:

./configure --without-ipv6 --without-authpwd --without-authshadow --without-authpam --without-authuserdb --without-authcram --without-authldap --without-authmysql --without-authdaemon --without-authcustom --with-authvchkpw

Configure and make run fine with no problems. When I do a make check (I am doing this as a normal user), I get the following error:

test "authpwd.8 authshadow.8 authuserdb.8 authpam.8 authvchkpw.8 authcram.8 authldap.8 authmysql.8 authdaemon.8 authdaemond.8" = "" && exit 0; /bin/sh ./../mkinstalldirs /usr/lib/courier-imap/man/man8 ; for f in authlib.8 "" ; do test "$f" = "" && continue ; /usr/bin/install -c -m 644 $f /usr/lib/courier-imap/man/man8 ; done ; cd /usr/lib/courier-imap/man/man8 || exit 1 ; for f in authpwd.8 authshadow.8 authuserdb.8 authpam.8 authvchkpw.8 authcram.8 authldap.8 authmysql.8 authdaemon.8 authdaemond.8 "" ; do test "$f" = "" && continue ; rm -f $f; ln -s authlib.8 $f ; test -w /etc && chown bin $f && chgrp bin $f ; done ; exit 0 mkdir /usr/lib/courier-imap mkdir: /usr/lib/courier-imap: Permission denied mkdir /usr/lib/courier-imap/man mkdir: /usr/lib/courier-imap/man: No such file or directory mkdir /usr/lib/courier-imap/man/man8 mkdir: /usr/lib/courier-imap/man/man8: No such file or directory *** Error code 1

Stop. *** Error code 1

Stop. *** Error code 1

Stop. *** Error code 1

Stop.

To me this makes sense since a normal user would not have access to create these directories. Why does make check try to create these directories?

When I do a make install-strip, I get the following error:

mkdir /usr/lib/courier-imap/sbin /usr/bin/install -c -s imaplogin /usr/lib/courier-imap/sbin/imaplogin /usr/bin/install -c -s pop3login /usr/lib/courier-imap/sbin/pop3login /usr/bin/install -c -s userdbpw /usr/lib/courier-imap/sbin/userdbpw /bin/sh ./mkinstalldirs /usr/lib/courier-imap/libexec /usr/bin/install -c -s imapd.rc /usr/lib/courier-imap/libexec/imapd.rc /usr/libexec/elf/strip: /usr/lib/courier-imap/libexec/imapd.rc: File format not recognized *** Error code 70

Stop. *** Error code 1

Stop. *** Error code 1

Stop. *** Error code 1

Upon looking in /usr/lib/courier-imap/libexec, imapd.rc does not exist. Any ideas? Your help would be appreciated. Thanks.

Rodney