so means "shared object" what basically this interprets to is something that many programs will use/have and require to run. It's a 'module' thing, all applications don't necessarily come with all required files, they expect some to already be installed, or installed along with them. To resolve these 'dependencies' it's usually suggested to get something like apt with Synaptic from:
www.freshrpms.net and set those up to download/install the applications you are looking for. Otherwise, you can run into cyclic dependencies which is horrible, and dependencies for your dependencies which sucks just as bad. If you don't want to go that route, you can instead head over to something like
www.rpmfind.net and search for "libgtkspell" to find which RPM contains that file. Then search your install CD(s) to find that RPM and install it.
HTH
Cool