[Bug 241591] ftp/php74-ftp: Undefined symbol "SSL_library_init"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 30 15:29:27 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241591

            Bug ID: 241591
           Summary: ftp/php74-ftp: Undefined symbol "SSL_library_init"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: tz at freebsd.org
          Reporter: pascal.christen at hostpoint.ch
             Flags: maintainer-feedback?(tz at freebsd.org)
          Assignee: tz at freebsd.org

When having PHP 7.4 installed with the php74-ftp package it fails to start:
# /usr/local/php74/bin/php
/usr/local/php74/lib/php/20190902/ftp.so: Undefined symbol "SSL_library_init"

I guess it has to do with OpenSSL 1.1.1 and the deprecated "SSL_library_init".
Comparing PHP7.3 (Built with OpenSSL 1.1.1) and PHP7.4:

# readelf -a /usr/local/php74/lib/php/20190902/ftp.so  | grep SSL_library_init
00000020f6f0  004c00000007 R_X86_64_JUMP_SLO 0000000000000000 SSL_library_init
+ 0
    76: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND SSL_library_init
   223: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND SSL_library_init

# readelf -a /usr/local/php73/lib/php/20180731/ftp.so  | grep OPENSSL_init
00000020eb30  004c00000007 R_X86_64_JUMP_SLO 0000000000000000
OPENSSL_init_ssl at OPENSSL_1_1_0 + 0
00000020ebb8  005d00000007 R_X86_64_JUMP_SLO 0000000000000000
OPENSSL_init_crypto at OPENSSL_1_1_0 + 0
    76: 0000000000000000   238 FUNC    GLOBAL DEFAULT  UND
OPENSSL_init_ssl at OPENSSL_1_1_0 (3)
    93: 0000000000000000   962 FUNC    GLOBAL DEFAULT  UND
OPENSSL_init_crypto at OPENSSL_1_1_0 (4)
   232: 0000000000000000   238 FUNC    GLOBAL DEFAULT  UND
OPENSSL_init_ssl@@OPENSSL
   254: 0000000000000000   962 FUNC    GLOBAL DEFAULT  UND
OPENSSL_init_crypto@@OPEN

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list