他に足りてないモジュール(2)

httpd を起動中: httpd: Syntax error on line 213 of /etc/httpd/conf/httpd.conf: Syntax error on line 234 of /etc/httpd/conf.d/ssl.conf: Syntax error on line 14 of /etc/httpd/conf.d/shib.conf: Cannot load /usr/lib/shibboleth/mod_shib_22.so into server: libssl.so.0.9.8: cannot open shared object file: No such file or directory

  • bash-3.1$ sudo ln -s /lib/libssl.so.0.9.8b libssl.so.0.9.8

httpd を起動中: httpd: Syntax error on line 213 of /etc/httpd/conf/httpd.conf: Syntax error on line 234 of /etc/httpd/conf.d/ssl.conf: Syntax error on line 14 of /etc/httpd/conf.d/shib.conf: Cannot load /usr/lib/shibboleth/mod_shib_22.so into server: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory

  • bash-3.1$ sudo ln -s /lib/libcrypto.so.0.9.8b libcrypto.so.0.9.8

httpd を起動中: httpd: Syntax error on line 213 of /etc/httpd/conf/httpd.conf: Syntax error on line 234 of /etc/httpd/conf.d/ssl.conf: Syntax error on line 14 of /etc/httpd/conf.d/shib.conf: Cannot load /usr/lib/shibboleth/mod_shib_22.so into server: libxml-security-c.so.12: cannot open shared object file: No such file or directory

  • bash-3.1$ sudo ln -s libxml-security-c.so.14.0.0 libxml-security-c.so.12

httpd を起動中: httpd: Syntax error on line 213 of /etc/httpd/conf/httpd.conf: Syntax error on line 234 of /etc/httpd/conf.d/ssl.conf: Syntax error on line 14 of /etc/httpd/conf.d/shib.conf: Cannot load /usr/lib/shibboleth/mod_shib_22.so into server: liblog4cpp.so.4: cannot open shared object file: No such file or directory

  • bash-3.1$ sudo ln -s liblog4cpp.so.5.0.5 liblog4cpp.so.4

httpd を起動中: httpd: Syntax error on line 213 of /etc/httpd/conf/httpd.conf: Syntax error on line 234 of /etc/httpd/conf.d/ssl.conf: Syntax error on line 14 of /etc/httpd/conf.d/shib.conf: Cannot load /usr/lib/shibboleth/mod_shib_22.so into server: libxml-security-c.so.13: cannot open shared object file: No such file or directory

  • bash-3.1$ sudo ln -s libxml-security-c.so.14.0.0 libxml-security-c.so.13

httpd を起動中: httpd: Syntax error on line 213 of /etc/httpd/conf/httpd.conf: Syntax error on line 234 of /etc/httpd/conf.d/ssl.conf: Syntax error on line 14 of /etc/httpd/conf.d/shib.conf: Cannot load /usr/lib/shibboleth/mod_shib_22.so into server: libcurl.so.4: cannot open shared object file: No such file or directory

  • bash-3.1$ sudo ln -s libcurl.so.3.0.0 libcurl.so.4

httpd を起動中: httpd: Syntax error on line 213 of /etc/httpd/conf/httpd.conf: Syntax error on line 234 of /etc/httpd/conf.d/ssl.conf: Syntax error on line 14 of /etc/httpd/conf.d/shib.conf: Cannot load /usr/lib/shibboleth/mod_shib_22.so into server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib/liblog4cpp.so.5)