Re: Regarding the version issue of libfreetype.6.dylib
Werner LEMBERG <[email protected]> Sat, 26 Apr 2025 07:37:42 +0000 (UTC)
| Newsgroups | gmane.comp.fonts.freetype.devel |
|---|---|
| Message-ID | <[email protected]> |
> Reason: Incompatible library version:
> _imagingft.cpython-39-darwin.so requires version 27.0.0 or later,
> but libfreetype.6.dylib provides version 15.0.0
>
> May I ask, what is the latest version of libfreetype.6.dylib at
> present? I can only update to 26.2.20.
This is exactly the current version (assuming that `.dylib` uses the
library versioning based on `libtool`).
In other words, version 27.0.0 doesn't exist, at least not officially.
You should contact the PIL people for more advice.
Werner