Re: How to install development package on linux?

2013-03-03 Thread Michael Torrie
On 03/02/2013 11:39 PM, Sarbjit singh wrote: 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 This is not quite right.

Re: How to install development package on linux?

2013-03-02 Thread Kwpolska
On Sat, Mar 2, 2013 at 7:24 AM, Sarbjit singh sarbjit1...@gmail.com wrote: Sorry for this basic question but I am having problem compiling mod_wsgi on Linux. As per mod_wsgi package site, user must have python development package installed on system. I had installed Python2.7 on my Linux

Re: How to install development package on linux?

2013-03-02 Thread Sarbjit singh
On Saturday, March 2, 2013 2:15:08 PM UTC+5:30, Kwpolska wrote: On Sat, Mar 2, 2013 at 7:24 AM, Sarbjit singh sarbjit1...@gmail.com wrote: Sorry for this basic question but I am having problem compiling mod_wsgi on Linux. As per mod_wsgi package site, user must have python development

Fwd: How to install development package on linux?

2013-03-02 Thread Kwpolska
On Sat, Mar 2, 2013 at 7:00 PM, Sarbjit singh sarbjit1...@gmail.com wrote: On Saturday, March 2, 2013 2:15:08 PM UTC+5:30, Kwpolska wrote: On Sat, Mar 2, 2013 at 7:24 AM, Sarbjit singh sarbjit1...@gmail.com wrote: Sorry for this basic question but I am having problem compiling mod_wsgi on

Re: How to install development package on linux?

2013-03-02 Thread Sarbjit singh
On Sunday, March 3, 2013 1:22:50 AM UTC+5:30, Kwpolska wrote: On Sat, Mar 2, 2013 at 7:00 PM, Sarbjit singh sarbjit1...@gmail.com wrote: On Saturday, March 2, 2013 2:15:08 PM UTC+5:30, Kwpolska wrote: On Sat, Mar 2, 2013 at 7:24 AM, Sarbjit singh sarbjit1...@gmail.com wrote:

Re: How to install development package on linux?

2013-03-02 Thread Benjamin Kaplan
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

Re: How to install development package on linux?

2013-03-02 Thread Sarbjit singh
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.

Re: How to install development package on linux?

2013-03-02 Thread Sarbjit singh
On Sunday, March 3, 2013 12:09:46 PM UTC+5:30, Sarbjit singh wrote: 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

How to install development package on linux?

2013-03-01 Thread Sarbjit singh
Sorry for this basic question but I am having problem compiling mod_wsgi on Linux. As per mod_wsgi package site, user must have python development package installed on system. I had installed Python2.7 on my Linux system from source code, using the following configuration few months back :-