[cairo] cairo release 1.10.0, upgrade

Bill Spitzak spitzak at gmail.com
Thu Sep 9 09:57:35 PDT 2010


Alexander Shulgin wrote:

>> LD_LIBRARY_PATH=$HOME/lib
> 
> No, that's shouldn't be necessary.  At least on Linux I have:
> 
> ~/src/cairo-1.10.0/test$ ldd .libs/cairo-test-suite | grep /home
> 	libcairo.so.2 => /home/user/lib/libcairo.so.2 (0x00007fe52aa2e000)
> 	libpixman-1.so.0 => /home/user/lib/libpixman-1.so.0 (0x00007fe52a389000)
> 
> And there's no LD_LIBRARY_PATH or something similar set in the environment

I think you may be right. The problem may be that I had LD_LIBRARY_PATH 
set *before* I compiled and maybe this causes the linker to not store 
the full lib path name because it assumes it will still be set?


More information about the cairo mailing list