> Assuming that you're on 64-bit Linux, here is a set of libraries to
> try:
> 
>   http://www.cs.utah.edu/~mflatt/tmp/pango-1-37-libs.tgz
> 
> Unpack in some directory <dir>, and run
> 
>  env LD_LIBRARY_PATH=<dir> racket ....
> 
> To avoid setting `LD_LIBRARY_PATH`, you could probably adjust rpaths in
> the ".so" files an install into Racket's library search path, but I
> didn't try that.

I can confirm that this works just as well as my own build of
libpango-1.38, including that LD_LIBRARY_PATH works instead of
LD_PRELOAD, as one would expect.

Thanks again!

/David

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to