Re: checking for db_create in RH9

2004-02-09 Thread Francesc Guasch Ortiz
Edward Rudd wrote: Try looking at the config.log file in the cyrus-imapd source directory (where the configure script is) and see what the error message it has when it checks for db_create. then post that to the mailing list.. Yes ! Now I see what failed. It was the pthread RedHat thingy. I found

Re: checking for db_create in RH9

2004-02-06 Thread Edward Rudd
Did you try Upgrading the RPMS to the nonptl ones? rpm -Uvh db4-* the list of db4's should be db4-4.0.14-20_nonptl db4-devel-4.0.14-20_nonptl db4-utils-4.0.14-20_nonptl if you installed the RPMS built from simon's updated spec file for RH 9. also make sure you don't have any other db -devel pack

Re: checking for db_create in RH9

2004-02-06 Thread Francesc Guasch Ortiz
Simon Matter wrote: Simon Matter wrote: So I tried to install from source. I read redhat db4 was buggy so I built a new one with the db4.spec file from Do you also have db3 packages installed? This can confuse the build process. The rpms are made to build on stock RedHat x distributions. I don't

Re: checking for db_create in RH9

2004-02-06 Thread Simon Matter
> Simon Matter wrote: > >>>So I tried to install from source. I read redhat db4 was >>>buggy so I built a new one with the db4.spec file from >>>http://www.invoca.ch/pub/packages/cyrus-imapd/ >> >> >> That's my site. Rebuilding cyrus-imapd is always possible even with the >> original db4 packages.

Re: checking for db_create in RH9

2004-02-06 Thread Francesc Guasch Ortiz
Simon Matter wrote: So I tried to install from source. I read redhat db4 was buggy so I built a new one with the db4.spec file from http://www.invoca.ch/pub/packages/cyrus-imapd/ That's my site. Rebuilding cyrus-imapd is always possible even with the original db4 packages. The only problem is th

Re: checking for db_create in RH9

2004-02-06 Thread Francesc Guasch Ortiz
Simon Matter wrote: Hi Simon, thank you very much for answering me. Hi. I have RedHat 9 and I'm trying to install cyrus-imapd. Looks like you messed up your box somehow. The cyrus-imapd-2.1.16-6.src.rpm compiles fine on stock RedHat 9. I had problems running a cyrus-imapd binary installation. So

Re: checking for db_create in RH9

2004-02-06 Thread Simon Matter
> Hi. I have RedHat 9 and I'm trying to install cyrus-imapd. Looks like you messed up your box somehow. The cyrus-imapd-2.1.16-6.src.rpm compiles fine on stock RedHat 9. What does 'rpm -qa | grep ^db' show you? It should be like this: db4-devel-4.0.14-20 db4-4.0.14-20 db4-utils-4.0.14-20 Simon

checking for db_create in RH9

2004-02-05 Thread Francesc Guasch
Hi. I have RedHat 9 and I'm trying to install cyrus-imapd. I've read the docs and I've followed the steps. But when I try to compile it complains: ... checking for db_create in -ldb30... no checking for db_create in -ldb3... no checking for db_create in -ldb... no checking for db_open in -ldb... no