On June 6, 2019 4:51:49 AM GMT+02:00, Davin Pore <davinpor...@gmail.com> wrote: >how able to resolve this issue. I tried to install the mod_wsgi on >manual >procedure. > >[image: 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+unsubscr...@googlegroups.com. >To post to this group, send email to django-users@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.
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 -- 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users@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/2755E270-9488-44B9-B6DE-754C0E76AA34%40stacktrace.dk. For more options, visit https://groups.google.com/d/optout.