Undefined symbol: FT_Done_MM_Var

I’m trying to install Sphere Browser (closed source privacy centred chromium) and I’m having issues executing the binary. I’ve been doing some research but I’ve spent a few hours getting nowhere so hopefully someone with more expertise can provide some insight.

./Sphere: symbol lookup error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var

It was built with older libraries, so it can’t find the version it wants. Try the following:

LD_PRELOAD=/usr/lib/libfreetype.so ./Sphere
1 Like

Your a genius, thank you