__stack_chk_fail_local

gianluca massei geonomica at gmail.com
Mon Sep 1 08:49:46 EDT 2008


thanks for the help,
maybe the solution will be useful: in "various Linux distributions are starting to ship with a version of the GNU C compiler which incorporates an extension which implements protection for stack-smashing". In that case the Makefile   has to modified with 

CFLAGS = -fno-stack-protector


gianluca



Marco Bizzarri wrote:
> On Sat, Aug 30, 2008 at 3:03 PM, g_massa at libero.it <g_massa at libero.it> wrote:
>   
>> Thanks!
>> I've resolved the problem with libraries but... I've still error with this message:
>> ImportError: ./_python_grass6.so: undefined symbol: __stack_chk_fail_local
>>
>> exuse me, I'm not a guru.
>>
>> Gianluca
>>
>>     
>
> I'm not a guru either, Gianluca ;)
>
> I made a little search on Google; the first link is the following:
>
> http://ubuntuforums.org/showthread.php?t=352642
>
> can you apply the suggestion?
>
> I think you should give a little more context on your problem, also,
> because I think it has to do with your setup (not that you setup
> something in the wrong way: just to have context).
>
> Regards
> Marco
>
>
>
>
>   




More information about the Python-list mailing list