Re: problems building cyrus-imap on Tru64 UNIX v5.1 - says I don't have Berkeley DB installed

2001-05-30 Thread Clare West
On Thursday, May 31, 2001, at 01:29 AM, [EMAIL PROTECTED] wrote: > Clare West writes: >> >> I am (obviously) not very experienced with configure. I need to add a >> -lpthread. Do I do this with something like: > >> % LIBS="-lpthread" ./configure > > Please report the configure bug. Here's

Re: problems building cyrus-imap on Tru64 UNIX v5.1 - says I don't have Berkeley DB installed

2001-05-30 Thread mills
Clare West writes: > >I am (obviously) not very experienced with configure. I need to add a >-lpthread. Do I do this with something like: >% LIBS="-lpthread" ./configure Please report the configure bug. Here's how I do it... env CC=cc ... ... LIBS="-lsocket -lnsl" \

Re: problems building cyrus-imap on Tru64 UNIX v5.1 - says I don't have Berkeley DB installed

2001-05-30 Thread Devdas Bhagat
On Wed, 30 May 2001, [EMAIL PROTECTED] spewed into the ether: > Clare West writes: > > > >checking for db_create in -ldb... no > >configure: error: this version requires Berkeley DB 3.x. If this is RedHat, try changing the ldb3 lines to ldb3.1 This works. Devdas Bhagat -- Avoid Quiet and Placid p

Re: problems building cyrus-imap on Tru64 UNIX v5.1 - says I don't have Berkeley DB installed

2001-05-29 Thread mills
Clare West writes: > >checking for db_create in -ldb... no >configure: error: this version requires Berkeley DB 3.x. Check config.log for the real reason why the test failed. Generally, some unrelated library is missing when the test program is compiled, which makes it a configure bug. -- -Gar

problems building cyrus-imap on Tru64 UNIX v5.1 - says I don't have Berkeley DB installed

2001-05-29 Thread Clare West
Hello, I am working to install cyrus-imap v 2.0.13 on a tru64 UNIX v5.1 system. So far I have installed everything you recommend except gcc. I prefer to use the native compilers if at all possible. When I run ./configure, this is the output I recieve: # ./configure --prefix="/imap/cyrus" --wi