__stack_chk_fail_local

Marco Bizzarri marco.bizzarri at gmail.com
Sat Aug 30 06:05:00 EDT 2008


On Fri, Aug 29, 2008 at 7:53 PM, gianluca <geonomica at gmail.com> wrote:
> hy list,
> I've built _libfoo.so and  libfoo.py library with swig and I've copied
> in /usr/lib/python2.5/lib-dynload/ but when import the module
>
>>>import libfoo
>
> I've that message
>
> Traceback (most recent call last):
>  File "<stdin>", line 1, in <module>
> ImportError: /usr/lib/python2.5/lib-dynload/_libfoo.so: undefined
> symbol: __stack_chk_fail_local
>
> Could anybody help me?
>
> gianluca
> --
> http://mail.python.org/mailman/listinfo/python-list
>

Have you tried to use ldd against the _libfoo.so to check if it is
able to get all the libraries it needs?

Regards
Marco

-- 
Marco Bizzarri
http://iliveinpisa.blogspot.com/



More information about the Python-list mailing list