I found the pyconfig.h :-) it was just outside the Include folder generated by configure, now I have
r...@r12276:~/mod_wsgi# /usr/bin/apxs2 -c -I/usr/python/Include - DNDEBUG mod_wsgi.c -Wl,-L/usr/python/Lib -Wl,-lpython3.0 -Wl,- lpthread -Wl,-ldl -W /usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable- static i486-linux-gnu-gcc -prefer-pic -DLINUX=2 -D_GNU_SOURCE - D_LARGEFILE64_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/ include/mysql -I/usr/include/openssl -I/usr/include/postgresql -I/usr/ include/xmltok -pthread -I/usr/include/apache2 -I/usr/include/ apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/postgresql -I/usr/ include/mysql -I/usr/python/Include -DNDEBUG -c -o mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo /usr/share/apr-1.0/build/libtool --silent --mode=link --tag=disable- static i486-linux-gnu-gcc -o mod_wsgi.la -rpath /usr/lib/apache2/ modules -module -avoid-version mod_wsgi.lo -Wl,-L/usr/python/Lib - Wl,-lpython3.0 -Wl,-lpthread -Wl,-ldl -W /usr/bin/ld: cannot find -lpython3.0 collect2: ld returned 1 exit status apxs:Error: Command failed with rc=65536 . r...@r12276:~/mod_wsgi# So some manual ld magic perhaps still needed ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
