<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 02/24/2012 01:22 PM, Peter Brady wrote:
<blockquote
cite="mid:CALoNiQdUzf3HktCsKaJJNgyTSxyq947mZCpvhVF04diz_DHTnQ@mail.gmail.com"
type="cite">If I set my LD_LIBRARY_PATH to include my 7.5.2 Mesa
libraries then offscreen rendering works fine. However, I don't
want my system as a whole to use my separate Mesa libraries; only
Paraview.</blockquote>
Hi Peter,<br>
<br>
I don't know the rpath settings but I have a couple of easy
alternatives if all you want to do is modify ld lib path for PV
without affecting other installed apps. What about starting pv with
a shell script? eg.<br>
<blockquote>#!/bin/bash<br>
export LD_LIBRARY_PATH=/path/to/your/osmesa:$LD_LIBRARY_PATH<br>
/path/to/your/pvpython $*<br>
</blockquote>
<br>
the modules package is also very useful for changing paths on the
fly.<br>
<br>
Burlen<br>
</body>
</html>