Couldn't load plugin EXEC

Asked by ferruccio

I just compiled from scratch last version of specter (revision 10).
It works fine, but it can't load EXEC plugin:

Wed Feb 27 15:25:43 2008 <FATAL> specter: Couldn't load plugin: /usr/local/lib/specter/specter_EXEC.so: undefined symbol: __stack_chk_fail_local.

I used gcc-4.1 on Ubuntu Feisty (kernel 2.6.20-16-generic)

Thanks,
Ferruccio

Question information

Language:
English Edit question
Status:
Solved
For:
Specter Edit question
Assignee:
No assignee Edit question
Solved by:
Michal Kwiatkowski
Solved:
Last query:
Last reply:
Revision history for this message
Best Michal Kwiatkowski (ruby) said :
#1

Try to run configure like that:

EXTRA_SPECTER_DEF=-fno-stack-protector ./configure

It seems to be related to bugs like bug #66681 or bug #54290, but I can't decide what to do about it yet. At least I hope using -fno-stack-protector will allow you to make a working build.

Let me know if that helped and if not I'll look deeper into it.

Revision history for this message
ferruccio (rago) said :
#2

Thanks Michal Kwiatkowski, that solved my question.