\"J. Gardner Biggs\" <[EMAIL PROTECTED]>: > I get this error: > > checking if gethostbyname_r wants five arguments... no > checking for gethostbyaddr_r... yes > checking if gethostbyaddr_r wants seven arguments... no > checking for db3 compiler flags... > checking db.h usability... yes > checking db.h presence... yes > checking for db.h... yes > checking db3 header version... 3.1.17 > checking for db3 library name... configure: error: Could not find db3 > library > > My pkgconfig path is set to look in /usr/local/lib/pkgconfig before the > usual /usr/lib/pkgconfig > > Any ideas?
Need to give path to db3 libs to the configure script for evolution . Try this : ./configure --prefix=/opt/gnome_cvs/ --with-db3-includes=/opt/db3/include/ --with-db3-libs=/opt/db3/lib/ you would need to change the path to which you hv installed db3 there good luck rgds -- mkb ------------------------------------------------- Sify Mail - now with Anti-virus protection powered by Trend Micro, USA. Know more at http://mail.sify.com Sify Power mail- a Premium Service from Sify Mail! know more at http://mail.sify.com _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
