On Mon, 2004-02-16 at 17:49, Andrew Beverley wrote: > When I run 'make check' (in the sub directory courier) I get the > following errors: > > > make[2]: Entering directory `/home/andrew/courier-0.44.2/courier' > ./aliascreate -tmp=./testsuite.tmp -dump=1 <./testsuite.alias1.in | sed > '/^$/d' | sort | cmp -s ./testsuite.alias - > makealiases: ERR: No such file or directory > make[2]: *** [check-am] Error 1 > make[2]: Leaving directory `/home/andrew/courier-0.44.2/courier' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/home/andrew/courier-0.44.2/courier' > make: *** [check] Error 2 > > > I compiled with the following options: > > > ./configure --prefix=/usr --sysconfdir=/etc/courier > --with-piddir=/var/run --libexecdir=/usr/sbin > --datadir=/usr/share/courier --localstatedir=/var/spool/courier > --with-db=db --with-mailuser=courier --with-mailgroup=courier > --without-authpam --enable-mimetypes=/etc/apache/mime.types > --enable-workarounds-for-imap-client-bugs --with-trashquota > > using GCC 3.3.1, on a Linux From Scratch v5 system > > > If I subsequently perform a make install, then I get the following > errors when running makealiases: > > > aliascombine: ERR: Success > /usr/sbin/makealiases: line 252: 8096 Done for f in $aliasdir/*; > do > echo "##MaKeAlIaSeS##$f"; if test -f "$f"; then > cat $f; > else > echo "$f: file not found." 1>&2; echo "."; > fi; > done > 8097 Broken pipe | /usr/sbin/courier/aliasexp > <LINE CONTINUED> $xaliaspfix $xaliastmpdir $module > makealiases: ERR: No such file or directory > > > And if I run /usr/sbin/courier/aliascombine I get: > > aliascombine: ERR: Success > > Could this be the cause of the failure?
For the record - I didn't find the answer to this problem, but found that when compiled with gdbm rather than db the problem went away. Andy Beverley ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
