Results 1 to 7 of 7

Thread: Running EON Under Mandrake

  1. #1
    Junior Member nickth's Avatar
    Join Date
    May 2004
    Location
    S. Yorkshire UK
    Posts
    20

    Arrow Running EON Under Mandrake

    How do you do it i have the command window open
    with title of

    nicholas@localhost:/hone/nicholas/eon_client

    but every time i type in

    ./client >& outfile &

    It comes up with
    [1] 3435
    [1] exit 127 client 1>& outfile

    and stops
    So how do you run EON under mandrake

  2. #2
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,467
    Blog Entries
    13
    in the directory which Eon lives type

    ldd ./client

    and post what that says. It's probably a shared library mismatch

    Bok

  3. #3
    Junior Member nickth's Avatar
    Join Date
    May 2004
    Location
    S. Yorkshire UK
    Posts
    20
    ok here it is

    [nicholas@localhost eon_client]$ ldd ./client
    linux-gate.so.1 => (0xffffe000)
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40020000)
    libstdc++-libc6.1-1.so.2 => not found
    libdl.so.2 => /lib/libdl.so.2 (0x40031000)
    libc.so.6 => /lib/tls/libc.so.6 (0x40034000)
    libm.so.6 => /lib/tls/libm.so.6 (0x4017c000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

  4. #4
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,467
    Blog Entries
    13
    ok, you need that library.

    http://www.open-dc.org/libstdc++-libc6.1-1.so.2

    download that and put it in

    /usr/lib/

    and then run the ldd command again and it should be ok.

    Then run the client again

    Bok


  5. #5
    Junior Member nickth's Avatar
    Join Date
    May 2004
    Location
    S. Yorkshire UK
    Posts
    20
    thanks its working now

  6. #6

    Talking Debian (sarge)

    I had this problem too.

    fixed now
    ta for the link
    Keith

  7. #7
    Free-DC's Prime Search
    Join Date
    Apr 2004
    Posts
    2,518
    nickth,

    I need to talk to you. Please reply.

    Carlos

Posting Permissions

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