Re: mod_wsgi problem with installation

2010-07-11 Thread John Griessen

tazimk wrote:

hi,


Trying to figure out why make gives following errors .
What is wrong with installation ?


Saw similar with buildout when a package could not be found.

How are you installing?

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: mod_wsgi problem with installation

2010-07-10 Thread Graham Dumpleton
You have not supplied all the output, but likely that you don't have
either python-dev or httpd-dev packages installed and so cant find
header files for one of the other. Read the README in the mod_wsgi
source code for requirements as to what must be installed on your
system.

Graham

On Jul 10, 9:08 pm, tazimk  wrote:
> hi,
>
> Trying to figure out why make gives following errors .
> What is wrong with installation ?
>
> mod_wsgi.c:14532: error: initializer element is not constant
> mod_wsgi.c:14532: warning: data definition has no type or storage
> class
> mod_wsgi.c:14533: warning: parameter names (without types) in function
> declarati on
> mod_wsgi.c:14533: warning: data definition has no type or storage
> class
> mod_wsgi.c:14534: error: syntax error before '}' token
> mod_wsgi.c:14536: warning: parameter names (without types) in function
> declarati on
> mod_wsgi.c:14536: warning: data definition has no type or storage
> class
> mod_wsgi.c:14537: warning: parameter names (without types) in function
> declarati on
> mod_wsgi.c:14537: warning: data definition has no type or storage
> class
> mod_wsgi.c:14541: error: syntax error before '(' token
> mod_wsgi.c:14563: warning: data definition has no type or storage
> class
> mod_wsgi.c:14565: warning: parameter names (without types) in function
> declarati on
> mod_wsgi.c:14565: warning: data definition has no type or storage
> class
> mod_wsgi.c:14567: error: syntax error before "return"
> apxs:Error: Command failed with rc=65536
> .
> make: *** [mod_wsgi.la] Error 1

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



mod_wsgi problem with installation

2010-07-10 Thread tazimk
hi,


Trying to figure out why make gives following errors .
What is wrong with installation ?


mod_wsgi.c:14532: error: initializer element is not constant
mod_wsgi.c:14532: warning: data definition has no type or storage
class
mod_wsgi.c:14533: warning: parameter names (without types) in function
declarati on
mod_wsgi.c:14533: warning: data definition has no type or storage
class
mod_wsgi.c:14534: error: syntax error before '}' token
mod_wsgi.c:14536: warning: parameter names (without types) in function
declarati on
mod_wsgi.c:14536: warning: data definition has no type or storage
class
mod_wsgi.c:14537: warning: parameter names (without types) in function
declarati on
mod_wsgi.c:14537: warning: data definition has no type or storage
class
mod_wsgi.c:14541: error: syntax error before '(' token
mod_wsgi.c:14563: warning: data definition has no type or storage
class
mod_wsgi.c:14565: warning: parameter names (without types) in function
declarati on
mod_wsgi.c:14565: warning: data definition has no type or storage
class
mod_wsgi.c:14567: error: syntax error before "return"
apxs:Error: Command failed with rc=65536
.
make: *** [mod_wsgi.la] Error 1

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.