problem with nginx autoconfigure

Manlio Perillo manlio_perillo at libero.it
Fri Nov 23 19:28:31 MSK 2007


Manlio Perillo ha scritto:
> Hi.
> 
> I'm having problems at auto configuring mod_wsgi on FreeBSD.
> 
> Here is the configuration:
> 
> ngx_feature="wsgi"
> ngx_feature_name=
> ngx_feature_run=no
> ngx_feature_incs="#include <Python.h>"
> ngx_feature_path="/usr/local/include/python2.4"
> ngx_feature_libs="-L /usr/local/lib -lpython2.4"
> ngx_feature_test="Py_Initialize()"
> . auto/feature
> 

Ok, solved reading the autoconf.err: a missing library (pthread).



Manlio Perillo





More information about the nginx mailing list