Python so module dependency problem under QNX

G

gnapalm

Hello,

I'm trying to solve an issue with custom Python module at QNX 6.4.0
and Python 2.5.2.
I have simple Python module (A.so) written in c++ which is linked
against some other c++ library (B.so) both build by autotools.

On Linux all works fine with PYTHONPATH pointed to A.so directory when
dynamic linker loads B.so afterwards.

On QNX there is no inter-library dependency support in libtools and
Python can not find symbols from B.so.

I'm not using dlopen in Python module and I would like to keep it that way.
What is the workaround for this issue?

Thanks in advance.

g.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,526
Members
44,997
Latest member
mileyka

Latest Threads

Top