#author("2021-06-01T13:33:35+09:00","default:kuji","kuji")
#author("2021-06-01T14:16:04+09:00","default:kuji","kuji")
[[FrontPage]]

CONTENTS
#contents
----
Lastmodified &lastmod;
----

FreeBSD 11.4 + OpenSSL 1.1.1k /etc/make.conf : DEFAULT_VERSIONS+=ssl=openssl
な環境から、
FreeBSD 12.2 or Higher /etc/make.conf : #DEFAULT_VERSIONS+=ssl=openssl
とOS側のOpenSSLを使う様にしたところ、php のスタートアップ やmysqld の動作に支障がでた。 

PHPのスタートでは、php73-interbase や、pdo_firebird のソースがないというワーニングはでるもののphp -v などは動作完了する。
mysqld は、
 ld-elf.so.1: Shared object "libssl.so.11" not found, required by "mysqld"
 2021-05-31T06:09:47.6NZ mysqld_safe mysqld from pid file /var/db/mysql/piano2nd.pid ended
と言って起動しない。


*pkg [#ic73c55b]

 Installed packages to be REMOVED:
        firebird25-client: 2.5.9
        php73-extensions: 1.0
        php73-interbase: 7.3.28_1
        php73-pdo_firebird: 7.3.28_1


  1088  3:59    portupgrade -f databases/firebird25-client
  1091  4:23    pkg del -f firebird25-client-2.5.9
  1093  4:23    portinstall databases/firebird25-client
  
  1105  4:46    pkg-static -v
  1106  4:50    cd /usr/ports/ports-mgmt/pkg
  1109  4:54    make deinstall clean
  1110  4:54    make install clean
  
  1117  5:02    cd /usr/ports/devel/apr1
  1118  5:02    make install clean
  1119  5:04    make deinstall clean
  1120  5:04    make install clean

  1126  5:11    cd /usr/ports/ftp/curl
  1127  5:11    make config
  1128  5:11    make install celan
  1129  5:13    make deinstall celan
  1130  5:13    make install celan
  1131  5:14    portupgrade -f zziplib
  1132  5:16    portupgrade -f jpeg-turbo-2.0.6

*www [#s8faee95]
**pkg info -dr apache24 [#caabb04f]
apache24-2.4.48
 Depends on     :
        libnghttp2-1.43.0
        libxml2-2.9.10_4
        expat-2.4.1
        perl5-5.28.3_1
        pcre-8.44
        apr-1.7.0.1.6.1_1
 Required by    :
        mod_php73-7.3.28

**pkg info -dr postfix [#ycd3d714]
postfix-3.5.10,1
 Depends on     :
        pcre-8.44
        icu-69.1,1
 Required by    :
        ja-mailman-2.1.14.j7_6,1


** # pkg info -dr clamav [#r458c8d7]
clamav_clamd_enable="YES"
clamav_freshclam_enable="YES"

clamav-0.103.2,1
 Depends on     :
        libxml2-2.9.10_4
        curl-7.76.1
        pcre2-10.37
        libltdl-2.4.6
        json-c-0.15_1
        unzoo-4.4_2
        libmspack-0.10.1
        arj-3.10.22_8
        arc-5.21p


** # pkg info -dr 'mysql80*' [#ld664408]
mysql_enable="YES"

mysql80-client-8.0.25
Depends on     :
        cyrus-sasl-2.1.27_1
        openldap-sasl-client-2.4.58
        perl5-5.28.3_1
        curl-7.76.1
        protobuf-3.14.0,1
        libunwind-20201110
        libevent-2.1.12
        libedit-3.1.20210216,1
        icu-69.1,1
        zstd-1.5.0
        liblz4-1.9.3,1
Required by    :
        mysql80-server-8.0.25
mysql80-server-8.0.25
Depends on     :
        perl5-5.28.3_1
        curl-7.76.1
        protobuf-3.14.0,1
        libunwind-20201110
        libevent-2.1.12
        libedit-3.1.20210216,1
        icu-69.1,1
        mysql80-client-8.0.25
        zstd-1.5.0
        liblz4-1.9.3,1



smartd_enable="YES"



** # pkg info -dr 'munin*' [#o139a101]
munin_node_enable=YES

munin-common-2.0.67
Depends on     :
        p5-Net-SSLeay-1.90
        perl5-5.28.3_1
Required by    :
        munin-master-2.0.67
        munin-node-2.0.67

munin-master-2.0.67
Depends on     :
        p5-HTML-Template-2.95_1
        p5-FCGI-0.79
        p5-CGI-Fast-2.15
        p5-CGI-4.52
        munin-common-2.0.67
        p5-Net-SSLeay-1.90
        p5-URI-5.09
        p5-IO-Socket-INET6-2.72_1
        perl5-5.28.3_1
        p5-Params-Validate-1.30
        p5-Log-Log4perl-1.54
        p5-File-Copy-Recursive-0.45
        p5-DateTime-HiRes-0.04
        p5-Date-Manip-6.83
        rrdtool-1.7.2_4

munin-node-2.0.67
Depends on     :
        p5-libwww-6.54
        p5-XML-Parser-2.44
        p5-XML-LibXML-2.0207,1
        munin-common-2.0.67
        bash-5.1.8
        p5-Net-Server-2.010
        p5-Net-SNMP-6.0.1_1
        p5-Net-IP-1.26_1
        p5-Net-CIDR-0.21
        python36-3.6.13
        perl5-5.28.3_1
        p5-List-MoreUtils-0.430
        p5-Net-DNS-1.31,1
        p5-Log-Log4perl-1.54
        p5-DateTime-HiRes-0.04
        p5-Cache-Cache-1.08
        p5-DBD-Pg-3.15.0

monit_enable="YES"
#named_enable="YES"
postfix_enable="YES"
php_fpm_enable="YES"



* # pkg info -dr openssl-1.1.1k_1,1 [#gfe3c76e]
openssl-1.1.1k_1,1
Required by    :
        bind911-9.11.32_1
        p5-Net-SSLeay-1.90
        apache24-2.4.48
        bind-tools-9.16.16
        mysql80-server-8.0.25
        mysql80-client-8.0.25
        python37-3.7.10_1
        freetds-1.2.21,1
        rsync-3.2.3_1
        postfix-3.6.0,1
        php73-snmp-7.3.28
        php73-openssl-7.3.28
        php73-imap-7.3.28
        php73-ftp-7.3.28
        curl-7.76.1
        unrar-6.01,6
        nettle-3.7.2_2
        p5-DBD-mysql-4.050_1
        ruby-2.7.3_1,1
        clamav-0.103.2,1
        monit-5.28.0
        spamassassin-3.4.5
        openldap-sasl-client-2.4.58
        net-snmp-5.9_3,1
        py37-cryptography-3.3.2
        libarchive-3.5.1,1
        krb5-1.19.1
        postgresql95-client-9.5.25
        libzip-1.7.3
        panda-cclient-20130621_1
        trousers-0.3.14_3
        libevent-2.1.12
        python27-2.7.18_1
        apr-1.7.0.1.6.1_1
        cyrus-sasl-2.1.27_1
        p5-Crypt-SSLeay-0.72_3
        p5-Crypt-OpenSSL-RSA-0.31
        p5-Crypt-OpenSSL-Random-0.15
        p5-Crypt-OpenSSL-Bignum-0.09

** # pkg info -dr mailman [#p15d91b4]
mailman-2.1.34
Depends on     :
        postfix-3.6.0,1
        python27-2.7.18_1
        py27-dnspython-1.16.0
        gettext-runtime-0.21
        namazu2-2.0.21_2

**  # pkg info -rd nextcloud-php73 [#yb2ca028]
nextcloud-php73-21.0.2
Depends on     :
        php73-session-7.3.28
        php73-opcache-7.3.28
        php73-xsl-7.3.28
        php73-xmlwriter-7.3.28
        php73-xmlreader-7.3.28
        php73-xml-7.3.28
        php73-simplexml-7.3.28
        php73-dom-7.3.28
        php73-ctype-7.3.28
        php73-posix-7.3.28
        php73-fileinfo-7.3.28
        php73-openssl-7.3.28
        php73-hash-7.3.28
        php73-filter-7.3.28
        php73-ldap-7.3.28
        php73-gmp-7.3.28
        php73-bcmath-7.3.28
        php73-7.3.28
        php73-gd-7.3.28
        php73-exif-7.3.28
        php73-pecl-imagick-3.4.4_2
        php73-curl-7.3.28
        php73-pcntl-7.3.28
        php73-json-7.3.28
        php73-intl-7.3.28_1
        php73-pecl-APCu-5.1.20
        gettext-runtime-0.21
        php73-pdo_mysql-7.3.28
        php73-pdo-7.3.28
        php73-mbstring-7.3.28
        php73-iconv-7.3.28
        php73-zlib-7.3.28
        php73-zip-7.3.28
        php73-bz2-7.3.28

----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS