Compiles and runs ok on Standard Red Hat 6.4

./configure
checking for apxs2... no
checking for apxs... /usr/sbin/apxs
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for prctl... yes
checking Apache version... 2.2.15
checking for python... /usr/bin/python
configure: creating ./config.status
config.status: creating Makefile
[root@localhost mod_wsgi-develop]# make
/usr/sbin/apxs -c -I/usr/include/python2.6 -D_GNU_SOURCE -DNDEBUG
-D_GNU_SOURCE  -Wc,-g -Wc,-O2  mod_wsgi.c -L/usr/lib64
-L/usr/lib64/python2.6/config  -lpython2.6 -lpthread -ldl  -lutil -lm
/usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2
-g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security
-fno-strict-aliasing  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread
-I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -g -O2
-I/usr/include/python2.6 -D_GNU_SOURCE -DNDEBUG -D_GNU_SOURCE  -c -o
mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo
In file included from /usr/include/python2.6/pyconfig.h:6,
                 from /usr/include/python2.6/Python.h:8,
                 from mod_wsgi.c:146:
/usr/include/python2.6/pyconfig-64.h:1034:1: warning: "_POSIX_C_SOURCE"
redefined
In file included from /usr/include/sys/types.h:26,
                 from /usr/include/apr-1/apr-x86_64.h:127,
                 from /usr/include/apr-1/apr.h:19,
                 from /usr/include/httpd/ap_config.h:25,
                 from /usr/include/httpd/httpd.h:43,
                 from mod_wsgi.c:34:
/usr/include/features.h:162:1: warning: this is the location of the
previous definition
In file included from /usr/include/python2.6/pyconfig.h:6,
                 from /usr/include/python2.6/Python.h:8,
                 from mod_wsgi.c:146:
/usr/include/python2.6/pyconfig-64.h:1043:1: warning: "_XOPEN_SOURCE"
redefined
In file included from /usr/include/sys/types.h:26,
                 from /usr/include/apr-1/apr-x86_64.h:127,
                 from /usr/include/apr-1/apr.h:19,
                 from /usr/include/httpd/ap_config.h:25,
                 from /usr/include/httpd/httpd.h:43,
                 from mod_wsgi.c:34:
/usr/include/features.h:164:1: warning: this is the location of the
previous definition
mod_wsgi.c: In function ‘wsgi_server_group’:
mod_wsgi.c:995: warning: unused variable ‘value’
mod_wsgi.c: In function ‘Log_isatty’:
mod_wsgi.c:1669: warning: unused variable ‘result’
mod_wsgi.c: In function ‘Log_writelines’:
mod_wsgi.c:1806: warning: unused variable ‘msg’
mod_wsgi.c: In function ‘Adapter_output’:
mod_wsgi.c:3091: warning: unused variable ‘n’
mod_wsgi.c: In function ‘Adapter_file_wrapper’:
mod_wsgi.c:4142: warning: unused variable ‘result’
mod_wsgi.c: In function ‘newInterpreterObject’:
mod_wsgi.c:4898: warning: unused variable ‘module’
mod_wsgi.c: In function ‘wsgi_python_term’:
mod_wsgi.c:6120: warning: unused variable ‘tstate’
mod_wsgi.c:6119: warning: unused variable ‘interp’
mod_wsgi.c: In function ‘wsgi_python_child_init’:
mod_wsgi.c:7321: warning: unused variable ‘l’
mod_wsgi.c:7218: warning: unused variable ‘interp’
mod_wsgi.c: In function ‘wsgi_add_import_script’:
mod_wsgi.c:7972: warning: unused variable ‘error’
mod_wsgi.c: In function ‘wsgi_add_handler_script’:
mod_wsgi.c:8450: warning: unused variable ‘dconfig’
mod_wsgi.c:8449: warning: unused variable ‘sconfig’
mod_wsgi.c: In function ‘wsgi_hook_handler’:
mod_wsgi.c:9646: warning: suggest parentheses around assignment used as
truth value
mod_wsgi.c:9648: warning: suggest parentheses around assignment used as
truth value
mod_wsgi.c:9650: warning: suggest parentheses around assignment used as
truth value
mod_wsgi.c:9654: warning: suggest parentheses around assignment used as
truth value
mod_wsgi.c:9674: warning: suggest parentheses around assignment used as
truth value
mod_wsgi.c:9676: warning: suggest parentheses around assignment used as
truth value
mod_wsgi.c:9679: warning: suggest parentheses around assignment used as
truth value
mod_wsgi.c: In function ‘wsgi_daemon_worker’:
mod_wsgi.c:11128: warning: unused variable ‘duration’
mod_wsgi.c:11127: warning: unused variable ‘start’
mod_wsgi.c: In function ‘wsgi_hook_daemon_handler’:
mod_wsgi.c:13483: warning: unused variable ‘i’
mod_wsgi.c:13481: warning: unused variable ‘elts’
mod_wsgi.c:13480: warning: unused variable ‘head’
mod_wsgi.c: At top level:
mod_wsgi.c:4622: warning: ‘newShutdownInterpreterObject’ defined but not
used
mod_wsgi.c:8413: warning: ‘wsgi_set_user_authoritative’ defined but not used
mod_wsgi.c:15562: warning: ‘wsgi_hook_check_user_id’ defined but not used
/usr/lib64/apr-1/build/libtool --silent --mode=link gcc -o mod_wsgi.la
-rpath /usr/lib64/httpd/modules -module -avoid-version    mod_wsgi.lo
-L/usr/lib64 -L/usr/lib64/python2.6/config -lpython2.6 -lpthread -ldl
-lutil -lm


On Fri, May 16, 2014 at 10:40 PM, Graham Dumpleton <
[email protected]> wrote:

> Hi all.
>
> I know mod_wsgi hasn't seen a release for a long time. There are a lot of
> reasons why this has been the case and I might go into that another time,
> but not now and not just because I really need to go get some sleep right
> now.
>
> Anyway, that is going to be changing quite soon as I restart on making
> regular updates and releases.
>
> As part of this, the source code for mod_wsgi has now officially been
> moved from the old crappy Google Code site where Mercurial was used to
> github.
>
> The new location for the source code repository is:
>
>   https://github.com/GrahamDumpleton/mod_wsgi
>
> I will over the next few days be trying to fix up references on the Google
> Code site to refer to the new location for source code and issues, and
> close off parts of the old Google Code site.
>
> To get things rolling I am aiming for a quick release of mod_wsgi 3.5 with
> some accumulated fixes related to Apache 2.4, Python 3.4 and building on
> Linux and MacOS X.
>
> This is where I would really like some help.
>
> If anyone has some time, I would very much appreciate you getting down the
> source code from github:
>
>   https://github.com/GrahamDumpleton/mod_wsgi/archive/develop.tar.gz
>
> or by cloning the develop branch of the github repo, and confirming for me
> that it at least compiles okay on whatever OS, Python and Apache versions
> you have available.
>
> Only exception is Windows platform. The makefiles do not exist for newer
> Python versions and I don't want to tackle that issue right now.
>
> If you can drop me a quick note as to what OS/Python/Apache combinations
> you tried on, that would be much appreciated.
>
> If you can try it on some WSGI application and let me know that it also
> seems to work okay, that would be even better.
>
> Of course, if you have any issues with compilation do let me know. I will
> though be trying to avoid any changes prior to getting a release done
> unless it is a significant issue.
>
> Once again, would very much appreciate any help. I really need a good
> swift kick up the backside to get open and ongoing development of mod_wsgi
> happening again and this will be the start I need.
>
> Much thanks in advance.
>
> Graham
>
>

-- 
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.

Reply via email to