On Sunday, March 3, 2013 11:53:50 AM UTC+5:30, Benjamin Kaplan wrote: > On Sat, Mar 2, 2013 at 10:14 PM, Sarbjit singh <sarbjit1...@gmail.com> wrote: > > > > > > I searched on google and found these errors could be due to missing python > > header files which would be available in development package. > > > > > > So I am struggling to make it work. > > > > > > A "development package" is meaningless when you aren't installing it > > from a package. Debian's binary packages don't include the header > > files, so they put them in a different package. Since you compiled > > from source, you already have the header files. Did you include the > > directory you installed Python into on your library and includes > > paths?
Yes, I configured the makefile for mod_wsgi as without any error : ./configure --prefix=/opt/lampp/ --with-apxs=/opt/lampp/bin/apxs --with-python=/opt/lampp/python/bin/python2.7 --with-mutex-dir=/opt/lampp/var/run/wsgi -- http://mail.python.org/mailman/listinfo/python-list