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 type: sudo yum install freetype.x86_64 freetype-devel.x86_64 the first package installs, but I get the following error message for the second package: No package freetype-devel.x86_64 available. Error: Nothing to do
I have seen these types of errors on this computer many times when I try to install or use different programs, so I understand if it is not actually a FreeSurfer problem. If anyone has any advice, I would love to hear it. I'll continue to try to solve it on my own as well.
On Wed, Apr 17, 2019 at 2:03 PM fsbuild fsbuild@contbay.com wrote:
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 freetype-devel.x86_64
- R.
On Apr 17, 2019, at 10:09, Kelly Vaughn vaughnkellyann@gmail.com wrote:
libQt5XcbQpa.so.5: undefined symbol: FT_Get_Font_Format