At Thu, 25 Apr 2019 08:42:16 -0700, Matthew Butterick wrote: > IIUC, even though I'm now invoking "libharfbuzz.so.0" explicitly, in > this case the Travis server OS has its own "libharfbuzz.so.0" that is > conflicting with the one furnished by Racket.
Assuming that you're using a normal Racket bundle for testing, Racket does not include Harfbuzz with the normal Linux build. Generally, variants of Unix (other than Mac OS) are expected to have native libraries installed and managed with the OS's package manager. You can use the "natipkg" Racket build to get Harfbuzz included for testing, and that's what the pkg-build server does. Just beware that users of the package may have to install/update Harfbuzz on their machines. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.