Ionut Georgescu sends greetings to George A. Dowding >ayes:/home/managers/dowdingg# ls -l /usr/X11R6/lib/libXxf86dga.a >-rw-r--r-- 1 root root 43684 Mar 20 10:29 >/usr/X11R6/lib/libXxf86dga.a >
This file seems to be missing in debian. Just do the following: cd /usr/X11R6/lib/ ld -shared -soname libXxf86dga.so -o libXxf86dga.so --whole-archive \ libXxf86dga.a and ldconfig -v do the same with all missing libs. Have fun, Ionut *************** * Ionut Georgescu * http://www.physik.tu-cottbus.de/~george/ * ICQ: 38973105 * "In Windows you can do everything Microsoft wants you to do; in Unix you * can do anything the computer is able to do."

