FreeBSD Dynloader: needs dlfcn.h...
От | Larry Rosenman |
---|---|
Тема | FreeBSD Dynloader: needs dlfcn.h... |
Дата | |
Msg-id | 20010515.16095100@ler-freebie.iadfw.net обсуждение исходный текст |
Ответы |
Re: FreeBSD Dynloader: needs dlfcn.h...
|
Список | pgsql-hackers |
CURRENT CVS: compiling dfmgr failed due to RTLD_LAZY missing definition. I made the following patch (The comments may not be true, but I'm not sure. Index: src/backend/port/dynloader/freebsd.h =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/backend/port/dynloader/freebsd.h,v retrieving revision 1.9 diff -c -r1.9 freebsd.h *** src/backend/port/dynloader/freebsd.h 2001/05/14 21:45:53 1.9 --- src/backend/port/dynloader/freebsd.h 2001/05/15 16:03:04 *************** *** 20,25 **** --- 20,28 ---- #include "utils/dynamic_loader.h" + /***** NEED CONFIGURE CHECK *****/ + #include <dlfcn.h> + /********************************/ /* dynloader.c */ /* * Dynamic Loader on NetBSD 1.0. Let me know how you want to handle this. LER
В списке pgsql-hackers по дате отправления: