Re: [Openca-Users] Error in perl module (DB_File)

2010-03-04 Thread Ben Tullis
Hi, I believe it's the libdb4.6-dev package. I built this successfully yesterday on Debian 5.0 i686. > b...@ben:~$ dpkg -S /usr/include/db.h > libdb4.6-dev: /usr/include/db.h Cheers, Ben Massimiliano Pala wrote: > Hi, > > you are probably missing the file - this can be fixed by installing >

Re: [Openca-Users] Error in perl module (DB_File)

2010-03-04 Thread Massimiliano Pala
Hi, you are probably missing the file - this can be fixed by installing the Berkeley db devel package (I do not exactly know what the name of the package is...). Anyhow, to be sure, go to the src/ext-modules/DB_File-.. directory and check the log files (log.err and log files) generated during t