At 6:32 PM -0700 11/16/00, Roger Walker wrote:
> On Thu, 16 Nov 2000, Qpopper Support wrote:
>
>> At 4:50 PM -0700 11/16/00, Roger Walker wrote:
>>
>> > I did a diff of the two Makefiles that were generated:
>> >
>> > < DBM_LIBS =
>> > < LIBS = -lresolv -lcrypt
>> > ---
>> >> DBM_LIBS = -lndbm
>> >> LIBS = -lresolv -lndbm -lcrypt
>> >
>> > The top one is for the good compile, and the bottom oneis for the
>> > error compile. I recall that ./configure could not find ndbm.h, but it
>> > exists in two forms with minor differences:
>> >
>> > /usr/include/db1/ndbm.h
>> > /usr/i386-glibc20-linux/include/ndbm.h
>>
>> have you tried using the ./configure flags
>> '--includedir=/usr/i386-glibc20-linux/include' or
>> '--prefix=/usr/i386-glibc-20-linux'? (or either with 'db1' instead
>> of 'i386-glibc20-linux'?)
>
> The compile ("make") failed in the same way for each of the
> following, which is what I presume you were asking me about (pine has
> wrapped each command line):
>
> ./configure --enable-home-dir-mail=Mailbox --enable-specialauth
> --enable-apop=/etc/qpopper.auth --with-popuid=pop
> --includedir=/usr/include/db1
>
> ./configure --enable-home-dir-mail=Mailbox --enable-specialauth
> --enable-apop=/etc/qpopper.auth --with-popuid=pop
> --prefix=/usr/include/db1
>
> ./configure --enable-home-dir-mail=Mailbox --enable-specialauth
> --enable-apop=/etc/qpopper.auth --with-popuid=pop
> --prefix=/usr/i386-glibc-20-linux
>
> ./configure --enable-home-dir-mail=Mailbox --enable-specialauth
> --enable-apop=/etc/qpopper.auth --with-popuid=pop
> --includedir=/usr/i386-glibc20-linux/include
>
> --
> Roger Walker <http://www.rat-hole.com>
> Voice/Fax 1-780-440-2685 <http://www.man-from-linux.com>
> "HIS Pain; YOUR Gain" <http://www.rope.net>
> <http://www.rope.net/signature.html>
>
>
I didn't see your original message, so I don't know which error
message you are getting. I assume this thread started on the
Edmonton Linux User Group <[EMAIL PROTECTED]>, but I'm not a member
(so I can't reply to there nor see posts).
Also, please do a 'make realclean' before trying each ./configure
command, and then if the subsequent 'make' fails, please send the
errors, plus the output from ./configure, and the generated
config.h file.