External Email - Use Caution
Hi Kelly, you can try
yum install qt5-qtbase-gui qt5-qtwebkit qt5-qtwebkit-devel
And if it still doesn't work, you can try
yum install harfbuzz
On Mon, Apr 22, 2019 at 9:05 AM Kelly Vaughn
wrote:
> External Email - Use Caution
>
> Hello Fr
External Email - Use Caution
Hello FreeSurfer community,
I believe I have installed both freetype and freetype-devel now.
I now get a new error, that is similar, but may have a slightly different
solution:
Freeview:symbol lookup error:
/usr/local/freesurfer/bin/../lib/qt/lib/libQ
External Email - Use Caution
Thank you for your help!
When I look within /usr/lib64 (using ls *libfreetype*) , I see:
lib64/libfreetype.so.6 lib64/libfreetype.so.6.10.0
When I type:
strings /usr/lib64/libfreetype.so.6 | grep -i ft_get_font_format
I do not get any output.
When I
External Email - Use Caution
​Hello Kelly,
Do you have libfreetype installed on your system (which defines that symbol)?
$ strings /usr/lib64/libfreetype.so.6 | grep -i ft_get_font_format
FT_Get_Font_Format
If not, you can install it with,
$ sudo yum install freetype.x86_64 freetyp