[MacPorts] #63492: py37-openslide @1.1.2_1: OSError: dlopen(libopenslide.0.dylib, 6): image not found

MacPorts noreply at macports.org
Thu Sep 16 09:45:02 UTC 2021


#63492: py37-openslide @1.1.2_1: OSError: dlopen(libopenslide.0.dylib, 6): image
not found
--------------------------------------+----------------------
  Reporter:  DavidBAEpstein           |      Owner:  bgilbert
      Type:  defect                   |     Status:  assigned
  Priority:  Normal                   |  Milestone:
 Component:  ports                    |    Version:  2.7.1
Resolution:                           |   Keywords:
      Port:  openslide, py-openslide  |
--------------------------------------+----------------------

Comment (by DavidBAEpstein):

 Since I'm anxiously waiting for a fix, I hope the above discussion is
 homing in on the answer.

 It would be great if Ryan Schmidt's suggestion works, perhaps as a
 strictly temporary fix, namely to replace
 {{{
 cdll.LoadLibrary('libopenslide.0.dylib')
 }}}
 by
 {{{
 cdll.LoadLibrary('/opt/local/lib/libopenslide.0.dylib')
 }}}
 I'm concerned that Ryan's rewriting suggestion might take much longer.

 In my original ticket, I forgot to say that my Xcode is version 12.5.1,
 though I can't be sure that I ported py-openslide using that version. In
 any case the version of Xcode doesn't now seem to be relevant.

-- 
Ticket URL: <https://trac.macports.org/ticket/63492#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list