Results 1 to 9 of 9

Thread: New to Linux client - Help!

  1. #1

    New to Linux client - Help!

    The recent problems with the window client has given me the push I needed dive into Linux. I've set aside this weekend soley for that.

    So, I've downloaded and burned some CDs (Debian), installed, booted, logged in, and...

    ./foldtrajlite: error while loading shared libraries: libncurses.so.4: cannot open shared object file: No such file or directory


  2. #2
    almost retired the-mk's Avatar
    Join Date
    Jan 2003
    Location
    KI/OOE/Austria
    Posts
    1,921
    Blog Entries
    6
    Maybe this thread could help you: http://www.free-dc.org/forum/showthr...ibncurses.so.4
    the-mk

  3. #3
    Good information in that thar thread, but it still ain't runnin'.

    I've tried making a libncurses.so.4 link to the existing libncurses.so.5.2 and tried giving /distribfold/ its own copy of the library (including versions found via google). The result:

    ./foldit: line 26: Illegal instruction ./foldtrajlite -f protein -n native


  4. #4
    The client requires a Pentium 2 or better CPU. Im guessing thats not what you have... Please also try the second Linux client (there's two, gcc and icc).
    Howard Feldman

  5. #5
    Pentium 2, eh? Well, if this K6-2 can run the winderz version I figure it ought to be able to run the Linux version.

    Re-downloaded the tarballs, tried 'em both. gcc is a no go, again. The icc version started right up. Intel code on my AMD? Blasphemy!

    Seems I'll need to try/bench both versions as I convert the faster, newer machines.


  6. #6
    Stats God in Training Darkness Productions's Avatar
    Join Date
    Dec 2001
    Location
    The land of dp!
    Posts
    4,164
    If you're running debian, you'll need to make a symlink from libncurses.so.5 to libncurses.so.4

    To do that, login as root and type: ln -s /lib/libncurses.so.5 /lib/libncurses.so.4

    Then try to run the client again and see if that helps you.

  7. #7
    Not here rsbriggs's Avatar
    Join Date
    Dec 2002
    Location
    Utah
    Posts
    1,400
    I've tried making a libncurses.so.4 link to the existing libncurses.so.5.2 and tried giving /distribfold/ its own copy of the library (including versions found via google). The result:

    ./foldit: line 26: Illegal instruction ./foldtrajlite -f protein -n native
    Been here - done this. I have maybe 1/2 dozen Via C3 mini ITX board around here - some 500's, some 800's , a couple of 1000's.
    Installed Red Hat - ran into exactly the same problem.

    Best way to find out what is going on is to run "./foldtrajlite -f protein -n native" direc tly from the command line. If it's a shared library problem, you'll find out. Sadly, on the VIA C3s, it *really is* an illegal machine instruction problem.

    They just choke on something in the code, even though they seem to run everything else under Red Hat 9.0 just fine. Both the gcc and intel version of the executable has the same problem on those boards.....
    FreeDC Mercenary


  8. #8
    That's a shame the C3's won't run it -- as cheap as they are they'd make good farm boards.

    It still bugs me that the gcc version won't run but the icc one will (bah, Intel!). But, it's finished gen 0 and continues without a hitch, so I'll tolerate it.

    Now to figure out the rest of the OS...

  9. #9

    You need the Pakage compat

    Hi,

    I had the same problem under SuSE Linux, I had ti have installed a Pakage called compat.

    I think there is a Pakage for Debian too.

    With regards

    schluppy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •