Changes between Initial Version and Version 4 of Ticket #65872


Ignore:
Timestamp:
Sep 20, 2022, 2:54:15 PM (20 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65872

    • Property Status changed from new to assigned
    • Property Cc mascguy added
    • Property Summary changed from Symbol not found: (_xmlIOFTPClose) to libxml2: symbol not found: _xmlIOFTPClose
    • Property Priority changed from High to Normal
    • Property Version changed from to 2.7.2
    • Property Owner set to ryandesign
  • Ticket #65872 – Description

    initial v4  
    11Upgrading to @2.10.2_0 from 2.9.14_1 of libxml2 caused numerous failures due to a missing symbol:
    22
     3{{{
    34ImportError: dlopen(.../python3.9/site-packages/xmlsec.cpython-39-darwin.so, 0x0002): Symbol not found: (_xmlIOFTPClose)
    45  Referenced from: '/opt/local/lib/libxmlsec1.1.dylib'
    56  Expected in: '/opt/local/lib/libxml2.2.dylib'
     7}}}
    68
    79Any program using libxmlsec will no longer work due to this missing function in the new build