| 
              [octopus@pc3 native]$ sudo make install[sudo] password for octopus:
 Making install in common
 make[1]: Entering directory '/home/octopus/Downloads/tomcat-connectors-1.2.50-src/native/common'
 make[1]: Nothing to be done for 'install'.
 make[1]: Leaving directory '/home/octopus/Downloads/tomcat-connectors-1.2.50-src/native/common'
 Making install in apache-2.0
 make[1]: Entering directory '/home/octopus/Downloads/tomcat-connectors-1.2.50-src/native/apache-2.0'
 
 Installing files to Apache Modules Directory...
 /usr/bin/apxs -i mod_jk.la
 /usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' mod_jk.la /usr/lib64/httpd/modules
 /usr/lib64/apr-1/build/libtool --mode=install install mod_jk.la /usr/lib64/httpd/modules/
 libtool: install: install .libs/mod_jk.so /usr/lib64/httpd/modules/mod_jk.so
 libtool: install: install .libs/mod_jk.lai /usr/lib64/httpd/modules/mod_jk.la
 libtool: install: install .libs/mod_jk.a /usr/lib64/httpd/modules/mod_jk.a
 libtool: install: chmod 644 /usr/lib64/httpd/modules/mod_jk.a
 libtool: install: ranlib /usr/lib64/httpd/modules/mod_jk.a
 libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin:/sbin" ldconfig -n /usr/lib64/httpd/modules
 ----------------------------------------------------------------------
 Libraries have been installed in:
 /usr/lib64/httpd/modules
 
 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.
 ----------------------------------------------------------------------
 chmod 755 /usr/lib64/httpd/modules/mod_jk.so
 
 Please be sure to arrange /etc/httpd/conf/httpd.conf...
 
 make[1]: Leaving directory '/home/octopus/Downloads/tomcat-connectors-1.2.50-src/native/apache-2.0'
 make[1]: Entering directory '/home/octopus/Downloads/tomcat-connectors-1.2.50-src/native'
 make[2]: Entering directory '/home/octopus/Downloads/tomcat-connectors-1.2.50-src/native'
 make[2]: Nothing to be done for 'install-exec-am'.
 make[2]: Nothing to be done for 'install-data-am'.
 make[2]: Leaving directory '/home/octopus/Downloads/tomcat-connectors-1.2.50-src/native'
 make[1]: Leaving directory '/home/octopus/Downloads/tomcat-connectors-1.2.50-src/native'
 |