Hello, what's the order of libs after having made ldconfig? I've a /etc/ld.so.conf
/usr/local/lib /usr/lib /lib but `ldconfig -p' shows libvgagl.so.1 (libc6) => /usr/lib/libvgagl.so.1 libvgagl.so.1 (libc6) => /usr/local/lib/libvgagl.so.1 libvgagl.so (libc6) => /usr/lib/libvgagl.so libvgagl.so (libc6) => /usr/local/lib/libvgagl.so libvga.so.1 (libc6) => /usr/lib/libvga.so.1 libvga.so.1 (libc6) => /usr/local/lib/libvga.so.1 libvga.so (libc6) => /usr/lib/libvga.so libvga.so (libc6) => /usr/local/lib/libvga.so I tried to remove the standard paths `/lib' and `/usr/lib' from /etc/ld.so.conf, but w/o success. -- Johannes