On Thu, 2002-12-12 at 08:38, Paul Hands wrote:
> Hi all,
> 
> I read the knowledge base article on what to with libdb3.1.17, and did
> as suggested by clicking on the link to sleepycat.com.
> I made a directory, /export/home/evolution, then a subdirectory libdb,
> inside which the db-3.1.17 directory contains the results of unpacking
> the tar.gz file.

The knowledge base article left out that you need to build libdb.  After
untarring the 3.1.17 tar file (not into /export/home/libdb in your
case), cd into build_unix and run:

../dist/configure --prefix=/export/home/libdb

then once that completes, run "make" and "make install".  those two
steps will build everything and install the headers/libraries to
/export/home/libdb, respectively.

Then point evolution to it as you did below and everything should be
good.

> 
> Also in /export/home/evolution is the evolution source directory,
> evolution-1.2.0.  Inside there, I run :-
> ./configure --with-db3=/export/home/libdb and I get 

Chris


_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers

Reply via email to