Apxs2 compile to apache module C API with python2.7.

I have

apxs2 -cia XXX.c -lpython2.7

But in the XXX.c code python functions (Py_initiliaze();) don't responses !!!, so compilation is good enough.

ldd mod_xxx.so   

linux-gate.so.1 =>  (0x00169000)
libmysqlclient.so.16 => /usr/lib/libmysqlclient.so.16 (0x00cb6000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0x0016a000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0x0055c000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0x00c6a000)
libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0x00f87000)
/lib/ld-linux.so.2 (0x00902000)
link|improve this question
What is your question? – Carsten Dec 14 '11 at 7:55
My apache module with python is not respond anything. How to fix it? – Ochirbold Manal Dec 14 '11 at 9:23
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.