On Thu, 22 Jun 2017 17:15:51 +0200 (CEST), Werner LEMBERG wrote:

> `make install' by default installs into `/usr/local'.  I guess your
> system is set up so that the dynamic linker looks into `/usr' first.
> Since virtually all GNU/Linux platforms come with `libfreetype' in
> `/usr', this version will be linked to.  You can use the `ldd' program
> to check which dynamic libraries your application is using.

/usr/local/lib normally has priority over /usr/lib (check
your /etc/ld.so.conf and /etc/ld.so.conf.d/* setups).

Also, did you run ldconfig after installation?

_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to