I am having strange problems with compiling Evolution from CVS: 1. I installed Berkeley DB 3.1.17, but I still got a link error on undefined reference to db_create. I had installed Berkeley DB 3.1.17 under /usr/local/Berkeley3.1, so I added /usr/local/Berkeley3.1/lib to /etc/ld.so.conf and ran ldconfig. But I am still getting the error: ...-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' 2. Which version of gettext do I need? I have gettext-0.10.35, but the Makefile generated by evolutions autosh wants to do a make in the intl directory and craps out. I have to remove intl from the sub-directory list for make to proceed. Then I hit the error above. Then I upgraded to gettext-0.10.38, and now the autogen.sh script itself broke complaining about a missing required directory intl. So I reverted back to gettext-0.10.35. Help? Ujwal _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.helixcode.com/mailman/listinfo/evolution
