PDA

View Full Version : Requirments for Linux console client?



Gyro77
01-31-2002, 03:46 AM
The FAH2 website basically lists no req's for this client, was wondering if anyone knew the basic needs this client had. My plan was to see if I could build a Klinux type diskette for running FAH2 on my systems. Not sure if I am technical enough in the linux world to do this, but figured I would give it a shot in the coming weeks just for something to intrigue me. If anyone has any good pointers, I would appreciate any help you could give!

dnar
01-31-2002, 04:39 AM
I dont run f@h, but to list the library dependancies, use ldd.

ie. to list the deps for the g@h client:-



[wayne@Criten gah]$ ldd ghclient.x
libm.so.6 => /lib/libm.so.6 (0x40026000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40049000)
libc.so.6 => /lib/libc.so.6 (0x40060000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

I am 99% there with a floppy linux for genome, but its darn tricky fitting it all onto a disk! I gave up when the genome 0.99 client required glibc2.2. With the more recent glibc2.0 build of the 0.99 client (nice one Stefan) I may be able to fit it all on.

BTW, check out PeeWee Linux, thats what I have been using, very cool. Its basically an ncurses driven linux builder for embedded and small disk apps. http://embedded.adis.on.ca/

Gyro77
01-31-2002, 04:39 PM
Excellent info dnar, that is very helpful!!! Thanks!