PDA

View Full Version : Running EON Under Mandrake



nickth
08-21-2004, 10:48 AM
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

Bok
08-21-2004, 10:55 AM
in the directory which Eon lives type

ldd ./client

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

Bok

nickth
08-21-2004, 11:03 AM
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)

Bok
08-21-2004, 11:07 AM
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

:D

nickth
08-21-2004, 11:56 AM
thanks its working now

ascending_8
09-05-2004, 01:39 PM
I had this problem too.

fixed now
ta for the link

em99010pepe
12-26-2004, 06:37 PM
nickth,

I need to talk to you. Please reply.

Carlos