[EMAIL PROTECTED] wrote:
>
> I've been trying, trying, trying, to get KDE up and running. But I'm
> getting an error message about libstdc++so.2.9...I'm I suppose to make a
> symbolic link to this? And if so, how would I go about it? Where can I
> find libstdc++so.2.9? My linux program doesn't seem to know.
several different ways:
1. use "find" it's in the man pages.
2. what I do for a fast search is to make a "directory" of my
operating system of the nature of:
du -a / > /dir
and then grep dir using all the string searching facilities of
grep.
Jonathan