Skip to content

Instantly share code, notes, and snippets.

@dlangille
Last active March 15, 2018 22:58
Show Gist options
  • Save dlangille/276d952541c76a9c7249793c5ef9271e to your computer and use it in GitHub Desktop.
Save dlangille/276d952541c76a9c7249793c5ef9271e to your computer and use it in GitHub Desktop.
znc 1.6.6 with CHARSET on segfaults for me, succeed without
without CHARSET: https://services.unixathome.org/poudriere/data/111amd64-default-master-list/2018-03-15_21h30m01s/logs/znc-1.6.6_1.log
with CHARSET: https://services.unixathome.org/poudriere/data/111amd64-default-master-list/2018-03-10_05h02m41s/logs/znc-1.6.6_1.log
$ pkg info znc
znc-1.6.6_1
Name : znc
Version : 1.6.6_1
Installed on : Thu Mar 15 21:43:03 2018 UTC
Origin : irc/znc
Architecture : FreeBSD:11:amd64
Prefix : /usr/local
Categories : irc ipv6
Licenses : APACHE20
Maintainer : dbaio@FreeBSD.org
WWW : https://wiki.znc.in/ZNC
Comment : Advanced IRC bouncer
Options :
CHARSET : off
CYRUS : off
DEBUG : off
DOCS : on
IPV6 : on
OPENSSL : on
PERL : on
PYTHON : off
TCL : off
Shared Libs required:
libcrypto.so.9
libssl.so.9
libperl.so.5.24
Annotations :
FreeBSD_version: 1101001
cpe : cpe:2.3:a:znc:znc:1.6.6:::::freebsd11:x64:1
repo_type : binary
repository : local
Flat size : 7.65MiB
Description :
ZNC is an advanced IRC bouncer with features that include support for
multiple users, playback buffers, DCC bouncing, SASL authentication
and SSL encryption. It can be extended with dynamically loaded modules
written in C++ or Perl.
WWW: https://wiki.znc.in/ZNC
@Jehops
Copy link

Jehops commented Mar 15, 2018

jrm@gly ~ % pkg info znc-1.6.6_1
znc-1.6.6_1
Name           : znc
Version        : 1.6.6_1
Installed on   : Thu Mar 15 19:25:21 2018 ADT
Origin         : irc/znc
Architecture   : FreeBSD:11:amd64
Prefix         : /usr/local
Categories     : irc ipv6
Licenses       : APACHE20
Maintainer     : dbaio@FreeBSD.org
WWW            : https://wiki.znc.in/ZNC
Comment        : Advanced IRC bouncer
Options        :
        CHARSET        : on
        CYRUS          : off
        DEBUG          : off
        DOCS           : off
        IPV6           : off
        OPENSSL        : on
        PERL           : on
        PYTHON         : off
        TCL            : off
Shared Libs required:
        libicudata.so.60
        libicuuc.so.60
        libperl.so.5.24
Annotations    :
        FreeBSD_version: 1101001
        cpe            : cpe:2.3:a:znc:znc:1.6.6:::::freebsd11:x64:1
        repo_type      : binary
        repository     : awarnach
Flat size      : 7.66MiB
Description    :
ZNC is an advanced IRC bouncer with features that include support for
multiple users, playback buffers, DCC bouncing, SASL authentication
and SSL encryption. It can be extended with dynamically loaded modules
written in C++ or Perl.

WWW: https://wiki.znc.in/ZNC

@Jehops
Copy link

Jehops commented Mar 15, 2018

% ldd /usr/local/bin/znc
/usr/local/bin/znc:
        libssl.so.8 => /usr/lib/libssl.so.8 (0x2c584000)
        libcrypto.so.8 => /lib/libcrypto.so.8 (0x2c800000)
        libz.so.6 => /lib/libz.so.6 (0x2cc69000)
        libicuuc.so.60 => /usr/local/lib/libicuuc.so.60 (0x2ce82000)
        libicudata.so.60 => /usr/local/lib/libicudata.so.60 (0x2d253000)
        libc++.so.1 => /usr/lib/libc++.so.1 (0x2d454000)
        libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x2d71b000)
        libm.so.5 => /lib/libm.so.5 (0x2d939000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2db64000)
        libthr.so.3 => /lib/libthr.so.3 (0x2dd72000)
        libc.so.7 => /lib/libc.so.7 (0x2df9a000)

@dlangille
Copy link
Author

$ ldd /usr/local/bin/znc
/usr/local/bin/znc:
	libssl.so.9 => /usr/local/lib/libssl.so.9 (0x800982000)
	libcrypto.so.9 => /usr/local/lib/libcrypto.so.9 (0x800c00000)
	libz.so.6 => /lib/libz.so.6 (0x801077000)
	libc++.so.1 => /usr/lib/libc++.so.1 (0x801290000)
	libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x801557000)
	libm.so.5 => /lib/libm.so.5 (0x801775000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x8019a0000)
	libthr.so.3 => /lib/libthr.so.3 (0x801bae000)
	libc.so.7 => /lib/libc.so.7 (0x801dd6000)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment