Stream: helpdesk (published)

Topic: ✔ FreeBSD libz.so.1 not found


view this post on Zulip Krishna C (Jan 31 2023 at 08:57):

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?

view this post on Zulip Sukera (Jan 31 2023 at 09:34):

I'd suspect the version from ports is broken, just like the one built on arch https://wiki.archlinux.org/title/Julia

view this post on Zulip Krishna C (Jan 31 2023 at 15:23):

I now know not to trust ports blindly! Thank you!

view this post on Zulip Notification Bot (Jan 31 2023 at 15:23):

Krishna C has marked this topic as resolved.

view this post on Zulip Mosè Giordano (Jan 31 2023 at 18:47):

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