<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
<p style="margin-bottom: 0cm; margin-top: 0pt;">Hi there,</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">acroread still fails.
To ship around this I did the following:</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">get a previous version
of libgtk-x11-2.0.so.0.1000.13 , link it to libgtk-x11-2.0.so.0 and put
it here:</p>
<blockquote>
  <p style="margin-bottom: 0cm; margin-top: 0pt;"># pwd;ls -l<br>
/usr/lib/Adobe/Acrobat7.0/lib<br>
total 3388<br>
lrwxrwxrwx 1 root root      27 2007-08-04 22:45 libgtk-x11-2.0.so.0
-&gt; libgtk-x11-2.0.so.0.1000.13<br>
-rw-r--r-- 1 root root 3464056 2007-08-04 22:43
libgtk-x11-2.0.so.0.1000.13</p>
</blockquote>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Save your original
acroread file:</p>
<blockquote>
  <p style="margin-bottom: 0cm; margin-top: 0pt;">cp
/usr/lib/Adobe/Acrobat7.0/bin/acroread
/usr/lib/Adobe/Acrobat7.0/bin/acroread.org</p>
</blockquote>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Edit acroread binary
and add following at the top:</p>
<blockquote>
  <p style="margin-bottom: 0cm; margin-top: 0pt;"># head acroread<br>
#!/bin/sh<br>
#<br>
export
LD_PRELOAD=/usr/lib/Adobe/Acrobat7.0/lib/libgtk-x11-2.0.so.0.1000.13<br>
  <br>
setLangENU()<br>
{</p>
</blockquote>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Having this done
acroread starts again. I hope this is helpful to anyone. Possibly this
is a hint where the problem may be...</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Cheers</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Norbert<br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
</body>
</html>