Hi.

Since the following is quite long, here is the question :
does the following ring any bell to anyone here ?

Thanks in advance.
André

Description:

We get the following issue on a customer system on which we install an 
application.
The system was initially installed by the customer's own IT specialists.

The OS version is SLES 12 SP1 (Suse).

Initial versions:

    Information for package apache2:
    --------------------------------
    Repository: SLES12-SP1-Updates
    Name: apache2
    Version: 2.4.16-19.1
    Arch: x86_64
    Vendor: SUSE LLC <https://www.suse.com/>

    Information for package apache2-mod_perl:
    -----------------------------------------
    Repository: SLES12-SP1-Pool
    Name: apache2-mod_perl
    Version: 2.0.8-11.43
    Arch: x86_64
    Vendor: SUSE LLC <https://www.suse.com/>

Generally-speaking, mod_perl and the application are working, but
when trying to access a specific Template::Toolkit controlled page, we got an error in the Apache log, that Apache2::Cookie is missing. Trying to install it via cpan failed, due to a missing apxs binary. That is in apache2-devel, but no -devel packages where available
on the system initially.

That was changed via

    SUSEConnect -p sle-sdk/12.1/x86_64 # "sdk" contains the -devel packages
    zypper install apache2-devel

    Information for package apache2-devel:
    --------------------------------------
    Repository: SLE-SDK12-SP1-Updates
    Name: apache2-devel
    Version: 2.4.16-19.1
    Arch: x86_64
    Vendor: SUSE LLC <https://www.suse.com/>


Other packages that where at some point installed, I'm not quite sure on the
order:


    Information for package libapr1:
    --------------------------------
    Repository: SLES12-SP1-Pool
    Name: libapr1
    Version: 1.5.1-2.7
    Arch: x86_64
    Vendor: SUSE LLC <https://www.suse.com/>

    Information for package libapr1-devel:
    --------------------------------------
    Repository: SLE-SDK12-SP1-Pool
    Name: libapr1-devel
    Version: 1.5.1-2.7
    Arch: x86_64
    Vendor: SUSE LLC <https://www.suse.com/>

    Information for package libapr-util1:
    -------------------------------------
    Repository: SLES12-SP1-Pool
    Name: libapr-util1
    Version: 1.5.3-1.77
    Arch: x86_64
    Vendor: SUSE LLC <https://www.suse.com/>

    Information for package libapr-util1-devel:
    -------------------------------------------
    Repository: SLE-SDK12-SP1-Pool
    Name: libapr-util1-devel
    Version: 1.5.3-1.77
    Arch: x86_64
    Vendor: SUSE LLC <https://www.suse.com/>

Installing Apache2::Cookie still failed with:


/root/.cpanm/work/1590841954.10393/libapreq2-2.13/glue/perl/xsbuilder/apreq_xs_postperl.h:22:34: fatal error: modperl_perl_unembed.h: No such file or directory

The missing file is in mod_perl-devel, which doesn't exist in SLES12 SP1,
but I found a matching version here, which I donwnloaded an installed:


http://download.takehoa.org/SLES/12.4/SDK/DVD1/suse/x86_64/apache2-mod_perl-devel-2.0.8-11.43.x86_64.rpm

    Information for package apache2-mod_perl-devel:
    -----------------------------------------------
    Repository: @System
    Name: apache2-mod_perl-devel
    Version: 2.0.8-11.43
    Arch: x86_64
    Vendor: SUSE LLC <https://www.suse.com/>


Installing Apache2::Cookie now worked. build.log is attached.


But with this :

    LoadModule perl_module /usr/lib64/apache2/mod_perl.so
    LoadModule apreq2_module /usr/lib64/apache2/mod_apreq2.so

in the httpd config, httpd doesn't start with:

httpd-prefork: Syntax error in -C/-c directive: Syntax error on line 26 of /etc/apache2/sysconfig.d/loadmodule.conf: Can't locate API module structure `apreq2_module' in file /usr/lib64/apache2/mod_apreq2.so: /usr/lib64/apache2/mod_apreq2.so: undefined symbol: apreq2_module

With only:

    LoadModule perl_module /usr/lib64/apache2/mod_perl.so

httpd does start, but upon accessing a page, which results in the usage of Apache2::Cookie, we get :

/usr/sbin/httpd-prefork: symbol lookup error: /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/auto/APR/Request/Apache2/Apache2.so: undefined symbol: apreq_handle_apache2

Maybe also relevant:

# ldd -r /usr/lib64/apache2/mod_perl.so
          linux-vdso.so.1 (0x00007ffe9ebe7000)
libperl.so => /usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE/libperl.so (0x00007f24397dd000)
          libdl.so.2 => /lib64/libdl.so.2 (0x00007f24395d9000)
          libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f24393bc000)
          libc.so.6 => /lib64/libc.so.6 (0x00007f2439014000)
          libm.so.6 => /lib64/libm.so.6 (0x00007f2438d13000)
          libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f2438ad8000)
          /lib64/ld-linux-x86-64.so.2 (0x00007f2439db1000)
undefined symbol: apr_bucket_shared_split       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_shared_copy        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_server_config_defines      (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_free       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_type_eos   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_server_root        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pool_cleanup_null (/usr/lib64/apache2/mod_perl.so)
undefined symbol: core_module   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_add_input_filter   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_type_flush (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_add_output_filter  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_register_auth_provider     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_array_make        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pmemdup   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_addn        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_scan_script_header_err_strs        
(/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_access_checker        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pstrmemdup        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pool_tag  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_hash_set  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_array_copy        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_handler       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_header_parser (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_getword_nc (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_merge_per_dir_configs      (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_get_server_banner  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_cpystrn   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_open_logs     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_set (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_transient_create   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pool_create_ex    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_env_get   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_get (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pool_clear        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_compress    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_threadkey_private_set     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_pcfg_open_custom   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_pre_config    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_walk_config        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_elts        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_add_common_vars    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_type_checker  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_internal_redirect_handler  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_unset       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_post_config   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pool_cleanup_register     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_overlap     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_get_brigade        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_palloc    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_brigade_destroy   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_map_to_storage        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_get_input_filter_handle    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pool_userdata_get (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_pre_connection        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_vsnprintf (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_free       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_brigade_flatten   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_cfg_getline        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_brigade_create    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_post_read_request     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_file_read (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_child_init    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_insert_filter (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_register_input_filter      (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_log_error_ (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_single_module_configure    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_setn        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_uuid_get  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_file_close        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pstrdup   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_build_config       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_log_transaction       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_merge       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_cfg_closefile      (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_create_per_dir_config      (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_register_output_filter     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_hash_make (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_snprintf  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_remove_loaded_module       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_psprintf  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_flush_create       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_os_thread_current (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_reserve_module_slots_directive     
(/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_threadkey_private_create  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_add_version_component      (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_pool_make  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_brigade_cleanup   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_alloc      (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_process_connection    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_copy        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_overlay     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_clear       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_fixups        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_getword    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_array_push        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pool_destroy      (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_str_tolower        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_stat      (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_check_user_id (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_file_open (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_create_request        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_add_cgi_vars       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_shared_make        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_table_make        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_log_rerror_        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pool_userdata_set (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pstrcat   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_eos_create (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_dynamic_fn_register       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_auth_checker  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pstrndup  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_hook_translate_name        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_get_output_filter_handle   (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_mpm_query  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_initialize        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_is_empty_table    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_threadkey_private_get     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_file_write        (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_pass_brigade       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_strerror  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_bucket_shared_destroy     (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_file_printf       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_filepath_merge    (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_uuid_format       (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_threadkey_private_delete  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_hash_get  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: apr_pool_pre_cleanup_register (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_check_cmd_context  (/usr/lib64/apache2/mod_perl.so)
undefined symbol: ap_add_loaded_module  (/usr/lib64/apache2/mod_perl.so)

# ldd -r /usr/lib64/apache2/mod_apreq2.so
          linux-vdso.so.1 (0x00007ffdcd29a000)
          libapreq2.so.3 => /usr/lib/libapreq2.so.3 (0x00007f5b6c6f3000)
          librt.so.1 => /lib64/librt.so.1 (0x00007f5b6c4eb000)
          libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5b6c2ce000)
          libdl.so.2 => /lib64/libdl.so.2 (0x00007f5b6c0ca000)
          libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00007f5b6bea0000)
          libapr-1.so.0 => /usr/lib64/libapr-1.so.0 (0x00007f5b6bc6c000)
          libaprutil-1.so.0 => /usr/lib64/libaprutil-1.so.0 (0x00007f5b6ba43000)
          libc.so.6 => /lib64/libc.so.6 (0x00007f5b6b69b000)
          /lib64/ld-linux-x86-64.so.2 (0x00007f5b6cb08000)
          libuuid.so.1 => /usr/lib64/libuuid.so.1 (0x00007f5b6b496000)
          libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f5b6b25b000)
undefined symbol: ap_hook_post_config   (/usr/lib64/apache2/mod_apreq2.so)
undefined symbol: ap_get_brigade        (/usr/lib64/apache2/mod_apreq2.so)
undefined symbol: ap_register_input_filter      
(/usr/lib64/apache2/mod_apreq2.so)
undefined symbol: ap_log_error_ (/usr/lib64/apache2/mod_apreq2.so)
undefined symbol: ap_remove_input_filter        
(/usr/lib64/apache2/mod_apreq2.so)
undefined symbol: ap_add_version_component      
(/usr/lib64/apache2/mod_apreq2.so)
undefined symbol: ap_log_rerror_        (/usr/lib64/apache2/mod_apreq2.so)
undefined symbol: ap_add_input_filter   (/usr/lib64/apache2/mod_apreq2.so)
undefined symbol: ap_check_cmd_context  (/usr/lib64/apache2/mod_apreq2.so)




cpanm (App::cpanminus) 1.7044 on perl 5.018002 built for x86_64-linux-thread-multi
Work directory is /root/.cpanm/work/1590842372.15331
You have make /usr/bin/make
You have LWP 6.44
You have /bin/tar: tar (GNU tar) 1.27.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Apache2::Cookie () on cpanmetadb ...
--> Working on Apache2::Cookie
Fetching http://www.cpan.org/authors/id/I/IS/ISAAC/libapreq2-2.13.tar.gz
-> OK
Unpacking libapreq2-2.13.tar.gz
Entering libapreq2-2.13
Checking configure dependencies from META.yml
Configuring libapreq2-2.13
Running Makefile.PL
perl: 18 ok
mod_perl2: 2.000008 ok
Apache::Test: 1.37 ok
ExtUtils::MakeMaker: 6.66 ok
ExtUtils::XSBuilder: 0.28 ok
Test::More: 1.302171 ok
./configure --enable-perl-glue --with-apache2-apxs="/usr/sbin/apxs" --with-perl="/usr/bin/perl"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ranlib... (cached) ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for /usr/bin/apr-1-config... yes
checking for /usr/bin/apu-1-config... yes
checking for perl... /usr/bin/perl
checking for ExtUtils::XSBuilder... yes
checking for mod_perl2... yes
checking for Apache::Test... yes
checking for ExtUtils::MakeMaker... yes
  setting APR_INCLUDES to " -I/usr/include/apr-1 "
  adding "-I/usr/include" to APR_INCLUDES
  setting APR_LTFLAGS to " -L/usr/lib64 -R/usr/lib64 -lapr-1"
  adding "-laprutil-1" to APR_LTFLAGS
  setting APR_LIBS to " -lrt -lpthread -ldl"
  adding "-lexpat" to APR_LIBS
  setting APR_LDFLAGS to " -L/usr/lib64 -laprutil-1 "
  adding "-lapr-1" to APR_LDFLAGS
  setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE"
libapreq2 Version: 2.8.0
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating library/Makefile
config.status: creating library/t/Makefile
config.status: creating module/Makefile
config.status: creating module/apache2/Makefile
config.status: creating glue/Makefile
config.status: creating build/doxygen.conf
config.status: creating include/groups.dox
config.status: creating apreq2-config
config.status: creating include/apreq_config.h
config.status: executing depfiles commands
-> OK
Finding PREREQ from Makefile ...
Checking if you have Test::More 0.47 ... Yes (1.302171)
Checking if you have Apache::Test 1.04 ... Yes (1.37)
Checking if you have mod_perl2 1.999022 ... Yes (2.000008)
Checking if you have ExtUtils::MakeMaker 6.15 ... Yes (6.66)
Checking if you have ExtUtils::XSBuilder 0.23 ... Yes (0.28)
Building Apache2::Cookie
Making all in .
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13'
Making all in include
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include'
/usr/bin/make  all-am
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include'
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include'
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include'
Making all in library
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
/usr/bin/make  all-am
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c  -fPIC -DPIC -o .libs/util.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
mv -f .deps/version.Tpo .deps/version.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c -o cookie.lo cookie.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c  -fPIC -DPIC -o .libs/cookie.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c -o cookie.o >/dev/null 2>&1
mv -f .deps/cookie.Tpo .deps/cookie.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT param.lo -MD -MP -MF .deps/param.Tpo -c -o param.lo param.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT param.lo -MD -MP -MF .deps/param.Tpo -c param.c  -fPIC -DPIC -o .libs/param.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT param.lo -MD -MP -MF .deps/param.Tpo -c param.c -o param.o >/dev/null 2>&1
mv -f .deps/param.Tpo .deps/param.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo parser.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c  -fPIC -DPIC -o .libs/parser.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -o parser.o >/dev/null 2>&1
mv -f .deps/parser.Tpo .deps/parser.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT parser_urlencoded.lo -MD -MP -MF .deps/parser_urlencoded.Tpo -c -o parser_urlencoded.lo parser_urlencoded.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT parser_urlencoded.lo -MD -MP -MF .deps/parser_urlencoded.Tpo -c parser_urlencoded.c  -fPIC -DPIC -o .libs/parser_urlencoded.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT parser_urlencoded.lo -MD -MP -MF .deps/parser_urlencoded.Tpo -c parser_urlencoded.c -o parser_urlencoded.o >/dev/null 2>&1
mv -f .deps/parser_urlencoded.Tpo .deps/parser_urlencoded.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT parser_header.lo -MD -MP -MF .deps/parser_header.Tpo -c -o parser_header.lo parser_header.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT parser_header.lo -MD -MP -MF .deps/parser_header.Tpo -c parser_header.c  -fPIC -DPIC -o .libs/parser_header.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT parser_header.lo -MD -MP -MF .deps/parser_header.Tpo -c parser_header.c -o parser_header.o >/dev/null 2>&1
mv -f .deps/parser_header.Tpo .deps/parser_header.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT parser_multipart.lo -MD -MP -MF .deps/parser_multipart.Tpo -c -o parser_multipart.lo parser_multipart.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT parser_multipart.lo -MD -MP -MF .deps/parser_multipart.Tpo -c parser_multipart.c  -fPIC -DPIC -o .libs/parser_multipart.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT parser_multipart.lo -MD -MP -MF .deps/parser_multipart.Tpo -c parser_multipart.c -o parser_multipart.o >/dev/null 2>&1
mv -f .deps/parser_multipart.Tpo .deps/parser_multipart.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT module.lo -MD -MP -MF .deps/module.Tpo -c -o module.lo module.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c  -fPIC -DPIC -o .libs/module.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c -o module.o >/dev/null 2>&1
mv -f .deps/module.Tpo .deps/module.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT module_custom.lo -MD -MP -MF .deps/module_custom.Tpo -c -o module_custom.lo module_custom.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT module_custom.lo -MD -MP -MF .deps/module_custom.Tpo -c module_custom.c  -fPIC -DPIC -o .libs/module_custom.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT module_custom.lo -MD -MP -MF .deps/module_custom.Tpo -c module_custom.c -o module_custom.o >/dev/null 2>&1
mv -f .deps/module_custom.Tpo .deps/module_custom.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT module_cgi.lo -MD -MP -MF .deps/module_cgi.Tpo -c -o module_cgi.lo module_cgi.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT module_cgi.lo -MD -MP -MF .deps/module_cgi.Tpo -c module_cgi.c  -fPIC -DPIC -o .libs/module_cgi.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT module_cgi.lo -MD -MP -MF .deps/module_cgi.Tpo -c module_cgi.c -o module_cgi.o >/dev/null 2>&1
mv -f .deps/module_cgi.Tpo .deps/module_cgi.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c  -fPIC -DPIC -o .libs/error.o
 gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -version-info 11:0:8  -L/usr/lib64 -R/usr/lib64 -lapr-1 -laprutil-1  -lrt -lpthread -ldl -lexpat  -o libapreq2.la -rpath /usr/lib util.lo version.lo cookie.lo param.lo parser.lo parser_urlencoded.lo parser_header.lo parser_multipart.lo module.lo module_custom.lo module_cgi.lo error.lo  
gcc -shared  .libs/util.o .libs/version.o .libs/cookie.o .libs/param.o .libs/parser.o .libs/parser_urlencoded.o .libs/parser_header.o .libs/parser_multipart.o .libs/module.o .libs/module_custom.o .libs/module_cgi.o .libs/error.o  -Wl,--rpath -Wl,/usr/lib64 -L/usr/lib64 -lapr-1 -laprutil-1 -lrt -lpthread -ldl -lexpat  -Wl,-soname -Wl,libapreq2.so.3 -o .libs/libapreq2.so.3.8.0
(cd .libs && rm -f libapreq2.so.3 && ln -s libapreq2.so.3.8.0 libapreq2.so.3)
(cd .libs && rm -f libapreq2.so && ln -s libapreq2.so.3.8.0 libapreq2.so)
ar cru .libs/libapreq2.a  util.o version.o cookie.o param.o parser.o parser_urlencoded.o parser_header.o parser_multipart.o module.o module_custom.o module_cgi.o error.o
ranlib .libs/libapreq2.a
creating libapreq2.la
(cd .libs && rm -f libapreq2.la && ln -s ../libapreq2.la libapreq2.la)
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
Making all in module
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
Making all in apache2
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include  -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c -o handle.lo handle.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I../../include -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c handle.c  -fPIC -DPIC -o .libs/handle.o
In file included from handle.c:29:0:
apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
 gcc -DHAVE_CONFIG_H -I. -I../../include -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c handle.c -o handle.o >/dev/null 2>&1
mv -f .deps/handle.Tpo .deps/handle.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include  -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c -o filter.lo filter.c
 gcc -DHAVE_CONFIG_H -I. -I../../include -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c filter.c  -fPIC -DPIC -o .libs/filter.o
In file included from filter.c:29:0:
apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
 gcc -DHAVE_CONFIG_H -I. -I../../include -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c filter.c -o filter.o >/dev/null 2>&1
mv -f .deps/filter.Tpo .deps/filter.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -export-dynamic -module -avoid-version `/root/.cpanm/work/1590842372.15331/libapreq2-2.13/apreq2-config --link-libtool --libs`  -L/usr/lib64 -R/usr/lib64 -lapr-1 -laprutil-1  -o mod_apreq2.la -rpath `/usr/sbin/apxs -q LIBEXECDIR` handle.lo filter.lo  
gcc -shared  .libs/handle.o .libs/filter.o  -Wl,--rpath -Wl,/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs -Wl,--rpath -Wl,/usr/lib64 /root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs/libapreq2.so -lrt -lpthread -ldl -lexpat -L/usr/lib64 -lapr-1 -laprutil-1  -Wl,-soname -Wl,mod_apreq2.so -o .libs/mod_apreq2.so
ar cru .libs/mod_apreq2.a  handle.o filter.o
ranlib .libs/mod_apreq2.a
creating mod_apreq2.la
(cd .libs && rm -f mod_apreq2.la && ln -s ../mod_apreq2.la mod_apreq2.la)
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2'
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
gcc -DHAVE_CONFIG_H -I. -I../include  -I/usr/include/apr-1  -I/usr/include -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -MT test_cgi.o -MD -MP -MF .deps/test_cgi.Tpo -c -o test_cgi.o test_cgi.c
mv -f .deps/test_cgi.Tpo .deps/test_cgi.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 `/root/.cpanm/work/1590842372.15331/libapreq2-2.13/apreq2-config --link-libtool`  -L/usr/lib64 -laprutil-1  -lapr-1  -o test_cgi test_cgi.o  
mkdir .libs
gcc -g -O2 -o .libs/test_cgi test_cgi.o  /root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs/libapreq2.so -L/usr/lib64 -laprutil-1 -lapr-1 
creating test_cgi
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
Making all in glue
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue'
cd perl; /usr/bin/perl  Makefile.PL -apxs /usr/sbin/apxs 
Parse xsbuilder/maps/apreq_types.map...
mkdir xs
writing...xs//typemap
WARNING no convert code for HASH(0x2d8f618) -> {typemapid}
WARNING no convert code for HASH(0x2d8f618) -> {typemapid}
WARNING no convert code for HASH(0x2d8f990) -> {typemapid}
WARNING no convert code for HASH(0x2d8f990) -> {typemapid}
WARNING no convert code for HASH(0x2d8f7b0) -> {typemapid}
WARNING no convert code for HASH(0x2d8f7b0) -> {typemapid}
WARNING no convert code for HASH(0x2d82cf8) -> {typemapid}
WARNING no convert code for HASH(0x2d82cf8) -> {typemapid}
WARNING no convert code for HASH(0x2d8f480) -> {typemapid}
WARNING no convert code for HASH(0x2d8f480) -> {typemapid}
Parse xsbuilder/maps/apreq_functions.map...
DEFINE DEFINE_apreq_xs_APR__Request__Apache2_handle arg=const char *:class, request_rec *:r
DEFINE DEFINE_apreq_xs_APR__Request__CGI_handle arg=const char *:class, apr_pool_t *:p
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_get arg=
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_FETCH arg=
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_NEXTKEY arg=
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_FIRSTKEY arg=
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_do arg=
DEFINE DEFINE_apreq_xs_APR__Request_parse arg=
DEFINE DEFINE_apreq_xs_APR__Request_jar arg=
DEFINE DEFINE_apreq_xs_APR__Request_args arg=
DEFINE DEFINE_apreq_xs_APR__Request_body arg=
DEFINE DEFINE_apreq_xs_APR__Request_param arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_get arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_FETCH arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_NEXTKEY arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_FIRSTKEY arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_do arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade_new arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade_TIEHANDLE arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade_READ arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade_READLINE arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade__IO_read arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade__IO_readline arg=
struct apreq_cookie_t...
Parse xsbuilder/maps/apreq_structures.map...
WARNING: apreq_cookie_t for path not in mapfile
WARNING: apreq_cookie_t for domain not in mapfile
WARNING: apreq_cookie_t for port not in mapfile
WARNING: apreq_cookie_t for comment not in mapfile
WARNING: apreq_cookie_t for commentURL not in mapfile
WARNING: apreq_cookie_t for max_age not in mapfile
WARNING: apreq_cookie_t for flags not in mapfile
WARNING: apreq_cookie_t for v not in mapfile
struct apreq_handle_t...
WARNING: apreq_handle_t for module not in mapfile
WARNING: pool not in mapfile
WARNING: bucket_alloc not in mapfile
struct apreq_hook_find_param_ctx_t...
WARNING: Type 'apreq_hook_find_param_ctx_t' not in mapfile
WARNING: Struture 'apreq_hook_find_param_ctx_t' not found in map file
struct apreq_hook_t...
WARNING: apreq_hook_t for hook not in mapfile
WARNING: apreq_hook_t for next not in mapfile
WARNING: pool not in mapfile
WARNING: apreq_hook_t for ctx not in mapfile
struct apreq_module_t...
WARNING: Type 'apreq_module_t' not in mapfile
WARNING: Struture 'apreq_module_t' not found in map file
struct apreq_param_t...
WARNING: flags not in mapfile
WARNING: apreq_param_t for v not in mapfile
     info...
     upload...
struct apreq_parser_t...
WARNING: apreq_parser_t for parser not in mapfile
WARNING: apreq_parser_t for content_type not in mapfile
WARNING: pool not in mapfile
WARNING: bucket_alloc not in mapfile
WARNING: brigade_limit not in mapfile
WARNING: temp_dir not in mapfile
WARNING: apreq_parser_t for hook not in mapfile
WARNING: apreq_parser_t for ctx not in mapfile
struct apreq_value_t...
WARNING: Type 'apreq_value_t' not in mapfile
WARNING: Struture 'apreq_value_t' not found in map file
struct struct hook_ctx...
WARNING: Type 'struct hook_ctx' not in mapfile
WARNING: Struture 'struct hook_ctx' not found in map file
mod APR::Request::Param
mkdir xs/APR
mkdir xs/APR/Request
mkdir xs/APR/Request/Param
writing...xs/APR/Request/Param/Makefile.PL
writing...xs/APR/Request/Param/Param.xs
writing...xs/APR/Request/Param/Param.pm
mod_pod xsbuilder/APR/Request/Param/Param.pod xsbuilder/APR/Request/Param/Param.pod 1
writing...xs/APR/Request/Param/Param.pod
mod APR::Request::Hook
mkdir xs/APR/Request/Hook
writing...xs/APR/Request/Hook/Makefile.PL
writing...xs/APR/Request/Hook/Hook.xs
writing...xs/APR/Request/Hook/Hook.pm
mod_pod xsbuilder/APR/Request/Hook/Hook.pod xsbuilder/APR/Request/Hook/Hook.pod 1
writing...xs/APR/Request/Hook/Hook.pod
mod APR::Request::Apache2
mkdir xs/APR/Request/Apache2
writing...xs/APR/Request/Apache2/Makefile.PL
writing...xs/APR/Request/Apache2/Apache2.xs
writing...xs/APR/Request/Apache2/Apache2.pm
mod_pod xsbuilder/APR/Request/Apache2/Apache2.pod xsbuilder/APR/Request/Apache2/Apache2.pod 1
writing...xs/APR/Request/Apache2/Apache2.pod
mod APR::Request::Cookie
mkdir xs/APR/Request/Cookie
writing...xs/APR/Request/Cookie/Makefile.PL
writing...xs/APR/Request/Cookie/Cookie.xs
writing...xs/APR/Request/Cookie/Cookie.pm
mod_pod xsbuilder/APR/Request/Cookie/Cookie.pod xsbuilder/APR/Request/Cookie/Cookie.pod 1
writing...xs/APR/Request/Cookie/Cookie.pod
mod APR::Request
writing...xs/APR/Request/Makefile.PL
writing...xs/APR/Request/Request.xs
writing...xs/APR/Request/Request.pm
mod_pod xsbuilder/APR/Request/Request.pod xsbuilder/APR/Request/Request.pod 1
writing...xs/APR/Request/Request.pod
mod APR::Request::Error
mkdir xs/APR/Request/Error
writing...xs/APR/Request/Error/Makefile.PL
writing...xs/APR/Request/Error/Error.xs
writing...xs/APR/Request/Error/Error.pm
mod_pod xsbuilder/APR/Request/Error/Error.pod xsbuilder/APR/Request/Error/Error.pod 1
writing...xs/APR/Request/Error/Error.pod
mod APR::Request::Parser
mkdir xs/APR/Request/Parser
writing...xs/APR/Request/Parser/Makefile.PL
writing...xs/APR/Request/Parser/Parser.xs
writing...xs/APR/Request/Parser/Parser.pm
mod_pod xsbuilder/APR/Request/Parser/Parser.pod xsbuilder/APR/Request/Parser/Parser.pod 1
writing...xs/APR/Request/Parser/Parser.pod
mod APR::Request::CGI
mkdir xs/APR/Request/CGI
writing...xs/APR/Request/CGI/Makefile.PL
writing...xs/APR/Request/CGI/CGI.xs
writing...xs/APR/Request/CGI/CGI.pm
mod_pod xsbuilder/APR/Request/CGI/CGI.pod xsbuilder/APR/Request/CGI/CGI.pod 1
writing...xs/APR/Request/CGI/CGI.pod
writing...xs/APR/Makefile.PL
writing...xs//Makefile.PL
[   info] generating script t/TEST
Writing Makefile for APR::Request::Apache2
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::CGI
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Cookie
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Error
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Hook
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Param
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Parser
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR
Writing MYMETA.yml and MYMETA.json
Writing Makefile for WrapXS
Writing MYMETA.yml and MYMETA.json
Writing Makefile for libapreq2
Writing MYMETA.yml and MYMETA.json
cd perl; /usr/bin/make
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl'
cp lib/Apache2/Cookie.pm blib/lib/Apache2/Cookie.pm
cp lib/Apache2/Request.pm blib/lib/Apache2/Request.pm
cp lib/Apache2/Upload.pm blib/lib/Apache2/Upload.pm
make[3]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs'
make[4]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR'
make[5]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request'
cp Request.pm ../../../blib/lib/APR/Request.pm
cp Request.pod ../../../blib/lib/APR/Request.pod
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Apache2'
cp Apache2.pod ../../../../blib/lib/APR/Request/Apache2.pod
cp Apache2.pm ../../../../blib/lib/APR/Request/Apache2.pm
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Apache2.xs > Apache2.xsc && mv Apache2.xsc Apache2.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Apache2.c
In file included from Apache2.xs:17:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Running Mkbootstrap for APR::Request::Apache2 ()
chmod 644 Apache2.bs
rm -f ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.so
LD_RUN_PATH="/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Apache2.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.so 	\
   -L/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.so
cp Apache2.bs ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.bs
Manifying ../../../../blib/man3/APR::Request::Apache2.3pm
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Apache2'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/CGI'
cp CGI.pm ../../../../blib/lib/APR/Request/CGI.pm
cp CGI.pod ../../../../blib/lib/APR/Request/CGI.pod
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  CGI.xs > CGI.xsc && mv CGI.xsc CGI.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   CGI.c
In file included from CGI.xs:17:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Running Mkbootstrap for APR::Request::CGI ()
chmod 644 CGI.bs
rm -f ../../../../blib/arch/auto/APR/Request/CGI/CGI.so
LD_RUN_PATH="/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector CGI.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/CGI/CGI.so 	\
   -L/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/CGI/CGI.so
cp CGI.bs ../../../../blib/arch/auto/APR/Request/CGI/CGI.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/CGI/CGI.bs
Manifying ../../../../blib/man3/APR::Request::CGI.3pm
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/CGI'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Cookie'
cp Cookie.pm ../../../../blib/lib/APR/Request/Cookie.pm
cp Cookie.pod ../../../../blib/lib/APR/Request/Cookie.pod
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Cookie.xs > Cookie.xsc && mv Cookie.xsc Cookie.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Cookie.c
In file included from Cookie.xs:17:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Cookie.c: In function ‘XS_APR__Request__Cookie_value’:
Cookie.c:210:7: warning: variable ‘p2’ set but not used [-Wunused-but-set-variable]
  SV * p2;
       ^
Cookie.c:209:7: warning: variable ‘p1’ set but not used [-Wunused-but-set-variable]
  SV * p1;
       ^
Running Mkbootstrap for APR::Request::Cookie ()
chmod 644 Cookie.bs
rm -f ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.so
LD_RUN_PATH="/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Cookie.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.so 	\
   -L/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.so
cp Cookie.bs ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.bs
Manifying ../../../../blib/man3/APR::Request::Cookie.3pm
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Cookie'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Error'
cp Error.pod ../../../../blib/lib/APR/Request/Error.pod
cp Error.pm ../../../../blib/lib/APR/Request/Error.pm
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Error.xs > Error.xsc && mv Error.xsc Error.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Error.c
In file included from Error.xs:17:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Error.c: In function ‘XS_APR__Request__Error_as_string’:
Error.c:230:7: warning: variable ‘p2’ set but not used [-Wunused-but-set-variable]
  SV * p2;
       ^
Error.c:229:7: warning: variable ‘p1’ set but not used [-Wunused-but-set-variable]
  SV * p1;
       ^
Running Mkbootstrap for APR::Request::Error ()
chmod 644 Error.bs
rm -f ../../../../blib/arch/auto/APR/Request/Error/Error.so
LD_RUN_PATH="/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Error.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Error/Error.so 	\
   -L/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Error/Error.so
cp Error.bs ../../../../blib/arch/auto/APR/Request/Error/Error.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Error/Error.bs
Manifying ../../../../blib/man3/APR::Request::Error.3pm
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Error'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Hook'
cp Hook.pm ../../../../blib/lib/APR/Request/Hook.pm
cp Hook.pod ../../../../blib/lib/APR/Request/Hook.pod
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Hook.xs > Hook.xsc && mv Hook.xsc Hook.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Hook.c
In file included from Hook.xs:17:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Hook.c: In function ‘XS_APR__Request__Hook_make’:
Hook.c:205:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Hook.c: In function ‘XS_APR__Request__Hook_disable_uploads’:
Hook.c:262:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Hook.c: In function ‘XS_APR__Request__Hook_apr_xml_parser’:
Hook.c:317:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Hook.c: In function ‘XS_APR__Request__Hook_find_param’:
Hook.c:372:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Hook.c: In function ‘XS_APR__Request__Hook_discard_brigade’:
Hook.c:429:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Running Mkbootstrap for APR::Request::Hook ()
chmod 644 Hook.bs
rm -f ../../../../blib/arch/auto/APR/Request/Hook/Hook.so
LD_RUN_PATH="/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Hook.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Hook/Hook.so 	\
   -L/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Hook/Hook.so
cp Hook.bs ../../../../blib/arch/auto/APR/Request/Hook/Hook.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Hook/Hook.bs
Manifying ../../../../blib/man3/APR::Request::Hook.3pm
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Hook'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Param'
cp Param.pm ../../../../blib/lib/APR/Request/Param.pm
cp Param.pod ../../../../blib/lib/APR/Request/Param.pod
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Param.xs > Param.xsc && mv Param.xsc Param.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Param.c
In file included from Param.xs:17:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Param.c: In function ‘XS_APR__Request__Param_value’:
Param.c:222:7: warning: variable ‘p2’ set but not used [-Wunused-but-set-variable]
  SV * p2;
       ^
Param.c:221:7: warning: variable ‘p1’ set but not used [-Wunused-but-set-variable]
  SV * p1;
       ^
Param.c: In function ‘XS_APR__Request__Param_info’:
Param.c:695:7: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
       Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
       ^
Running Mkbootstrap for APR::Request::Param ()
chmod 644 Param.bs
rm -f ../../../../blib/arch/auto/APR/Request/Param/Param.so
LD_RUN_PATH="/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Param.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Param/Param.so 	\
   -L/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Param/Param.so
cp Param.bs ../../../../blib/arch/auto/APR/Request/Param/Param.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Param/Param.bs
Manifying ../../../../blib/man3/APR::Request::Param.3pm
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Param'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Parser'
cp Parser.pm ../../../../blib/lib/APR/Request/Parser.pm
cp Parser.pod ../../../../blib/lib/APR/Request/Parser.pod
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Parser.xs > Parser.xsc && mv Parser.xsc Parser.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Parser.c
In file included from Parser.xs:17:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Parser.c: In function ‘XS_APR__Request__Parser_make’:
Parser.c:205:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_generic’:
Parser.c:291:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_headers’:
Parser.c:376:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_urlencoded’:
Parser.c:461:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_multipart’:
Parser.c:546:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_default’:
Parser.c:631:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_run’:
Parser.c:789:21: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
                     Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
                     ^
Running Mkbootstrap for APR::Request::Parser ()
chmod 644 Parser.bs
rm -f ../../../../blib/arch/auto/APR/Request/Parser/Parser.so
LD_RUN_PATH="/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Parser.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Parser/Parser.so 	\
   -L/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Parser/Parser.so
cp Parser.bs ../../../../blib/arch/auto/APR/Request/Parser/Parser.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Parser/Parser.bs
Manifying ../../../../blib/man3/APR::Request::Parser.3pm
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Parser'
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../typemap  Request.xs > Request.xsc && mv Request.xsc Request.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Request.c
In file included from Request.xs:17:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Request.xs: In function ‘XS_APR__Request_upload_hook’:
Request.xs:282:5: warning: null argument where non-null required (argument 4) [-Wnonnull]
     apr_pool_cleanup_register(req->pool, ctx, upload_hook_cleanup, NULL);
     ^
Request.c: In function ‘XS_APR__Request__Param__Table_uploads’:
Request.c:650:21: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
                     Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
                     ^
Request.c: In function ‘XS_APR__Request__Param__Table_param_class’:
Request.c:721:21: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
                     Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
                     ^
Request.c:702:29: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
  APR__Request__Param__Table t;
                             ^
Request.c: In function ‘XS_APR__Request__Cookie__Table_cookie_class’:
Request.c:807:21: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
                     Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
                     ^
Request.c:788:30: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
  APR__Request__Cookie__Table t;
                              ^
Running Mkbootstrap for APR::Request ()
chmod 644 Request.bs
rm -f ../../../blib/arch/auto/APR/Request/Request.so
LD_RUN_PATH="/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Request.o -L/usr/local/lib64 -fstack-protector -o ../../../blib/arch/auto/APR/Request/Request.so 	\
   -L/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/.libs -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../blib/arch/auto/APR/Request/Request.so
cp Request.bs ../../../blib/arch/auto/APR/Request/Request.bs
chmod 644 ../../../blib/arch/auto/APR/Request/Request.bs
Manifying ../../../blib/man3/APR::Request.3pm
make[5]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request'
make[4]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR'
make[3]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs'
Manifying blib/man3/Apache2::Request.3pm
Manifying blib/man3/Apache2::Cookie.3pm
Manifying blib/man3/Apache2::Upload.3pm
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl'
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue'
Making install in .
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13'
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13'
test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/bin"
 /usr/bin/install -c 'apreq2-config' '/usr/bin/apreq2-config'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13'
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13'
Making install in include
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include'
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/include/apreq2" || /usr/bin/mkdir -p "/usr/include/apreq2"
 /usr/bin/install -c -m 644 'apreq.h' '/usr/include/apreq2/apreq.h'
 /usr/bin/install -c -m 644 'apreq_cookie.h' '/usr/include/apreq2/apreq_cookie.h'
 /usr/bin/install -c -m 644 'apreq_error.h' '/usr/include/apreq2/apreq_error.h'
 /usr/bin/install -c -m 644 'apreq_module.h' '/usr/include/apreq2/apreq_module.h'
 /usr/bin/install -c -m 644 'apreq_param.h' '/usr/include/apreq2/apreq_param.h'
 /usr/bin/install -c -m 644 'apreq_parser.h' '/usr/include/apreq2/apreq_parser.h'
 /usr/bin/install -c -m 644 'apreq_util.h' '/usr/include/apreq2/apreq_util.h'
 /usr/bin/install -c -m 644 'apreq_version.h' '/usr/include/apreq2/apreq_version.h'
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include'
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include'
Making install in library
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
/usr/bin/make  install-am
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
make[3]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
test -z "/usr/lib" || /usr/bin/mkdir -p "/usr/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c  'libapreq2.la' '/usr/lib/libapreq2.la'
/usr/bin/install -c .libs/libapreq2.so.3.8.0 /usr/lib/libapreq2.so.3.8.0
(cd /usr/lib && { ln -s -f libapreq2.so.3.8.0 libapreq2.so.3 || { rm -f libapreq2.so.3 && ln -s libapreq2.so.3.8.0 libapreq2.so.3; }; })
(cd /usr/lib && { ln -s -f libapreq2.so.3.8.0 libapreq2.so || { rm -f libapreq2.so && ln -s libapreq2.so.3.8.0 libapreq2.so; }; })
/usr/bin/install -c .libs/libapreq2.lai /usr/lib/libapreq2.la
/usr/bin/install -c .libs/libapreq2.a /usr/lib/libapreq2.a
chmod 644 /usr/lib/libapreq2.a
ranlib /usr/lib/libapreq2.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/library'
Making install in module
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
Making install in apache2
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2'
make[3]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2'
----------------------------------------------------------------------
Before you can use mod_apreq2, you must ensure that an appropriate
"LoadModule" line appears in your webserver's config file:
/etc/apache2/httpd.conf

LoadModule apreq_module    /usr/lib64/apache2/mod_apreq2.so
----------------------------------------------------------------------
test -z "`/usr/sbin/apxs -q LIBEXECDIR`" || /usr/bin/mkdir -p "`/usr/sbin/apxs -q LIBEXECDIR`"
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c  'mod_apreq2.la' '/usr/lib64/apache2/mod_apreq2.la'
libtool: install: warning: relinking `mod_apreq2.la'
(cd /root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2; /bin/sh ../../libtool  --tag=CC --mode=relink gcc -g -O2 -export-dynamic -module -avoid-version /root/.cpanm/work/1590842372.15331/libapreq2-2.13/library/libapreq2.la -lrt -lpthread -ldl -lexpat -L/usr/lib64 -R/usr/lib64 -lapr-1 -laprutil-1 -o mod_apreq2.la -rpath /usr/lib64/apache2 handle.lo filter.lo )  
gcc -shared  .libs/handle.o .libs/filter.o  -Wl,--rpath -Wl,/usr/lib64 -L/usr/lib -lapreq2 -lrt -lpthread -ldl -lexpat -L/usr/lib64 -lapr-1 -laprutil-1  -Wl,-soname -Wl,mod_apreq2.so -o .libs/mod_apreq2.so
/usr/bin/install -c .libs/mod_apreq2.soT /usr/lib64/apache2/mod_apreq2.so
/usr/bin/install -c .libs/mod_apreq2.lai /usr/lib64/apache2/mod_apreq2.la
/usr/bin/install -c .libs/mod_apreq2.a /usr/lib64/apache2/mod_apreq2.a
chmod 644 /usr/lib64/apache2/mod_apreq2.a
ranlib /usr/lib64/apache2/mod_apreq2.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib64/apache2
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib64/apache2

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "`/usr/sbin/apxs -q INCLUDEDIR`/apreq2" || /usr/bin/mkdir -p "`/usr/sbin/apxs -q INCLUDEDIR`/apreq2"
 /usr/bin/install -c -m 644 'apreq_module_apache2.h' '/usr/include/apache2/apreq2/apreq_module_apache2.h'
make[3]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2'
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2'
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
make[3]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module'
Making install in glue
make[1]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue'
cd perl; /usr/bin/make
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl'
make[3]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs'
make[4]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR'
make[5]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Apache2'
Manifying ../../../../blib/man3/APR::Request::Apache2.3pm
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Apache2'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/CGI'
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/CGI'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Cookie'
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Cookie'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Error'
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Error'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Hook'
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Hook'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Param'
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Param'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Parser'
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Parser'
make[5]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request'
make[4]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR'
make[3]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs'
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl'
make[2]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue'
cd perl; INSTALL=1 /usr/bin/perl  Makefile.PL -apxs /usr/sbin/apxs 
Parse xsbuilder/maps/apreq_types.map...
unlink xs/MYMETA.yml
unlink xs/APR/MYMETA.yml
unlink xs/APR/MYMETA.json
unlink xs/APR/pm_to_blib
unlink xs/APR/Makefile
unlink xs/APR/Makefile.PL
unlink xs/APR/Request/Error/Error.bs
unlink xs/APR/Request/Error/MYMETA.yml
unlink xs/APR/Request/Error/MYMETA.json
unlink xs/APR/Request/Error/pm_to_blib
unlink xs/APR/Request/Error/Error.xs
unlink xs/APR/Request/Error/Makefile
unlink xs/APR/Request/Error/Makefile.PL
unlink xs/APR/Request/Error/Error.pod
unlink xs/APR/Request/Error/Error.c
unlink xs/APR/Request/Error/Error.o
unlink xs/APR/Request/Error/Error.pm
rmdir Error
unlink xs/APR/Request/MYMETA.yml
unlink xs/APR/Request/Request.bs
unlink xs/APR/Request/Cookie/MYMETA.yml
unlink xs/APR/Request/Cookie/Cookie.xs
unlink xs/APR/Request/Cookie/MYMETA.json
unlink xs/APR/Request/Cookie/Cookie.pm
unlink xs/APR/Request/Cookie/Cookie.c
unlink xs/APR/Request/Cookie/pm_to_blib
unlink xs/APR/Request/Cookie/Cookie.bs
unlink xs/APR/Request/Cookie/Makefile
unlink xs/APR/Request/Cookie/Makefile.PL
unlink xs/APR/Request/Cookie/Cookie.o
unlink xs/APR/Request/Cookie/Cookie.pod
rmdir Cookie
unlink xs/APR/Request/MYMETA.json
unlink xs/APR/Request/pm_to_blib
unlink xs/APR/Request/Request.o
unlink xs/APR/Request/Parser/Parser.xs
unlink xs/APR/Request/Parser/MYMETA.yml
unlink xs/APR/Request/Parser/Parser.o
unlink xs/APR/Request/Parser/MYMETA.json
unlink xs/APR/Request/Parser/pm_to_blib
unlink xs/APR/Request/Parser/Parser.bs
unlink xs/APR/Request/Parser/Parser.pod
unlink xs/APR/Request/Parser/Makefile
unlink xs/APR/Request/Parser/Parser.pm
unlink xs/APR/Request/Parser/Makefile.PL
unlink xs/APR/Request/Parser/Parser.c
rmdir Parser
unlink xs/APR/Request/Makefile
unlink xs/APR/Request/Makefile.PL
unlink xs/APR/Request/Request.c
unlink xs/APR/Request/Param/Param.xs
unlink xs/APR/Request/Param/MYMETA.yml
unlink xs/APR/Request/Param/MYMETA.json
unlink xs/APR/Request/Param/pm_to_blib
unlink xs/APR/Request/Param/Param.pod
unlink xs/APR/Request/Param/Makefile
unlink xs/APR/Request/Param/Makefile.PL
unlink xs/APR/Request/Param/Param.bs
unlink xs/APR/Request/Param/Param.c
unlink xs/APR/Request/Param/Param.pm
unlink xs/APR/Request/Param/Param.o
rmdir Param
unlink xs/APR/Request/Request.pod
unlink xs/APR/Request/Hook/Hook.pm
unlink xs/APR/Request/Hook/MYMETA.yml
unlink xs/APR/Request/Hook/MYMETA.json
unlink xs/APR/Request/Hook/Hook.pod
unlink xs/APR/Request/Hook/pm_to_blib
unlink xs/APR/Request/Hook/Makefile
unlink xs/APR/Request/Hook/Hook.xs
unlink xs/APR/Request/Hook/Makefile.PL
unlink xs/APR/Request/Hook/Hook.o
unlink xs/APR/Request/Hook/Hook.c
unlink xs/APR/Request/Hook/Hook.bs
rmdir Hook
unlink xs/APR/Request/Request.xs
unlink xs/APR/Request/Apache2/MYMETA.yml
unlink xs/APR/Request/Apache2/Apache2.pod
unlink xs/APR/Request/Apache2/MYMETA.json
unlink xs/APR/Request/Apache2/pm_to_blib
unlink xs/APR/Request/Apache2/Apache2.xs
unlink xs/APR/Request/Apache2/Makefile
unlink xs/APR/Request/Apache2/Makefile.PL
unlink xs/APR/Request/Apache2/Apache2.o
unlink xs/APR/Request/Apache2/Apache2.c
unlink xs/APR/Request/Apache2/Apache2.pm
unlink xs/APR/Request/Apache2/Apache2.bs
rmdir Apache2
unlink xs/APR/Request/CGI/MYMETA.yml
unlink xs/APR/Request/CGI/CGI.c
unlink xs/APR/Request/CGI/CGI.xs
unlink xs/APR/Request/CGI/CGI.bs
unlink xs/APR/Request/CGI/CGI.pod
unlink xs/APR/Request/CGI/MYMETA.json
unlink xs/APR/Request/CGI/pm_to_blib
unlink xs/APR/Request/CGI/Makefile
unlink xs/APR/Request/CGI/Makefile.PL
unlink xs/APR/Request/CGI/CGI.o
unlink xs/APR/Request/CGI/CGI.pm
rmdir CGI
unlink xs/APR/Request/Request.pm
rmdir Request
rmdir APR
unlink xs/MYMETA.json
unlink xs/pm_to_blib
unlink xs/Makefile
unlink xs/Makefile.PL
unlink xs/apreq_xs_typedefs.h
unlink xs/apreq_xs_sv_convert.h
unlink xs/typemap
rmdir xs
mkdir xs
writing...xs//typemap
WARNING no convert code for HASH(0x420c7c8) -> {typemapid}
WARNING no convert code for HASH(0x420c7c8) -> {typemapid}
WARNING no convert code for HASH(0x42191c0) -> {typemapid}
WARNING no convert code for HASH(0x42191c0) -> {typemapid}
WARNING no convert code for HASH(0x4218e90) -> {typemapid}
WARNING no convert code for HASH(0x4218e90) -> {typemapid}
WARNING no convert code for HASH(0x4219028) -> {typemapid}
WARNING no convert code for HASH(0x4219028) -> {typemapid}
WARNING no convert code for HASH(0x42193a0) -> {typemapid}
WARNING no convert code for HASH(0x42193a0) -> {typemapid}
Parse xsbuilder/maps/apreq_functions.map...
DEFINE DEFINE_apreq_xs_APR__Request__Apache2_handle arg=const char *:class, request_rec *:r
DEFINE DEFINE_apreq_xs_APR__Request__CGI_handle arg=const char *:class, apr_pool_t *:p
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_get arg=
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_FETCH arg=
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_NEXTKEY arg=
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_FIRSTKEY arg=
DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_do arg=
DEFINE DEFINE_apreq_xs_APR__Request_parse arg=
DEFINE DEFINE_apreq_xs_APR__Request_jar arg=
DEFINE DEFINE_apreq_xs_APR__Request_args arg=
DEFINE DEFINE_apreq_xs_APR__Request_body arg=
DEFINE DEFINE_apreq_xs_APR__Request_param arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_get arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_FETCH arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_NEXTKEY arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_FIRSTKEY arg=
DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_do arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade_new arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade_TIEHANDLE arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade_READ arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade_READLINE arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade__IO_read arg=
DEFINE DEFINE_apreq_xs_APR__Request__Brigade__IO_readline arg=
struct apreq_cookie_t...
Parse xsbuilder/maps/apreq_structures.map...
WARNING: apreq_cookie_t for path not in mapfile
WARNING: apreq_cookie_t for domain not in mapfile
WARNING: apreq_cookie_t for port not in mapfile
WARNING: apreq_cookie_t for comment not in mapfile
WARNING: apreq_cookie_t for commentURL not in mapfile
WARNING: apreq_cookie_t for max_age not in mapfile
WARNING: apreq_cookie_t for flags not in mapfile
WARNING: apreq_cookie_t for v not in mapfile
struct apreq_handle_t...
WARNING: apreq_handle_t for module not in mapfile
WARNING: pool not in mapfile
WARNING: bucket_alloc not in mapfile
struct apreq_hook_find_param_ctx_t...
WARNING: Type 'apreq_hook_find_param_ctx_t' not in mapfile
WARNING: Struture 'apreq_hook_find_param_ctx_t' not found in map file
struct apreq_hook_t...
WARNING: apreq_hook_t for hook not in mapfile
WARNING: apreq_hook_t for next not in mapfile
WARNING: pool not in mapfile
WARNING: apreq_hook_t for ctx not in mapfile
struct apreq_module_t...
WARNING: Type 'apreq_module_t' not in mapfile
WARNING: Struture 'apreq_module_t' not found in map file
struct apreq_param_t...
WARNING: flags not in mapfile
WARNING: apreq_param_t for v not in mapfile
     info...
     upload...
struct apreq_parser_t...
WARNING: apreq_parser_t for parser not in mapfile
WARNING: apreq_parser_t for content_type not in mapfile
WARNING: pool not in mapfile
WARNING: bucket_alloc not in mapfile
WARNING: brigade_limit not in mapfile
WARNING: temp_dir not in mapfile
WARNING: apreq_parser_t for hook not in mapfile
WARNING: apreq_parser_t for ctx not in mapfile
struct apreq_value_t...
WARNING: Type 'apreq_value_t' not in mapfile
WARNING: Struture 'apreq_value_t' not found in map file
struct struct hook_ctx...
WARNING: Type 'struct hook_ctx' not in mapfile
WARNING: Struture 'struct hook_ctx' not found in map file
mod APR::Request::Parser
mkdir xs/APR
mkdir xs/APR/Request
mkdir xs/APR/Request/Parser
writing...xs/APR/Request/Parser/Makefile.PL
writing...xs/APR/Request/Parser/Parser.xs
writing...xs/APR/Request/Parser/Parser.pm
mod_pod xsbuilder/APR/Request/Parser/Parser.pod xsbuilder/APR/Request/Parser/Parser.pod 1
writing...xs/APR/Request/Parser/Parser.pod
mod APR::Request::Cookie
mkdir xs/APR/Request/Cookie
writing...xs/APR/Request/Cookie/Makefile.PL
writing...xs/APR/Request/Cookie/Cookie.xs
writing...xs/APR/Request/Cookie/Cookie.pm
mod_pod xsbuilder/APR/Request/Cookie/Cookie.pod xsbuilder/APR/Request/Cookie/Cookie.pod 1
writing...xs/APR/Request/Cookie/Cookie.pod
mod APR::Request::Apache2
mkdir xs/APR/Request/Apache2
writing...xs/APR/Request/Apache2/Makefile.PL
writing...xs/APR/Request/Apache2/Apache2.xs
writing...xs/APR/Request/Apache2/Apache2.pm
mod_pod xsbuilder/APR/Request/Apache2/Apache2.pod xsbuilder/APR/Request/Apache2/Apache2.pod 1
writing...xs/APR/Request/Apache2/Apache2.pod
mod APR::Request::CGI
mkdir xs/APR/Request/CGI
writing...xs/APR/Request/CGI/Makefile.PL
writing...xs/APR/Request/CGI/CGI.xs
writing...xs/APR/Request/CGI/CGI.pm
mod_pod xsbuilder/APR/Request/CGI/CGI.pod xsbuilder/APR/Request/CGI/CGI.pod 1
writing...xs/APR/Request/CGI/CGI.pod
mod APR::Request
writing...xs/APR/Request/Makefile.PL
writing...xs/APR/Request/Request.xs
writing...xs/APR/Request/Request.pm
mod_pod xsbuilder/APR/Request/Request.pod xsbuilder/APR/Request/Request.pod 1
writing...xs/APR/Request/Request.pod
mod APR::Request::Error
mkdir xs/APR/Request/Error
writing...xs/APR/Request/Error/Makefile.PL
writing...xs/APR/Request/Error/Error.xs
writing...xs/APR/Request/Error/Error.pm
mod_pod xsbuilder/APR/Request/Error/Error.pod xsbuilder/APR/Request/Error/Error.pod 1
writing...xs/APR/Request/Error/Error.pod
mod APR::Request::Hook
mkdir xs/APR/Request/Hook
writing...xs/APR/Request/Hook/Makefile.PL
writing...xs/APR/Request/Hook/Hook.xs
writing...xs/APR/Request/Hook/Hook.pm
mod_pod xsbuilder/APR/Request/Hook/Hook.pod xsbuilder/APR/Request/Hook/Hook.pod 1
writing...xs/APR/Request/Hook/Hook.pod
mod APR::Request::Param
mkdir xs/APR/Request/Param
writing...xs/APR/Request/Param/Makefile.PL
writing...xs/APR/Request/Param/Param.xs
writing...xs/APR/Request/Param/Param.pm
mod_pod xsbuilder/APR/Request/Param/Param.pod xsbuilder/APR/Request/Param/Param.pod 1
writing...xs/APR/Request/Param/Param.pod
writing...xs//Makefile.PL
writing...xs/APR/Makefile.PL
[   info] generating script t/TEST
Writing Makefile for APR::Request::Apache2
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::CGI
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Cookie
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Error
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Hook
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Param
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request::Parser
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR::Request
Writing MYMETA.yml and MYMETA.json
Writing Makefile for APR
Writing MYMETA.yml and MYMETA.json
Writing Makefile for WrapXS
Writing MYMETA.yml and MYMETA.json
Writing Makefile for libapreq2
Writing MYMETA.yml and MYMETA.json
cd perl; /usr/bin/make install
make[3]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl'
Skip blib/lib/Apache2/Upload.pm (unchanged)
Skip blib/lib/Apache2/Request.pm (unchanged)
Skip blib/lib/Apache2/Cookie.pm (unchanged)
make[4]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs'
make[5]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR'
make[6]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request'
Skip ../../../blib/lib/APR/Request.pm (unchanged)
Skip ../../../blib/lib/APR/Request.pod (unchanged)
make[7]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Apache2'
Skip ../../../../blib/lib/APR/Request/Apache2.pod (unchanged)
Skip ../../../../blib/lib/APR/Request/Apache2.pm (unchanged)
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Apache2.xs > Apache2.xsc && mv Apache2.xsc Apache2.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Apache2.c
In file included from Apache2.xs:27:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Running Mkbootstrap for APR::Request::Apache2 ()
chmod 644 Apache2.bs
rm -f ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.so
LD_RUN_PATH="/usr/lib:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Apache2.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.so 	\
   -L/usr/lib -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.so
cp Apache2.bs ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.bs
Manifying ../../../../blib/man3/APR::Request::Apache2.3pm
make[7]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Apache2'
make[7]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/CGI'
Skip ../../../../blib/lib/APR/Request/CGI.pm (unchanged)
Skip ../../../../blib/lib/APR/Request/CGI.pod (unchanged)
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  CGI.xs > CGI.xsc && mv CGI.xsc CGI.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   CGI.c
In file included from CGI.xs:27:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Running Mkbootstrap for APR::Request::CGI ()
chmod 644 CGI.bs
rm -f ../../../../blib/arch/auto/APR/Request/CGI/CGI.so
LD_RUN_PATH="/usr/lib:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector CGI.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/CGI/CGI.so 	\
   -L/usr/lib -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/CGI/CGI.so
cp CGI.bs ../../../../blib/arch/auto/APR/Request/CGI/CGI.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/CGI/CGI.bs
Manifying ../../../../blib/man3/APR::Request::CGI.3pm
make[7]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/CGI'
make[7]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Cookie'
Skip ../../../../blib/lib/APR/Request/Cookie.pod (unchanged)
Skip ../../../../blib/lib/APR/Request/Cookie.pm (unchanged)
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Cookie.xs > Cookie.xsc && mv Cookie.xsc Cookie.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Cookie.c
In file included from Cookie.xs:27:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Cookie.c: In function ‘XS_APR__Request__Cookie_value’:
Cookie.c:210:7: warning: variable ‘p2’ set but not used [-Wunused-but-set-variable]
  SV * p2;
       ^
Cookie.c:209:7: warning: variable ‘p1’ set but not used [-Wunused-but-set-variable]
  SV * p1;
       ^
Running Mkbootstrap for APR::Request::Cookie ()
chmod 644 Cookie.bs
rm -f ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.so
LD_RUN_PATH="/usr/lib:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Cookie.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.so 	\
   -L/usr/lib -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.so
cp Cookie.bs ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.bs
Manifying ../../../../blib/man3/APR::Request::Cookie.3pm
make[7]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Cookie'
make[7]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Error'
Skip ../../../../blib/lib/APR/Request/Error.pod (unchanged)
Skip ../../../../blib/lib/APR/Request/Error.pm (unchanged)
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Error.xs > Error.xsc && mv Error.xsc Error.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Error.c
In file included from Error.xs:27:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Error.c: In function ‘XS_APR__Request__Error_as_string’:
Error.c:230:7: warning: variable ‘p2’ set but not used [-Wunused-but-set-variable]
  SV * p2;
       ^
Error.c:229:7: warning: variable ‘p1’ set but not used [-Wunused-but-set-variable]
  SV * p1;
       ^
Running Mkbootstrap for APR::Request::Error ()
chmod 644 Error.bs
rm -f ../../../../blib/arch/auto/APR/Request/Error/Error.so
LD_RUN_PATH="/usr/lib:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Error.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Error/Error.so 	\
   -L/usr/lib -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Error/Error.so
cp Error.bs ../../../../blib/arch/auto/APR/Request/Error/Error.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Error/Error.bs
Manifying ../../../../blib/man3/APR::Request::Error.3pm
make[7]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Error'
make[7]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Hook'
Skip ../../../../blib/lib/APR/Request/Hook.pod (unchanged)
Skip ../../../../blib/lib/APR/Request/Hook.pm (unchanged)
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Hook.xs > Hook.xsc && mv Hook.xsc Hook.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Hook.c
In file included from Hook.xs:27:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Hook.c: In function ‘XS_APR__Request__Hook_make’:
Hook.c:205:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Hook.c: In function ‘XS_APR__Request__Hook_disable_uploads’:
Hook.c:262:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Hook.c: In function ‘XS_APR__Request__Hook_apr_xml_parser’:
Hook.c:317:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Hook.c: In function ‘XS_APR__Request__Hook_find_param’:
Hook.c:372:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Hook.c: In function ‘XS_APR__Request__Hook_discard_brigade’:
Hook.c:429:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Running Mkbootstrap for APR::Request::Hook ()
chmod 644 Hook.bs
rm -f ../../../../blib/arch/auto/APR/Request/Hook/Hook.so
LD_RUN_PATH="/usr/lib:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Hook.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Hook/Hook.so 	\
   -L/usr/lib -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Hook/Hook.so
cp Hook.bs ../../../../blib/arch/auto/APR/Request/Hook/Hook.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Hook/Hook.bs
Manifying ../../../../blib/man3/APR::Request::Hook.3pm
make[7]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Hook'
make[7]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Param'
Skip ../../../../blib/lib/APR/Request/Param.pm (unchanged)
Skip ../../../../blib/lib/APR/Request/Param.pod (unchanged)
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Param.xs > Param.xsc && mv Param.xsc Param.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Param.c
In file included from Param.xs:27:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Param.c: In function ‘XS_APR__Request__Param_value’:
Param.c:222:7: warning: variable ‘p2’ set but not used [-Wunused-but-set-variable]
  SV * p2;
       ^
Param.c:221:7: warning: variable ‘p1’ set but not used [-Wunused-but-set-variable]
  SV * p1;
       ^
Param.c: In function ‘XS_APR__Request__Param_info’:
Param.c:695:7: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
       Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
       ^
Running Mkbootstrap for APR::Request::Param ()
chmod 644 Param.bs
rm -f ../../../../blib/arch/auto/APR/Request/Param/Param.so
LD_RUN_PATH="/usr/lib:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Param.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Param/Param.so 	\
   -L/usr/lib -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Param/Param.so
cp Param.bs ../../../../blib/arch/auto/APR/Request/Param/Param.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Param/Param.bs
Manifying ../../../../blib/man3/APR::Request::Param.3pm
make[7]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Param'
make[7]: Entering directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Parser'
Skip ../../../../blib/lib/APR/Request/Parser.pod (unchanged)
Skip ../../../../blib/lib/APR/Request/Parser.pm (unchanged)
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../../typemap  Parser.xs > Parser.xsc && mv Parser.xsc Parser.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Parser.c
In file included from Parser.xs:27:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Parser.c: In function ‘XS_APR__Request__Parser_make’:
Parser.c:205:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_generic’:
Parser.c:291:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_headers’:
Parser.c:376:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_urlencoded’:
Parser.c:461:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_multipart’:
Parser.c:546:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_default’:
Parser.c:631:22: warning: variable ‘class’ set but not used [-Wunused-but-set-variable]
  apreq_xs_subclass_t class;
                      ^
Parser.c: In function ‘XS_APR__Request__Parser_run’:
Parser.c:789:21: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
                     Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
                     ^
Running Mkbootstrap for APR::Request::Parser ()
chmod 644 Parser.bs
rm -f ../../../../blib/arch/auto/APR/Request/Parser/Parser.so
LD_RUN_PATH="/usr/lib:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Parser.o -L/usr/local/lib64 -fstack-protector -o ../../../../blib/arch/auto/APR/Request/Parser/Parser.so 	\
   -L/usr/lib -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../../blib/arch/auto/APR/Request/Parser/Parser.so
cp Parser.bs ../../../../blib/arch/auto/APR/Request/Parser/Parser.bs
chmod 644 ../../../../blib/arch/auto/APR/Request/Parser/Parser.bs
Manifying ../../../../blib/man3/APR::Request::Parser.3pm
make[7]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request/Parser'
/usr/bin/perl /usr/lib/perl5/5.18.2/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.18.2/ExtUtils/typemap -typemap /usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Apache2/typemap -typemap ../../typemap  Request.xs > Request.xsc && mv Request.xsc Request.c
cc -c  -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/include -I/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xsbuilder -I/usr/include/apache2  -I/usr/include/apr-1  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -Wall -DLDAP_DEPRECATED -DLINUX -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE"   Request.c
In file included from Request.xs:27:0:
/root/.cpanm/work/1590842372.15331/libapreq2-2.13/module/apache2/apreq_module_apache2.h:152:1: warning: ‘visibility’ attribute ignored [-Wattributes]
 APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
 ^
Request.xs: In function ‘XS_APR__Request_upload_hook’:
Request.xs:282:5: warning: null argument where non-null required (argument 4) [-Wnonnull]
     apr_pool_cleanup_register(req->pool, ctx, upload_hook_cleanup, NULL);
     ^
Request.c: In function ‘XS_APR__Request__Param__Table_uploads’:
Request.c:650:21: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
                     Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
                     ^
Request.c: In function ‘XS_APR__Request__Param__Table_param_class’:
Request.c:721:21: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
                     Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
                     ^
Request.c:702:29: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
  APR__Request__Param__Table t;
                             ^
Request.c: In function ‘XS_APR__Request__Cookie__Table_cookie_class’:
Request.c:807:21: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘struct MAGIC *’ [-Wformat=]
                     Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg);
                     ^
Request.c:788:30: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
  APR__Request__Cookie__Table t;
                              ^
Running Mkbootstrap for APR::Request ()
chmod 644 Request.bs
rm -f ../../../blib/arch/auto/APR/Request/Request.so
LD_RUN_PATH="/usr/lib:/usr/lib64" cc  -shared -L/usr/local/lib64 -fstack-protector Request.o -L/usr/local/lib64 -fstack-protector -o ../../../blib/arch/auto/APR/Request/Request.so 	\
   -L/usr/lib -lapreq2 -L/usr/lib64 -laprutil-1 -lapr-1 -lrt -lpthread -ldl -lexpat  	\
  
chmod 755 ../../../blib/arch/auto/APR/Request/Request.so
cp Request.bs ../../../blib/arch/auto/APR/Request/Request.bs
chmod 644 ../../../blib/arch/auto/APR/Request/Request.bs
Manifying ../../../blib/man3/APR::Request.3pm
make[6]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR/Request'
make[5]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs/APR'
make[4]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl/xs'
Manifying blib/man3/Apache2::Upload.3pm
Manifying blib/man3/Apache2::Request.3pm
Manifying blib/man3/Apache2::Cookie.3pm
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/auto/APR/Request/Request.so
Installing /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/auto/APR/Request/Error/Error.so
Installing /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/auto/APR/Request/Cookie/Cookie.so
Installing /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/auto/APR/Request/Parser/Parser.so
Installing /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/auto/APR/Request/Param/Param.so
Installing /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/auto/APR/Request/Hook/Hook.so
Installing /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/auto/APR/Request/Apache2/Apache2.so
Installing /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/auto/APR/Request/CGI/CGI.so
Installing /usr/share/man/man3/APR::Request::Param.3pm
Installing /usr/share/man/man3/APR::Request::Cookie.3pm
Installing /usr/share/man/man3/APR::Request::CGI.3pm
Installing /usr/share/man/man3/APR::Request::Error.3pm
Installing /usr/share/man/man3/APR::Request::Apache2.3pm
Installing /usr/share/man/man3/APR::Request::Parser.3pm
Installing /usr/share/man/man3/APR::Request::Hook.3pm
Installing /usr/share/man/man3/APR::Request.3pm
Appending installation info to /usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/perllocal.pod
make[3]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue/perl'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue'
make[1]: Leaving directory '/root/.cpanm/work/1590842372.15331/libapreq2-2.13/glue'
-> OK
Successfully reinstalled Apache2::Cookie
Installing /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi/.meta/libapreq2-2.13/install.json
1 distribution installed

Reply via email to