On Wed, 29 Mar 2006 18:55:07 -0800 Terry Kemmerer <wildcard2005 comcast net> wrote: > Remember I am not that educated in Linux. Does this tell you anything, > Jan? > > [lucky starfire Desktop]$ ls -l /usr/lib/libopal* > lrwxrwxrwx 1 root root 16 Mar 28 14:59 /usr/lib/libopal.so.2 -> > libopal.so.2.2.1* > -rwxr-xr-x 1 root root 11875868 Mar 14 > 04:33 /usr/lib/libopal.so.2.2.1* [lucky starfire Desktop]$ That's okay. Try: find / -name "libopal*" 2>/dev/null Will take a while... J.
Here is the answer Jan: