<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 06/07/2010 03:31 PM, Andrew Overholt wrote:
<blockquote cite="mid:20100607213141.GM19540@redhat.com" type="cite">
  <pre wrap="">* Andrew Overholt <a class="moz-txt-link-rfc2396E" href="mailto:overholt@redhat.com">&lt;overholt@redhat.com&gt;</a> [2010-06-07 17:30]:
  </pre>
  <blockquote type="cite">
    <pre wrap="">* Eric Brunson <a class="moz-txt-link-rfc2396E" href="mailto:brunson@brunson.com">&lt;brunson@brunson.com&gt;</a> [2010-06-07 17:13]:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On 06/07/2010 02:08 PM, Andrew Overholt wrote:
      </pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">I just installed jython via yum and get the following.
          </pre>
        </blockquote>
        <pre wrap="">I have jython-2.2.1-4.4.fc13 and I don't get any errors.  If you run the
following in a terminal, do you get any output?

  rpm -qV jython
        </pre>
      </blockquote>
      <pre wrap="">
Returns no errors (no output at all).
      </pre>
    </blockquote>
    <pre wrap="">
Please open a bug where we can discuss this further.  Thanks.

    </pre>
    <blockquote type="cite">
      <pre wrap="">I'm using Sun Java rte, are you using gcj?

ebrunsonlx(~)$ java -version
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
      </pre>
    </blockquote>
    <pre wrap="">
I'm using OpenJDK

java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7.1) (fedora-37.b17.fc12-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
    </pre>
  </blockquote>
  <pre wrap="">
And this is what I get on my F13 box (where I originally tried jython):

java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7.1) (fedora-37.b17.fc13-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)

Andrew
  </pre>
</blockquote>
<br>
Andrew,<br>
<br>
Thanks, I figured it out.<br>
<br>
The pathnames in the jython wrapper script to libreadline-java were
pointing to /usr/lib64.&nbsp; I'm on x86, so I don't have anything in that
directory.&nbsp; I changed two lines in /usr/bin/jython: <br>
<br>
<blockquote>BASE_FLAGS="$BASE_FLAGS
-Djava.library.path=/usr/lib/libreadline-java"<br>
CLASSPATH=:/usr/lib/libreadline-java/libreadline-java.jar<br>
</blockquote>
<br>
and now it works.&nbsp; I appreciate your help, showing me your OpenJDK
version was what helped me track it down.<br>
<br>
Would you still like me to open a bug?<br>
<br>
Sincerely,<br>
e.<br>
<br>
<br>
</body>
</html>