> > > With last tip - my conf: > > ipv6 = false > routing = false > minterpreters = false > sendfile = true > > python3 uwsgiconfig.py --clean > python3 uwsgiconfig.py --build test > > ################# uWSGI configuration ################# > > kernel = Linux > malloc = libc > locking = pthread_mutex > ini = True > event = epoll > pcre = True > snmp = False > capabilities = False > yaml = False > json = False > routing = True > ldap = False > sqlite3 = False > zeromq = False > sendfile = True > xml = False > udp = False > execinfo = False > ifaddrs = True > ipv6 = True > ssl = False > filemonitor = inotify > timer = timerfd > threading = True > plugin_dir = . > debug = False > async = False > spooler = False > minterpreters = True > > ############## end of uWSGI configuration ############# > > routing = True > ipv6 = True > minterpreters = True > > > Something is wrong... > > -
can you report the output of ./uwsgi --cflags soon after the build ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
