I'm new to FreeBSD. I want to run phantomjs on it. I've run linux emulation according to FreeBSD Linux® Binary Compatibility I manually installed 32bit phantom in accordance to this answer phantom instalation. After all that steps, when I'm trying to run command phantomjs -v
I'm getting an error like this
phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
I can't figure out, how shoud I install libfontconfig.so.1 library on FreeBSD to make it works. Thanks for all suggestion!