Run:
pip uninstall mod_wsgi-httpd mod_wsgi
Say yes to each.
Reinstall both:
pip install mod_wsgi-httpd
pip install https://github.com/GrahamDumpleton/mod_wsgi/archive/develop.zip
When trying to upgrade the mod_wsgi package pip is uninstalling the old one but
in doing so is breaking the mod_wsgi-httpd install somehow.
Graham
On 06/02/2015, at 9:58 PM, Paul Royik <[email protected]> wrote:
> [simamura@web373 ~]$ mod_wsgi-apxs -q INCLUDEDIR
> /home/simamura/lib/python2.7/mod_wsgi/httpd/include
> [simamura@web373 ~]$ mod_wsgi-apxs -q CPPFLAGS
>
> [simamura@web373 ~]$ mod_wsgi-apxs -q CFLAGS
>
> [simamura@web373 ~]$ mod_wsgi-apxs -q EXTRA_INCLUDES
> -I/home/simamura/lib/python2.7/mod_wsgi/httpd/include -I.
> -I/home/simamura/lib/python2.7/mod_wsgi/httpd/include/apr-1
> -I/home/simamura/lib/python2.7/mod_wsgi/httpd/include
> [simamura@web373 ~]$ mod_wsgi-apxs -q EXTRA_CPPFLAGS
> -DLINUX -D_REENTRANT -D_GNU_SOURCE
> [simamura@web373 ~]$ mod_wsgi-apxs -q EXTRA_CFLAGS
> -g -O2 -pthread
>
>
> exp_exec_prefix = ${mod_wsgi_httpd_prefix}
> exp_bindir = ${mod_wsgi_httpd_prefix}/bin
> exp_sbindir = ${mod_wsgi_httpd_prefix}/bin
> exp_libdir = ${mod_wsgi_httpd_prefix}/lib
> exp_libexecdir = ${mod_wsgi_httpd_prefix}/modules
> exp_mandir = ${mod_wsgi_httpd_prefix}/man
> exp_sysconfdir = ${mod_wsgi_httpd_prefix}/conf
> exp_datadir = ${mod_wsgi_httpd_prefix}
> exp_installbuilddir = ${mod_wsgi_httpd_prefix}/build
> exp_errordir = ${mod_wsgi_httpd_prefix}/error
> exp_iconsdir = ${mod_wsgi_httpd_prefix}/icons
> exp_htdocsdir = ${mod_wsgi_httpd_prefix}/htdocs
> exp_manualdir = ${mod_wsgi_httpd_prefix}/manual
> exp_cgidir = ${mod_wsgi_httpd_prefix}/cgi-bin
> exp_includedir = ${mod_wsgi_httpd_prefix}/include
> exp_localstatedir = ${mod_wsgi_httpd_prefix}
> exp_runtimedir = ${mod_wsgi_httpd_prefix}/logs
> exp_logfiledir = ${mod_wsgi_httpd_prefix}/logs
> exp_proxycachedir = ${mod_wsgi_httpd_prefix}/proxy
> EGREP = /bin/grep -E
> PCRE_LIBS = -L${mod_wsgi_httpd_prefix}/lib -lpcre
> SHLTCFLAGS = -prefer-pic
> LTCFLAGS = -prefer-non-pic -static
> MKINSTALLDIRS = ${mod_wsgi_httpd_prefix}/build/mkdir.sh
> INSTALL = $(LIBTOOL) --mode=install ${mod_wsgi_httpd_prefix}/build/install.sh
> -c
> MATH_LIBS = -lm
> CRYPT_LIBS = -lcrypt
> DTRACE = true
> PICFLAGS =
> PILDFLAGS =
> INSTALL_DSO = yes
> ab_CFLAGS =
> ab_LDFLAGS = -lssl -lcrypto -lrt -lcrypt -lpthread
> NONPORTABLE_SUPPORT = checkgid fcgistarter
> progname = httpd
> OS = unix
> SHLIBPATH_VAR = LD_LIBRARY_PATH
> AP_BUILD_SRCLIB_DIRS =
> AP_CLEAN_SRCLIB_DIRS =
> bindir = ${exec_prefix}/bin
> sbindir = ${exec_prefix}/bin
> cgidir = ${datadir}/cgi-bin
> logfiledir = ${localstatedir}/logs
> exec_prefix = ${prefix}
> datadir = ${prefix}
> localstatedir = ${prefix}
> mandir = ${prefix}/man
> libdir = ${exec_prefix}/lib
> libexecdir = ${exec_prefix}/modules
> htdocsdir = ${datadir}/htdocs
> manualdir = ${datadir}/manual
> includedir = ${prefix}/include
> errordir = ${datadir}/error
> iconsdir = ${datadir}/icons
> sysconfdir = ${prefix}/conf
> installbuilddir = ${datadir}/build
> runtimedir = ${localstatedir}/logs
> proxycachedir = ${localstatedir}/proxy
> other_targets =
> progname = httpd
> prefix = ${mod_wsgi_httpd_prefix}
> AWK = gawk
> CC = gcc -std=gnu99
> CPP = gcc -E
> CXX =
> CPPFLAGS =
> CFLAGS =
> CXXFLAGS =
> LTFLAGS = --silent
> LDFLAGS =
> LT_LDFLAGS =
> SH_LDFLAGS =
> LIBS =
> DEFS =
> INCLUDES =
> NOTEST_CPPFLAGS =
> NOTEST_CFLAGS =
> NOTEST_CXXFLAGS =
> NOTEST_LDFLAGS =
> NOTEST_LIBS =
> EXTRA_CPPFLAGS = -DLINUX -D_REENTRANT -D_GNU_SOURCE
> EXTRA_CFLAGS = -g -O2 -pthread
> EXTRA_CXXFLAGS =
> EXTRA_LDFLAGS =
> EXTRA_LIBS =
> EXTRA_INCLUDES = -I$(includedir) -I. -I${mod_wsgi_httpd_prefix}/include/apr-1
> -I${mod_wsgi_httpd_prefix}/include
> INTERNAL_CPPFLAGS =
> LIBTOOL = ${mod_wsgi_httpd_prefix}/build-1/libtool --silent
> SHELL = /bin/sh
> RSYNC = /usr/bin/rsync
> SH_LIBS =
> SH_LIBTOOL = $(LIBTOOL)
> MK_IMPLIB =
> MKDEP = $(CC) -MM
> INSTALL_PROG_FLAGS =
> ENABLED_DSO_MODULES =
> ,authn_file,authn_core,authz_host,authz_groupfile,authz_user,authz_core,access_compat,auth_basic,reqtimeout,filter,mime,log_config,env,headers,setenvif,version,mpm_event,unixd,status,autoindex,dir,alias
> LOAD_ALL_MODULES = no
> APR_BINDIR = ${mod_wsgi_httpd_prefix}/bin
> APR_INCLUDEDIR = ${mod_wsgi_httpd_prefix}/include/apr-1
> APR_VERSION = 1.5.1
> APR_CONFIG = ${mod_wsgi_httpd_prefix}/bin/apr-1-config
> APU_BINDIR = ${mod_wsgi_httpd_prefix}/bin
> APU_INCLUDEDIR = ${mod_wsgi_httpd_prefix}/include/apr-1
> APU_VERSION = 1.5.4
> APU_CONFIG = ${mod_wsgi_httpd_prefix}/bin/apu-1-config
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/modwsgi.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.