设置 | 登录 | 注册

作者共发了2篇帖子。

Fedora 39源码安装mod_jk模块的输出

1楼 巨大八爪鱼 2024-10-31 19:57
[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'
2楼 巨大八爪鱼 2024-10-31 20:03
最后的结果是在/etc/httpd/modules文件夹中生成了mod_jk.so模块文件。

内容转换:

回复帖子
内容:
用户名: 您目前是匿名发表。
验证码:
看不清?换一张
©2010-2025 Purasbar Ver3.0 [手机版] [桌面版]
除非另有声明,本站采用知识共享署名-相同方式共享 3.0 Unported许可协议进行许可。