16 May
2007
16 May
'07
5:05 p.m.
On Thu, 2007-05-17 at 00:03 +0300, Timo Sirainen wrote:
On Wed, 2007-05-16 at 22:47 +0200, Ralf Hildebrandt wrote:
I tried building dovecot using :
CPPFLAGS="-fstack-protector" LDFLAGS="-lssp" ./configure
That would result in a proper build, yet the binary would complain once being run:
dlopen(/usr/local/lib/dovecot/imap/lib10_quota_plugin.so) failed: /usr/local/lib/dovecot/imap/lib10_quota_plugin.so: undefined symbol: __stack_chk_fail_local
Are you sure the imap binary is linked with -lssl? I've never used -fstack-protector, but I think that symbol should exist in the libssl library.
Uh, libssp. Why did it type it wrong two times..