I am back with build problems with Julia. Here is the error that I am getting.
[ Info: Precompiling FreeType [b38be410-82b0-50bf-ab77-7b57e271db43]
ERROR: LoadError: InitError: could not load library "/home/kc/.julia/artifacts/68256e02e4a4b00bc95486fd61b4bc5c7348760c/lib/libfreetype.so"
Shared object "libz.so.1" not found, required by "libfreetype.so"
To be clear, I am using the Julia version from the ports. If I use the precompiled binary from the julialang website, I don't get this error. Any idea on what could be done?
I'd suspect the version from ports is broken, just like the one built on arch https://wiki.archlinux.org/title/Julia
I now know not to trust ports blindly! Thank you!
Krishna C has marked this topic as resolved.
Freebsd comes with its own ABI-incompatible zlib, all jlls have been built with the "standard" zlib
Last updated: Nov 06 2024 at 04:40 UTC