Solved [Solved] I can't run the Opera browser

Hello! I use FreeBSD10 amd64 and updated ports one week ago. I installed Opera and currently I can [not? -- mod.] launch it, I get the following error message:
Code:
Shared object "libfreetype.so.9" not found, required by "opera"

How can I solve this?
 
Re: I can't run the Opera browser

Yes, since the last 12.16_1 update, it started showing this error. The existing libfreetype library is compatible, so simply create a symlink and it will work. From the top of my memory, ln -s /usr/local/lib/libfreetype.so.6 libfreetype.so.9 should work.
 
Expect that link to cause problems in the future. The second entry for 20140416 in /usr/ports/UPDATING talks about updates to Freetype and other ports.
 
Back
Top