On Thu, Jul 06, 2006 at 02:51:58PM -0400, Patrice Gauvin wrote: > Thomas : which distribution are you using ? > > Miciah : Output of these five commands...rpm -qv gpm --> gpm-1.20.1-11mdk > PID TTY STAT TIME COMMAND > ps $(pidof gpm) --> 2561 ? Ss 0:00 gpm -m /dev/usbmouse -t > ps2tty --> /dev/tty2echo $TERM --> sh: linux: command not foundldd $(which > elinks) --> > linux-gate.so.1 => (0xffffe000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7ed9000) > libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0xb7ea7000) > libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0xb7d9d000) > liblua.so => /usr/lib/liblua.so (0xb7d88000) > liblualib.so => /usr/lib/liblualib.so (0xb7d77000) > libm.so.6 => /lib/tls/libm.so.6 (0xb7d52000) > libdl.so.2 => /lib/libdl.so.2 (0xb7d4e000) > libgpm.so.1 => /lib/libgpm.so.1 (0xb7d47000) > libz.so.1 => /lib/libz.so.1 (0xb7d34000) > libbz2.so.1 => /usr/lib/libbz2.so.1 (0xb7d23000) > libidn.so.11 => /usr/lib/libidn.so.11 (0xb7cf3000) > libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7cd3000) > libc.so.6 => /lib/tls/libc.so.6 (0xb7ba5000) > /lib/ld-linux.so.2 (0xb7fab000) > > Tank you for trying to helping me everyone !
The output looks kind of garbled. Did you mistype the command `echo $TERM`? That command really shouldn't fail. Can you send the output of a couple more commands? ls -l /dev/gpmctl lsof -p $(pidof gpm) Run the second one as root. If you find that you don't have a /dev/gpmctl file, try this command: service gpm restart Then restart ELinks. Does that fix it? -- Miciah Masters <[EMAIL PROTECTED]> / <[EMAIL PROTECTED]> _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
