6 Apr
2009
6 Apr
'09
10:16 p.m.
On Mon, 2009-04-06 at 14:30 -0400, Dave McGuire wrote:
../lib-dovecot/.libs/libdovecot.so: undefined reference to
dlerror@SUNW_1.22' ../lib-dovecot/.libs/libdovecot.so: undefined reference to
dlopen@SUNW_1.22' ../lib-dovecot/.libs/libdovecot.so: undefined reference to
dlsym@SUNW_1.22' ../lib-dovecot/.libs/libdovecot.so: undefined reference to
dlclose@SUNW_1.22'If I disable plugins (so dl*() functions aren't used) it compiles, so it's only those functions that are problematic. pvs -s /lib/libc.so lists the dl* functions under SUNW_1.22 so I'd think that should have worked..
I don't see "-ldl" in there anywhere..
The dl*() functions are in libc in Solaris. There is also libdl, but adding -ldl doesn't help.