2012/9/17 Roberto De Ioris <[email protected]>: > >> 2012/9/17 Roberto De Ioris <[email protected]>: >>> >>>> >>>> >>>> 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 ? >>> >> >> -O2 -I. -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 >> -Wextra -Wno-unused-parameter -Wno-missing-field-initializers >> -DUWSGI_HAS_IFADDRS -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL >> -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY >> -DUWSGI_EMBEDDED -DUWSGI_IPV6 -DUWSGI_PCRE -DUWSGI_ROUTING >> -DUWSGI_EMBED_CONFIG=_binary_test_conf_ini_start >> -DUWSGI_EMBED_CONFIG_END=_binary_test_conf_ini_end >> -DUWSGI_VERSION="\"1.3-rc3\"" -DUWSGI_VERSION_BASE="1" >> -DUWSGI_VERSION_MAJOR="3" -DUWSGI_VERSION_MINOR="0" >> -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"rc3\"" >> -DUWSGI_MINTERPRETERS -DUWSGI_INI -DUWSGI_THREADING -DUWSGI_SENDFILE >> -DUWSGI_PLUGIN_DIR=\".\" >> -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(signal);" >> -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(signal);" >> >> > > -DUWSGI_MINTERPRETERS means the build system got a 'true' from minterpreters. > > Can you paste the whole build profile ? >
buildconf/test.ini """ [uwsgi] inherit = base debug = false ini = true threading = true embedded = true embedded_plugins = python, signal sendfile = true xml = false yaml = false json = false sqlite3 = false zeromq = false snmp = false spooler = false ssl = false udp = false multicast = false async = false ldap = false ipv6 = false routing = false minterpreters = false ifaddrs = false bin_name = test embed_config = test_conf.ini """ -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
