Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-13 Thread Graham Dumpleton
On 12 April 2010 17:15, MMRUser oshadha.ro...@gmail.com wrote: I ran apr-1-config --apr-libtool and it says  /apr-1/build/libtool.. and the $libdir set to: my $libdir = `pkg-config --variable=libdir apr-1`; Inside the 'apr-1-config' on your system what are the following set to? prefix=/usr

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-13 Thread MMRUser
I think I have installed it I used the the rpm.. On Apr 13, 4:55 pm, Graham Dumpleton graham.dumple...@gmail.com wrote: On 12 April 2010 17:15, MMRUser oshadha.ro...@gmail.com wrote: I ran apr-1-config --apr-libtool and it says  /apr-1/build/libtool.. and the $libdir set to: my $libdir

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-13 Thread MMRUser
Now actually my system rebuilt, all clean so please tell me how to install a fresh copy of mod_wsgi that compatible with python 2.6 On Apr 13, 4:55 pm, Graham Dumpleton graham.dumple...@gmail.com wrote: On 12 April 2010 17:15, MMRUser oshadha.ro...@gmail.com wrote: I ran apr-1-config

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-13 Thread MMRUser
just as a test I tried to compile it and gives me this error # ./configure --with-python=/usr/local/bin/python2.6 checking for apxs2... no checking for apxs... no checking Apache version... ./configure: line 1704: apxs: command not found ./configure: line 1704: apxs: command not found

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-13 Thread Carl Nobile
You have two posts on this list for what seems like the same issue. Please use one or the other not both it gets confusing. This is the older one I think, so I will answer you in the newer post. ~Carl On Tue, Apr 13, 2010 at 12:10 PM, MMRUser oshadha.ro...@gmail.com wrote: just as a test I

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-12 Thread MMRUser
I ran apr-1-config --apr-libtool and it says /apr-1/build/libtool.. and the $libdir set to: my $libdir = `pkg-config --variable=libdir apr-1`; On Apr 12, 11:26 am, Graham Dumpleton graham.dumple...@gmail.com wrote: On 12 April 2010 15:14, MMRUser oshadha.ro...@gmail.com wrote:

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread MMRUser
Yes apr-devel packages are there in my system.. It's not the problem I guess.. On Apr 12, 1:08 am, vishwajeet singh dextrou...@gmail.com wrote: On Mon, Apr 12, 2010 at 12:36 AM, MMRUser oshadha.ro...@gmail.com wrote: ./configure checking for apxs2... no checking for apxs... /usr/sbin/apxs

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread MMRUser
Can you be more specific about dev packages .. On Apr 12, 1:10 am, Carl Nobile carl.nob...@gmail.com wrote: But are the dev packages for all of those on your system? To build mod_wsgi you not only need the libs, but you need the dev packages for the libs also. This does for python, apache and

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread Carl Nobile
These are the development packages for all the dependencies used by mod_python. The package names are different depending on which distribution of Linux you are using. They will usually have dev or devl in the name. ~Carl On Sun, Apr 11, 2010 at 3:18 PM, MMRUser oshadha.ro...@gmail.com wrote:

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread MMRUser
Where ? On Apr 12, 1:36 am, Carl Nobile carl.nob...@gmail.com wrote: These are the development packages for all the dependencies used by mod_python. The package names are different depending on which distribution of Linux you are using. They will usually have dev or devl in the name. ~Carl

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread Carl Nobile
What distribution are you using? There are many of them but the most common are Red Hat, Ubuntu, Mandriva, etc. You will find them listed in whatever package manager you are using. If you don't know what I'm talking about then you probably should find somebody that does. You need to have some

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread MMRUser
I'm using Redhat EL see the title .. I wanted to know exact packages which will solve this issue. On Apr 12, 1:52 am, Carl Nobile carl.nob...@gmail.com wrote: What distribution are you using? There are many of them but the most common are Red Hat, Ubuntu, Mandriva, etc. You will find them

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread Carl Nobile
I don't know the exact packages. I don't use Red Hat. However, this should be easy enough to find in the package manager. If you are using a headless box you can go to the red hat package site on a different computer and lookup the package names for the version of Red Hat you have, then type them

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread Clodoaldo Neto
Try as root: # yum install python-devel httpd-devel Regards, Clodoaldo 2010/4/11 MMRUser oshadha.ro...@gmail.com: I'm using Redhat EL see the title .. I wanted to know exact packages which will solve this issue. On Apr 12, 1:52 am, Carl Nobile carl.nob...@gmail.com wrote: What distribution

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread Graham Dumpleton
On 12 April 2010 07:23, Clodoaldo Neto clodoaldo.pi...@gmail.com wrote: Try as root: # yum install python-devel httpd-devel The 'httpd' package may only be Apache itself and APR libraries may be separate packages, so may need 'devel' versions of apr and aprutil. This is based on it wanting to

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread Clodoaldo Neto
2010/4/11 Graham Dumpleton graham.dumple...@gmail.com: On 12 April 2010 07:23, Clodoaldo Neto clodoaldo.pi...@gmail.com wrote: Try as root: # yum install python-devel httpd-devel The 'httpd' package may only be Apache itself and APR libraries may be separate packages, so may need 'devel'

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread Jason Garber
FWIW, the packages for RHEL 5 / Centos 5 are already built over here: http://iuscommunity.org/ On Sun, Apr 11, 2010 at 7:07 PM, Clodoaldo Neto clodoaldo.pi...@gmail.comwrote: 2010/4/11 Graham Dumpleton graham.dumple...@gmail.com: On 12 April 2010 07:23, Clodoaldo Neto

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread MMRUser
Still getting the same error, the only installed new package is python- devel others were already in the system. I installed Apache using yum command. Apxs installed from the source, but when I do locate apxs nothings returns, also if I try to install yum install httpd-devel well it's already

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread Graham Dumpleton
On 12 April 2010 13:50, MMRUser oshadha.ro...@gmail.com wrote: Still getting the same error, the only installed new package is python- devel others were already in the system. I installed Apache using yum command. Apxs installed from the source, Installed from what source? It looks very much

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread MMRUser
Hey.. I checked the files that you have mentioned LIBTOOL in config_vars.mk LIBTOOL = /usr/lib/apr-1/build/libtool --silent Which is exact path in my system... installbuilddir in apxs my $installbuilddir = $libdir . /usr/lib/httpd/build; and I need to say something, that is I changed this

Re: [modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread Graham Dumpleton
On 12 April 2010 14:53, MMRUser oshadha.ro...@gmail.com wrote: Hey.. I checked the files that you have mentioned LIBTOOL  in config_vars.mk LIBTOOL = /usr/lib/apr-1/build/libtool --silent Which is exact path in my system... installbuilddir in apxs my $installbuilddir = $libdir .

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread MMRUser
/usr/lib/httpd/build is exist and libdir is set to my $installbuilddir = $libdir . /usr/lib/httpd/build; On Apr 12, 11:04 am, Graham Dumpleton graham.dumple...@gmail.com wrote: On 12 April 2010 14:53, MMRUser oshadha.ro...@gmail.com wrote: Hey.. I checked the files that you have mentioned

[modwsgi] Re: mod_wsgi redhat installation error

2010-04-11 Thread MMRUser
Only one change in apxs that is set the variable /usr/lib/httpd/build so then it can find the path, before it was something different On Apr 12, 11:04 am, Graham Dumpleton graham.dumple...@gmail.com wrote: On 12 April 2010 14:53, MMRUser oshadha.ro...@gmail.com wrote: Hey.. I checked the