When compiling:
./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 \
--without-authdaemon \
--with-authvchkpw \
--with-ssl \
--with-db=gdbm
I get good output/completion.
When I followup with make or gmake:
make[1]: Entering directory
`/usr/local/src/courier-imap-1.6.2/numlib'
make all-am
make[2]: Entering directory
`/usr/local/src/courier-imap-1.6.2/numlib'
make[2]: Leaving directory `/usr/local/src/courier-imap-1.6.2/numlib'
make[1]: Leaving directory `/usr/local/src/courier-imap-1.6.2/numlib'
Making all in gdbmobj
make[1]: Entering directory
`/usr/local/src/courier-imap-1.6.2/gdbmobj'
make all-am
make[2]: Entering directory
`/usr/local/src/courier-imap-1.6.2/gdbmobj'
Compiling testgdbm.C
./../depcomp: exec: g++: not found
make[2]: *** [testgdbm.o] Error 127
make[2]: Leaving directory
`/usr/local/src/courier-imap-1.6.2/gdbmobj'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/usr/local/src/courier-imap-1.6.2/gdbmobj'
make: *** [all-recursive] Error 1
I've tried everything I can think of. Here's the make -d output
(debugging)
Finished prerequisites of target file `gdbmobj3.o'.
Prerequisite `gdbmobj3.c' is older than target `gdbmobj3.o'.
Prerequisite `gdbmobj3.c' is older than target `gdbmobj3.o'.
Prerequisite `gdbmobj.h' is older than target `gdbmobj3.o'.
Prerequisite `/usr/local/include/gdbm.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/stdlib.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/features.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/sys/cdefs.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/gnu/stubs.h' is older than target
`gdbmobj3.o'.
Prerequisite
`/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h' is
older than target `gdbmobj3.o'.
Prerequisite `/usr/include/sys/types.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/bits/types.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/bits/pthreadtypes.h' is older than
target `gdbmobj3.o'.
Prerequisite `/usr/include/bits/sched.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/time.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/endian.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/bits/endian.h' is older than
target `gdbmobj3.o'.
Prerequisite `/usr/include/sys/select.h' is older than target
`gdbmobj3.o'.
Prerequisite `/usr/include/bits/select.h' is older than
target `gdbmobj3.o'.
Prerequisite `/usr/include/bits/sigset.h' is older than
target `gdbmobj3.o'.
Prerequisite `/usr/include/sys/sysmacros.h' is older than
target `gdbmobj3.o'.
Prerequisite `/usr/include/alloca.h' is older than target
`gdbmobj3.o'.
No need to remake target `gdbmobj3.o'.
Finished prerequisites of target file `libgdbmobj.a'.
Prerequisite `gdbmobj.o' is older than target `libgdbmobj.a'.
Prerequisite `gdbmobj2.o' is older than target `libgdbmobj.a'.
Prerequisite `gdbmobj3.o' is older than target `libgdbmobj.a'.
No need to remake target `libgdbmobj.a'.
Considering target file `testgdbm'.
File `testgdbm' does not exist.
Considering target file `testgdbm.o'.
File `testgdbm.o' does not exist.
Looking for an implicit rule for `testgdbm.o'.
Trying pattern rule with stem `testgdbm'.
Trying implicit prerequisite `testgdbm.C'.
Found an implicit rule for `testgdbm.o'.
Considering target file `testgdbm.C'.
Looking for an implicit rule for `testgdbm.C'.
Trying pattern rule with stem `testgdbm.C'.
Trying implicit prerequisite `testgdbm.C,v'.
Trying pattern rule with stem `testgdbm.C'.
Trying implicit prerequisite `RCS/testgdbm.C,v'.
Trying pattern rule with stem `testgdbm.C'.
Trying implicit prerequisite `RCS/testgdbm.C'.
Trying pattern rule with stem `testgdbm.C'.
Trying implicit prerequisite `s.testgdbm.C'.
Trying pattern rule with stem `testgdbm.C'.
Trying implicit prerequisite `SCCS/s.testgdbm.C'.
No implicit rule found for `testgdbm.C'.
Finished prerequisites of target file `testgdbm.C'.
No need to remake target `testgdbm.C'.
Finished prerequisites of target file `testgdbm.o'.
Must remake target `testgdbm.o'.
Child access: user 0 (real 0), group 0 (real 0)
Putting child 0x0807d480 (testgdbm.o) PID 14361 on the chain.
Live child 0x0807d480 (testgdbm.o) PID 14361
Compiling testgdbm.C
./../depcomp: exec: g++: not found
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0807d480 PID 14361
make[2]: *** [testgdbm.o] Error 127
Removing child 0x0807d480 PID 14361 from chain.
make[2]: Leaving directory
`/usr/local/src/courier-imap-1.6.2/gdbmobj'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x08078d58 PID 14353
make[1]: *** [all] Error 2
Removing child 0x08078d58 PID 14353 from chain.
make[1]: Leaving directory
`/usr/local/src/courier-imap-1.6.2/gdbmobj'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0807b5f8 PID 14331
make: *** [all-recursive] Error 1
Removing child 0x0807b5f8 PID 14331 from chain.
I'm following instructions to the letter from:
http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm
Has anyone seen this before...?
Thanks in advance.
John
_________________
John E. Taber
Principal System Administrator
MCSE, CNE, RHCE, CCNA
The Arizona Republic
Email: [EMAIL PROTECTED]
Phone: (602) 444-4502
Cell/Pager: (602) 568-6513
Fax: (602) 444-8010
Get headline news all day on Arizona's Home Page, http://www.azcentral.com
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users