RE: problems with compile of coda-5.3.9

2001-05-21 Thread Ryan M. Lefever
--- > From: Jan Harkes [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 21, 2001 11:02 AM > To: GiantWEB > Cc: [EMAIL PROTECTED] > Subject: Re: problems with compile of coda-5.3.9 > > > On Mon, May 21, 2001 at 10:55:47AM -0400, GiantWEB wrote: > > that explai

RE: problems with compile of coda-5.3.9

2001-05-21 Thread GiantWEB
blems with compile of coda-5.3.9 On Mon, May 21, 2001 at 11:47:06AM -0400, GiantWEB wrote: > well, I dwnlded 5.3.14 and no luck.. > > I searched on the cd of redhat and I have > glibc-2.2-12 and the development I wrote... > Coda uses libdb 1.85 for some of the databases that are

Re: problems with compile of coda-5.3.9

2001-05-21 Thread Jan Harkes
On Mon, May 21, 2001 at 11:47:06AM -0400, GiantWEB wrote: > well, I dwnlded 5.3.14 and no luck.. > > I searched on the cd of redhat and I have > glibc-2.2-12 and the development I wrote... > Coda uses libdb 1.85 for some of the databases that are shared between > servers. Your machine is possib

RE: problems with compile of coda-5.3.9

2001-05-21 Thread GiantWEB
kes [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 11:02 AM To: GiantWEB Cc: [EMAIL PROTECTED] Subject: Re: problems with compile of coda-5.3.9 On Mon, May 21, 2001 at 10:55:47AM -0400, GiantWEB wrote: > that explains.. docs are not complete.. > > Ok, I did what U said, now it went

Re: problems with compile of coda-5.3.9

2001-05-21 Thread Jan Harkes
On Mon, May 21, 2001 at 10:55:47AM -0400, GiantWEB wrote: > that explains.. docs are not complete.. > > Ok, I did what U said, now it went further but Bailed at: > > checking for dbopen in -ldb... no > checking for dbopen in -lc... no > checking for dbm_open in -lc... no > configure: error: fail

RE: problems with compile of coda-5.3.9

2001-05-21 Thread GiantWEB
because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dbm_open(); int main() { dbm_open() ; return 0; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 10:32 AM To: [EMAIL

R: problems with compile of coda-5.3.9

2001-05-21 Thread Andrea Cerrito
16.22 > A: [EMAIL PROTECTED] > Oggetto: problems with compile of coda-5.3.9 > > > I am using Redhat 7, updated kernel to 2.2.19 and compiled switch for coda > in kernel to static (not module) > > the box has its updates (patches) and then tried compiling as per > instructio

Re: problems with compile of coda-5.3.9

2001-05-21 Thread Steffen Neumann
"GiantWEB" <[EMAIL PROTECTED]> writes: [...] > Then I did coda compile.. Below is the output of the configure.. > > Do I need to compile rpc2-1.11 as well?? There is no mention of this in the > docs, but I compiled it Well, the tail of the config.log contains a lot of *why* things failed. Anywa

problems with compile of coda-5.3.9

2001-05-21 Thread GiantWEB
I am using Redhat 7, updated kernel to 2.2.19 and compiled switch for coda in kernel to static (not module) the box has its updates (patches) and then tried compiling as per instructions. I first did lwp-1.7 and it worked fine Then I did coda compile.. Below is the output of the configure.. Do