Greg Howland wrote: []
Here's the output for 'ls -lF /usr/local/include/db*'
lrwxr-xr-x 1 root wheel 38 Dec 16 16:19 /usr/local/include/db.h@ -> /usr/local/BerkeleyDB.4.1/include/db.h
I think this is the bad guy. If you look at man dbopen, it says to
#include <db.h>
and this is what gnome-metadata.c is doing. In your case, it #includes /usr/local/include/db.h instead of /usr/include/db.h, and the db4/db.h doesn't have dbopen. Remove this link at least temporarily and see if it helps. Installing db3 and db4 from fink will not produce such problems.
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
