Welcome to the Phusion Passenger Apache 2 module installer, v5.1.1. This installer will guide you through the entire installation process. It shouldn't take more than 3 minutes in total. Here's what you can expect from the installation process: 1. The Apache 2 module will be installed for you. 2. You'll learn how to configure Apache. 3. You'll learn how to deploy a Ruby on Rails application. Don't worry if anything goes wrong. This installer will advise you on how to solve any problems. Press Enter to continue, or Ctrl-C to abort. -------------------------------------------- Which languages are you interested in? Use to select. If the menu doesn't display correctly, press '!' ‣ ⬢ Ruby ⬡ Python ⬡ Node.js ⬡ Meteor -------------------------------------------- Checking for required software... * Checking for C compiler... Found: yes Location: /usr/bin/cc * Checking for C++ compiler... Found: yes Location: /usr/bin/c++ * Checking for Curl development headers with SSL support... Found: yes curl-config location: /usr/bin/curl-config Header location: /usr/include/curl/curl.h Version: libcurl 7.15.5 Usable: yes Supports SSL: yes * Checking for Zlib development headers... Found: yes Location: /usr/include/zlib.h * Checking for Apache 2... Found: yes Location of httpd: /usr/local/apache/bin/httpd Apache version: 2.4.25 * Checking for Apache 2 development headers... Found: yes Location of apxs2: /usr/bin/apxs * Checking for Rake (associated with /usr/local/bin/ruby)... Found: yes Location: /usr/local/bin/ruby /usr/local/bin/rake * Checking for OpenSSL support for Ruby... Found: yes * Checking for RubyGems... Found: yes * Checking for Ruby development headers... Found: yes Location: /usr/local/include/ruby-2.0.0/ruby.h * Checking for rack... Found: yes * Checking for Apache Portable Runtime (APR) development headers... Found: yes Location: /usr/local/apache/bin/apr-1-config Version: 1.5.2 * Checking for Apache Portable Runtime Utility (APU) development headers... Found: yes Location: /usr/local/apache/bin/apu-1-config Version: 1.5.4 -------------------------------------------- Checking whether there are multiple Apache installations... Multiple Apache installations detected! You are about to install Phusion Passenger against the following Apache installation: Apache 2.4.25 apxs2 : /usr/local/apache/bin/apxs Executable: /usr/local/apache/bin/httpd However, 2 other Apache installation(s) have been found on your system: * Apache 2.4.25 apxs2 : /usr/local/apache.ea3-buildok-confgen-failed/bin/apxs Executable: /usr/local/apache/bin/httpd * Apache 2.4.25 apxs2 : /usr/local/apache.backup/bin/apxs Executable: /usr/local/apache/bin/httpd Are you sure you want to install against Apache 2.4.25 (/usr/local/apache/bin/apxs)? [y/n]: y -------------------------------------------- Compiling and installing Apache 2 module... cd /usr/local/lib/ruby/gems/2.0.0/gems/passenger-5.1.1 # env NOEXEC_DISABLE=1 /usr/local/bin/ruby /usr/local/bin/rake RELEASE=yes apache2:clean apache2 rm -rf buildout/cache rm -rf buildout/common/libboost_oxt.a buildout/common/libboost_oxt rm -f buildout/common/libpassenger_common/Logging.o buildout/common/libpassenger_common/Exceptions.o buildout/common/libpassenger_common/Utils/SystemTime.o buildout/common/libpassenger_common/Utils/StrIntUtils.o buildout/common/libpassenger_common/Utils/StrIntUtilsNoStrictAliasing.o buildout/common/libpassenger_common/Utils/IOUtils.o buildout/common/libpassenger_common/Utils.o rm -f buildout/common/libpassenger_common/Crypto.o buildout/common/libpassenger_common/Utils/CachedFileStat.o buildout/common/libpassenger_common/Utils/LargeFiles.o buildout/common/libpassenger_common/WatchdogLauncher.o buildout/common/libpassenger_common/MemoryKit/mbuf.o buildout/common/libpassenger_common/MemoryKit/palloc.o buildout/common/libpassenger_common/ServerKit/http_parser.o buildout/common/libpassenger_common/ServerKit/Implementation.o buildout/common/libpassenger_common/DataStructures/LString.o buildout/common/libpassenger_common/Utils/Hasher.o buildout/common/libpassenger_common/AppTypes.o rm -f buildout/common/libpassenger_common/jsoncpp.o rm -f buildout/common/libpassenger_common/vendor-modified/modp_b64.o buildout/common/libpassenger_common/vendor-modified/modp_b64_strict_aliasing.o rm -f buildout/common/libpassenger_common/UnionStationFilterSupport.o rm -rf buildout/common/libpassenger_common rm -rf buildout/support-binaries/ rm -rf buildout/apache2/module_libboost_oxt.a buildout/apache2/module_libboost_oxt rm -f buildout/apache2/module_libpassenger_common/Logging.o buildout/apache2/module_libpassenger_common/Exceptions.o buildout/apache2/module_libpassenger_common/Utils/SystemTime.o buildout/apache2/module_libpassenger_common/Utils/StrIntUtils.o buildout/apache2/module_libpassenger_common/Utils/StrIntUtilsNoStrictAliasing.o buildout/apache2/module_libpassenger_common/Utils/IOUtils.o buildout/apache2/module_libpassenger_common/Utils.o rm -f buildout/apache2/module_libpassenger_common/Crypto.o buildout/apache2/module_libpassenger_common/Utils/CachedFileStat.o buildout/apache2/module_libpassenger_common/Utils/LargeFiles.o buildout/apache2/module_libpassenger_common/WatchdogLauncher.o buildout/apache2/module_libpassenger_common/MemoryKit/mbuf.o buildout/apache2/module_libpassenger_common/MemoryKit/palloc.o buildout/apache2/module_libpassenger_common/ServerKit/http_parser.o buildout/apache2/module_libpassenger_common/ServerKit/Implementation.o buildout/apache2/module_libpassenger_common/DataStructures/LString.o buildout/apache2/module_libpassenger_common/Utils/Hasher.o buildout/apache2/module_libpassenger_common/AppTypes.o rm -f buildout/apache2/module_libpassenger_common/jsoncpp.o rm -f buildout/apache2/module_libpassenger_common/vendor-modified/modp_b64.o buildout/apache2/module_libpassenger_common/vendor-modified/modp_b64_strict_aliasing.o rm -f buildout/apache2/module_libpassenger_common/UnionStationFilterSupport.o rm -rf buildout/apache2/module_libpassenger_common rm -rf buildout/apache2/mod_passenger.o buildout/apache2/Configuration.o buildout/apache2/Bucket.o buildout/apache2/Hooks.o buildout/apache2/mod_passenger.so mkdir -p buildout/apache2/module_libpassenger_common c++ -o buildout/apache2/module_libpassenger_common/Logging.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -O -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/Logging.cpp c++ -o buildout/apache2/module_libpassenger_common/Exceptions.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/Exceptions.cpp mkdir -p buildout/apache2/module_libpassenger_common/Utils c++ -o buildout/apache2/module_libpassenger_common/Utils/SystemTime.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/Utils/SystemTime.cpp c++ -o buildout/apache2/module_libpassenger_common/Utils/StrIntUtils.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -O3 -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/Utils/StrIntUtils.cpp src/cxx_supportlib/vendor-modified/boost/thread/pthread/once_atomic.hpp: In function ‘boost::thread_detail::atomic_type& boost::thread_detail::get_atomic_storage(boost::once_flag&)’: src/cxx_supportlib/vendor-modified/boost/thread/pthread/once_atomic.hpp:99: warning: type-punning to incomplete type might break strict-aliasing rules src/cxx_supportlib/Utils/StrIntUtils.h: In function ‘unsigned int Passenger::integerToOtherBase(IntegerType, char*, unsigned int) [with IntegerType = unsigned char, int radix = 8]’: src/cxx_supportlib/Utils/StrIntUtils.cpp:632: instantiated from here src/cxx_supportlib/Utils/StrIntUtils.h:326: warning: comparison is always true due to limited range of data type c++ -o buildout/apache2/module_libpassenger_common/Utils/StrIntUtilsNoStrictAliasing.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -O2 -fno-strict-aliasing -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/Utils/StrIntUtilsNoStrictAliasing.cpp c++ -o buildout/apache2/module_libpassenger_common/Utils/IOUtils.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -O -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/Utils/IOUtils.cpp c++ -o buildout/apache2/module_libpassenger_common/Utils.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/Utils.cpp src/cxx_supportlib/Utils.cpp: In function ‘std::string Passenger::getProcessUsername(bool)’: src/cxx_supportlib/Utils.cpp:417: warning: control reaches end of non-void function mkdir -p buildout/apache2/module_libpassenger_common/vendor-modified c++ -o buildout/apache2/module_libpassenger_common/vendor-modified/modp_b64.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -O2 -fno-strict-aliasing -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/modp_b64.cpp c++ -o buildout/apache2/module_libpassenger_common/vendor-modified/modp_b64_strict_aliasing.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -O2 -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/modp_b64_strict_aliasing.cpp c++ -o buildout/apache2/module_libpassenger_common/AppTypes.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/AppTypes.cpp mkdir -p buildout/apache2/module_libboost_oxt/boost c++ -o buildout/apache2/module_libboost_oxt/boost/future.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/thread/src/future.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/once.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/thread/src/pthread/once.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/thread.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/thread/src/pthread/thread.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/once_atomic.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/thread/src/pthread/once_atomic.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/tss_null.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/thread/src/tss_null.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/static_mutex.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/static_mutex.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/regex_traits_defaults.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/regex_traits_defaults.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/wc_regex_traits.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/wc_regex_traits.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/regex_raw_buffer.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/regex_raw_buffer.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/cpp_regex_traits.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/cpp_regex_traits.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/posix_api.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/posix_api.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/regex.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/regex.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/wide_posix_api.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/wide_posix_api.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/winstances.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/winstances.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/cregex.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/cregex.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/c_regex_traits.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/c_regex_traits.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/regex_debug.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/regex_debug.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/instances.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/regex/src/instances.cpp c++ -o buildout/apache2/module_libboost_oxt/boost/error_code.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/vendor-modified/boost/libs/system/src/error_code.cpp mkdir -p buildout/apache2/module_libboost_oxt/oxt c++ -o buildout/apache2/module_libboost_oxt/oxt/implementation.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/oxt/implementation.cpp c++ -o buildout/apache2/module_libboost_oxt/oxt/system_calls.o -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/cxx_supportlib/oxt/system_calls.cpp rm -rf buildout/apache2/module_libboost_oxt.a ar cru buildout/apache2/module_libboost_oxt.a buildout/apache2/module_libboost_oxt/boost/future.o buildout/apache2/module_libboost_oxt/boost/once.o buildout/apache2/module_libboost_oxt/boost/thread.o buildout/apache2/module_libboost_oxt/boost/once_atomic.o buildout/apache2/module_libboost_oxt/boost/tss_null.o buildout/apache2/module_libboost_oxt/boost/static_mutex.o buildout/apache2/module_libboost_oxt/boost/regex_traits_defaults.o buildout/apache2/module_libboost_oxt/boost/wc_regex_traits.o buildout/apache2/module_libboost_oxt/boost/regex_raw_buffer.o buildout/apache2/module_libboost_oxt/boost/cpp_regex_traits.o buildout/apache2/module_libboost_oxt/boost/posix_api.o buildout/apache2/module_libboost_oxt/boost/regex.o buildout/apache2/module_libboost_oxt/boost/wide_posix_api.o buildout/apache2/module_libboost_oxt/boost/winstances.o buildout/apache2/module_libboost_oxt/boost/cregex.o buildout/apache2/module_libboost_oxt/boost/c_regex_traits.o buildout/apache2/module_libboost_oxt/boost/regex_debug.o buildout/apache2/module_libboost_oxt/boost/instances.o buildout/apache2/module_libboost_oxt/boost/error_code.o buildout/apache2/module_libboost_oxt/oxt/implementation.o buildout/apache2/module_libboost_oxt/oxt/system_calls.o ranlib buildout/apache2/module_libboost_oxt.a cc -o buildout/apache2/mod_passenger.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -c src/apache2_module/mod_passenger.c c++ -o buildout/apache2/Configuration.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/apache2_module/Configuration.cpp c++ -o buildout/apache2/Bucket.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/apache2_module/Bucket.cpp c++ -o buildout/apache2/Hooks.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/apache2_module/Hooks.cpp c++ -shared buildout/apache2/mod_passenger.o buildout/apache2/Configuration.o buildout/apache2/Bucket.o buildout/apache2/Hooks.o -fPIC -o buildout/apache2/mod_passenger.so buildout/apache2/module_libpassenger_common/Logging.o buildout/apache2/module_libpassenger_common/Exceptions.o buildout/apache2/module_libpassenger_common/Utils/SystemTime.o buildout/apache2/module_libpassenger_common/Utils/StrIntUtils.o buildout/apache2/module_libpassenger_common/Utils/StrIntUtilsNoStrictAliasing.o buildout/apache2/module_libpassenger_common/Utils/IOUtils.o buildout/apache2/module_libpassenger_common/Utils.o buildout/apache2/module_libpassenger_common/vendor-modified/modp_b64.o buildout/apache2/module_libpassenger_common/vendor-modified/modp_b64_strict_aliasing.o buildout/apache2/module_libpassenger_common/AppTypes.o buildout/apache2/module_libboost_oxt.a -L/usr/lib64 -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apache/include -I/usr/local/apache/include -m64 -fPIC -DPIC -I/usr/local/apache/include -L/usr/local/apache/lib -lapr-1 -L/usr/local/apache/lib -laprutil-1 -lpthread -lrt -ldl mkdir -p buildout/support-binaries c++ -o buildout/support-binaries/AgentMain.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/agent/AgentMain.cpp c++ -o buildout/support-binaries/AgentBase.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/agent/Shared/Base.cpp c++ -o buildout/support-binaries/WatchdogMain.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/agent/Watchdog/WatchdogMain.cpp src/cxx_supportlib/Utils/JsonUtils.h: In function ‘Json::Value Passenger::byteSpeedToJson(double, const std::string&)’: src/cxx_supportlib/Utils/JsonUtils.h:327: warning: passing ‘double’ for argument 1 to ‘Json::Value Passenger::byteSizeToJson(size_t)’ src/cxx_supportlib/Utils/JsonUtils.h:329: warning: passing ‘double’ for argument 1 to ‘Json::Value Passenger::signedByteSizeToJson(long long int)’ src/cxx_supportlib/Utils/JsonUtils.h: In function ‘Json::Value Passenger::byteSpeedToJson(double, double, const std::string&)’: src/cxx_supportlib/Utils/JsonUtils.h:341: warning: passing ‘double’ for argument 1 to ‘Json::Value Passenger::byteSizeToJson(size_t)’ src/cxx_supportlib/Utils/JsonUtils.h:343: warning: passing ‘double’ for argument 1 to ‘Json::Value Passenger::signedByteSizeToJson(long long int)’ src/cxx_supportlib/ServerKit/HeaderTable.h: In member function ‘void Passenger::ServerKit::HeaderTable::repopulate(unsigned int)’: src/cxx_supportlib/ServerKit/HeaderTable.h:128: warning: comparison between signed and unsigned integer expressions src/cxx_supportlib/Integrations/LibevJsonUtils.h: In function ‘Json::Value Passenger::evTimeToJson(ev_tstamp, ev_tstamp, long long unsigned int)’: src/cxx_supportlib/Integrations/LibevJsonUtils.h:65: warning: converting to ‘long long unsigned int’ from ‘ev_tstamp’ src/cxx_supportlib/Integrations/LibevJsonUtils.h:82: warning: passing ‘ev_tstamp’ for argument 1 to ‘std::string Passenger::distanceOfTimeInWords(time_t, time_t)’ src/cxx_supportlib/Integrations/LibevJsonUtils.h:82: warning: passing ‘ev_tstamp’ for argument 2 to ‘std::string Passenger::distanceOfTimeInWords(time_t, time_t)’ src/cxx_supportlib/Integrations/LibevJsonUtils.h:84: warning: passing ‘ev_tstamp’ for argument 1 to ‘std::string Passenger::distanceOfTimeInWords(time_t, time_t)’ src/cxx_supportlib/Integrations/LibevJsonUtils.h:84: warning: passing ‘ev_tstamp’ for argument 2 to ‘std::string Passenger::distanceOfTimeInWords(time_t, time_t)’ c++ -o buildout/support-binaries/CoreMain.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/agent/Core/CoreMain.cpp src/cxx_supportlib/Utils/JsonUtils.h: In function ‘Json::Value Passenger::byteSpeedToJson(double, const std::string&)’: src/cxx_supportlib/Utils/JsonUtils.h:327: warning: passing ‘double’ for argument 1 to ‘Json::Value Passenger::byteSizeToJson(size_t)’ src/cxx_supportlib/Utils/JsonUtils.h:329: warning: passing ‘double’ for argument 1 to ‘Json::Value Passenger::signedByteSizeToJson(long long int)’ src/cxx_supportlib/Utils/JsonUtils.h: In function ‘Json::Value Passenger::byteSpeedToJson(double, double, const std::string&)’: src/cxx_supportlib/Utils/JsonUtils.h:341: warning: passing ‘double’ for argument 1 to ‘Json::Value Passenger::byteSizeToJson(size_t)’ src/cxx_supportlib/Utils/JsonUtils.h:343: warning: passing ‘double’ for argument 1 to ‘Json::Value Passenger::signedByteSizeToJson(long long int)’ src/cxx_supportlib/ServerKit/HeaderTable.h: In member function ‘void Passenger::ServerKit::HeaderTable::repopulate(unsigned int)’: src/cxx_supportlib/ServerKit/HeaderTable.h:128: warning: comparison between signed and unsigned integer expressions src/cxx_supportlib/Integrations/LibevJsonUtils.h: In function ‘Json::Value Passenger::evTimeToJson(ev_tstamp, ev_tstamp, long long unsigned int)’: src/cxx_supportlib/Integrations/LibevJsonUtils.h:65: warning: converting to ‘long long unsigned int’ from ‘ev_tstamp’ src/cxx_supportlib/Integrations/LibevJsonUtils.h:82: warning: passing ‘ev_tstamp’ for argument 1 to ‘std::string Passenger::distanceOfTimeInWords(time_t, time_t)’ src/cxx_supportlib/Integrations/LibevJsonUtils.h:82: warning: passing ‘ev_tstamp’ for argument 2 to ‘std::string Passenger::distanceOfTimeInWords(time_t, time_t)’ src/cxx_supportlib/Integrations/LibevJsonUtils.h:84: warning: passing ‘ev_tstamp’ for argument 1 to ‘std::string Passenger::distanceOfTimeInWords(time_t, time_t)’ src/cxx_supportlib/Integrations/LibevJsonUtils.h:84: warning: passing ‘ev_tstamp’ for argument 2 to ‘std::string Passenger::distanceOfTimeInWords(time_t, time_t)’ src/agent/Core/SecurityUpdateChecker.h: In member function ‘void Passenger::SecurityUpdateChecker::logUpdateFailCurl(CURLcode)’: src/agent/Core/SecurityUpdateChecker.h:113: error: ‘CURLE_PEER_FAILED_VERIFICATION’ was not declared in this scope src/agent/Core/SecurityUpdateChecker.h:119: error: ‘CURLE_SSL_CACERT_BADFILE’ was not declared in this scope src/cxx_supportlib/DataStructures/StringKeyTable.h: In member function ‘void Passenger::StringKeyTable::repopulate(unsigned int) [with T = std::basic_string, std::allocator >, MoveSupport = Passenger::SKT_DisableMoveSupport]’: src/cxx_supportlib/DataStructures/StringKeyTable.h:265: instantiated from ‘void Passenger::StringKeyTable::realInsert(const Passenger::HashedStaticString&, ValueType, bool) [with ValueType = const std::basic_string, std::allocator >&, LocalMoveSupport = Passenger::SKT_DisableMoveSupport, T = std::basic_string, std::allocator >, MoveSupport = Passenger::SKT_DisableMoveSupport]’ src/cxx_supportlib/DataStructures/StringKeyTable.h:434: instantiated from ‘void Passenger::StringKeyTable::insert(const Passenger::HashedStaticString&, const T&, bool) [with T = std::basic_string, std::allocator >, MoveSupport = Passenger::SKT_DisableMoveSupport]’ src/agent/Shared/ApiServerUtils.h:938: instantiated from ‘void Passenger::apiServerProcessReinheritLogs(Server*, Client*, Request*, const Passenger::StaticString&, const Passenger::StaticString&) [with Server = Passenger::Core::ApiServer::ApiServer, Client = Passenger::ServerKit::HttpClient, Request = Passenger::Core::ApiServer::Request]’ src/agent/Core/ApiServer.h:129: instantiated from here src/cxx_supportlib/DataStructures/StringKeyTable.h:178: warning: comparison between signed and unsigned integer expressions src/cxx_supportlib/DataStructures/StringKeyTable.h: In member function ‘uint32_t Passenger::StringKeyTable::appendToStorage(const Passenger::StaticString&) [with T = std::basic_string, std::allocator >, MoveSupport = Passenger::SKT_DisableMoveSupport]’: src/cxx_supportlib/DataStructures/StringKeyTable.h:269: instantiated from ‘void Passenger::StringKeyTable::realInsert(const Passenger::HashedStaticString&, ValueType, bool) [with ValueType = const std::basic_string, std::allocator >&, LocalMoveSupport = Passenger::SKT_DisableMoveSupport, T = std::basic_string, std::allocator >, MoveSupport = Passenger::SKT_DisableMoveSupport]’ src/cxx_supportlib/DataStructures/StringKeyTable.h:434: instantiated from ‘void Passenger::StringKeyTable::insert(const Passenger::HashedStaticString&, const T&, bool) [with T = std::basic_string, std::allocator >, MoveSupport = Passenger::SKT_DisableMoveSupport]’ src/agent/Shared/ApiServerUtils.h:938: instantiated from ‘void Passenger::apiServerProcessReinheritLogs(Server*, Client*, Request*, const Passenger::StaticString&, const Passenger::StaticString&) [with Server = Passenger::Core::ApiServer::ApiServer, Client = Passenger::ServerKit::HttpClient, Request = Passenger::Core::ApiServer::Request]’ src/agent/Core/ApiServer.h:129: instantiated from here src/cxx_supportlib/DataStructures/StringKeyTable.h:157: warning: converting to ‘unsigned int’ from ‘double’ rake aborted! Command failed with status (1): [c++ -o buildout/support-binaries/CoreMain.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="" -c src/agent/Core/CoreMain.cpp] Tasks: TOP => apache2 => buildout/support-binaries/PassengerAgent => buildout/support-binaries/CoreMain.o (See full trace by running task with --trace) -------------------------------------------- It looks like something went wrong Please read our documentation for troubleshooting tips: https://www.phusionpassenger.com/library/install/apache/ https://www.phusionpassenger.com/library/admin/apache/troubleshooting/ If that doesn't help, please use our support facilities. We'll do our best to help you. https://www.phusionpassenger.com/documentation_and_support