mod_wsgi problem

8 views
Skip to first unread message

Davin Pore

unread,
Jun 6, 2019, 7:39:25 AM6/6/19
to Django users
how able to resolve this issue. I tried to install the mod_wsgi on manual procedure.

mod_wsgi.jpg


Joel Mathew

unread,
Jun 6, 2019, 7:56:45 AM6/6/19
to Django ML
Always read installation README and github README before installing anything. It seems you dont even have a basic compiler installed. 

For Debian based systems, install:

`sudo apt install build-essential`
Sincerely yours,

 Joel G Mathew



On Thu, 6 Jun 2019 at 17:09, Davin Pore <davin...@gmail.com> wrote:
how able to resolve this issue. I tried to install the mod_wsgi on manual procedure.

mod_wsgi.jpg


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d56ff442-ac07-4328-a6b0-b4bee64095d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Kasper Laudrup

unread,
Jun 6, 2019, 7:57:37 AM6/6/19
to Davin Pore, Django users
On June 6, 2019 4:51:49 AM GMT+02:00, Davin Pore <davin...@gmail.com> wrote:
how able to resolve this issue. I tried to install the mod_wsgi on manual procedure.

mod_wsgi.jpg



Hi David,

First of all, I don't understand why you want to install mod_wsgi from source. I'm sure your Linux distro has a package for that.

But as the error message states, you need at least a functional C compiler to compile C code (eg. Clang or GCC). You'll most likely also need some dev packages etc. How to install the required packages depends on the Linux distro you are using.

Also, there's probably an INSTALL file with the sources which you should read first. That hopefully tells you the requirements and how to build and install the module.

Hope that helps.

Kind regards,

Kasper Laudrup
Reply all
Reply to author
Forward
0 new messages