1 message in net.sourceforge.lists.courier-users[courier-users] authlib error
FromSent OnAttachments
manish patelAug 26, 2004 6:41 am.diz, .diz
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] authlib errorActions...
From:manish patel (mani@yahoo.com)
Date:Aug 26, 2004 6:41:01 am
List:net.sourceforge.lists.courier-users
Attachments:
courier-imap authlib error.diz - 0.3k
courier-imap error.diz - 2k

hi well i am Manish.I am getting authlib error while compiling courier-imap the commands are as below:

### Install Courier-IMAP ###

su - vpopmail cd /var/src/tar/ tar -jxvf /var/src/tar/courier-imap-3.0.5.tar.bz2 cp -r courier-imap-3.0.5 /var/src/ vi /home/vpopmail/etc/lib_deps ####EDITED THIS LINE -L/home/vpopmail/lib -lvpopmail -L/home/vpopmail/lib /home/vpopmail/lib/libvpopmail.a -L/usr/lib /usr/lib/libmysqlclient.a -lz -L/usr/include/mysql/ -lmysqlclient -lz

cd /var/src/courier-imap-3.0.5 ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-authpam --without-authldap --without-authpwd --without-authmysql --without-authpgsql --without-authshadow --without-authuserdb --without-authcustom --without-authcram --with-authdaemon --with-authvchkpw --with-ssl --with-redhat make ######### and the error was looking like as below

Making check in authlib make[1]: Entering directory `/var/src/courier-imap-3.0.5/authlib' make[1]: *** No rule to make target `check'. Stop. make[1]: Leaving directory `/var/src/courier-imap-3.0.5/authlib' make: *** [check-recursive] Error 1 ###########################

And when i run exit run as root

make install-strip make install-configure the error was as below

Making all in numlib make[1]: Entering directory `/var/src/courier-imap-3.0.5/numlib' make all-am make[2]: Entering directory `/var/src/courier-imap-3.0.5/numlib' make[2]: Leaving directory `/var/src/courier-imap-3.0.5/numlib' make[1]: Leaving directory `/var/src/courier-imap-3.0.5/numlib' Making all in gdbmobj make[1]: Entering directory `/var/src/courier-imap-3.0.5/gdbmobj' make all-am make[2]: Entering directory `/var/src/courier-imap-3.0.5/gdbmobj' make[2]: *** No rule to make target `testgdbm.C', needed by `testgdbm.o'. Stop. make[2]: Leaving directory `/var/src/courier-imap-3.0.5/gdbmobj' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/src/courier-imap-3.0.5/gdbmobj' make: *** [all-recursive] Error 1 [root@ferrari courier-imap-3.0.5]# make all-am make: *** No rule to make target `imap/imapd', needed by `imapd'. Stop.

make[1]: Entering directory `/var/src/courier-imap-3.0.5' /usr/local/courier-imap/etc/imapd.dist: No such file or directory /usr/local/courier-imap/etc/imapd-ssl.dist: No such file or directory /usr/local/courier-imap/etc/pop3d.dist: No such file or directory /usr/local/courier-imap/etc/pop3d-ssl.dist: No such file or directory /usr/local/courier-imap/etc/authdaemonrc.dist: No such file or directory make[1]: *** [install-configure-local] Error 9 make[1]: Leaving directory `/var/src/courier-imap-3.0.5' make: *** [install-configure] Error 2