Re: __stack_chk_fail_local
- From: gianluca <geonomica@xxxxxxxxx>
- Date: Sat, 30 Aug 2008 05:33:18 -0700 (PDT)
On 30 Ago, 12:05, "Marco Bizzarri" <marco.bizza...@xxxxxxxxx> wrote:
On Fri, Aug 29, 2008 at 7:53 PM, gianluca <geonom...@xxxxxxxxx> 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 Bizzarrihttp://iliveinpisa.blogspot.com/
I've tried with ldd and the library aren't loaded. I don't use my *.i
interface so is quite difficult modify it (realy, the libraru is
supplied with make).
Any suggests?
gianluca
.
- Follow-Ups:
- Re: __stack_chk_fail_local
- From: Marco Bizzarri
- Re: __stack_chk_fail_local
- References:
- __stack_chk_fail_local
- From: gianluca
- Re: __stack_chk_fail_local
- From: Marco Bizzarri
- __stack_chk_fail_local
- Prev by Date: Re: How to check is something is a list or a dictionary or a string?
- Next by Date: Re: Segmentation Fault on CDLL reloading
- Previous by thread: Re: __stack_chk_fail_local
- Next by thread: Re: __stack_chk_fail_local
- Index(es):
Relevant Pages
|