How to install development package on linux?

Sarbjit singh sarbjit1987 at gmail.com
Sun Mar 3 01:39:46 EST 2013


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 <sarbjit1987 at 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




More information about the Python-list mailing list