I installed Berkeley DB 3.1.17 under /usr/local/BerkeleyDB.3.1.

I downloaded evolution  from CVS and configured it using:

 ./autogen.sh --prefix=/usr --sysconfdir=/etc
--enable-pilot-conduits=yes
--with-db3-includes=/usr/local/BerkeleyDB.3.1/include/
--with-db3-libs=/usr/local/BerkeleyDB.3.1/lib

The configure seemed to go OK, but the build process throws an error on
linking:

...-lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule
-lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb
-lglib -ldl
/usr/bin/ld: warning: libgal.so.7, needed by /usr/lib/libgtkhtml.so, may
conflict with libgal.so.8
importer/.libs/libevolution-importer.so: undefined reference to
`db_create'

Any ideas?

Thanks,

Ujwal

On 01 Jun 2001 03:11:44 -0400, Christopher James Lahey wrote:
> Compiling evolution from cvs source now requires Berkeley DB version
> 3.1.17.  This is available from www.sleepycat.com.  You might need to
> add --with-db3-includes and --with-db3-libs lines to your configure to
> get it to work.
> 
> Good luck.
> 
> Thanks,
>     Chris
> 
> 
> _______________________________________________
> evolution maillist  -  [EMAIL PROTECTED]
> http://lists.helixcode.com/mailman/listinfo/evolution
> 




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

Reply via email to