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, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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





--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to