Darren Kenny wrote: > Sounds like evince is loading firefox's private libraries and they are > different > versions. > > Maybe try doing something like, replacing /usr/bin/evince with a wrapper > script > that unsets variables like LD_LIBRARY_PATH, which I'm guessing firefox is > setting to get it's private libraries.
i forgot to say that i have this kind of wrapper since years: mombasa-root% cat /usr/bin/evince #!/bin/sh # GH LATP # don't leave any core files around ulimit -c 0 # ligne ajout?e pour suicide apr?s une heure en cas de vrille ulimit -t 3600 PATH=/opt/csw/bin; export PATH #LD_LIBRARY_PATH=; export LD_LIBRARY_PATH unset LD_LIBRARY_PATH exec /opt/csw/bin/evince "$...@}" so this is'nt the solution, gerard
