Hello,
Just thought of another way, that is, if your yum repos are set up correctly. You can use yum to search the repositories and find out what packages provides a certain file like below:
Code:
[root@centostid /]# yum provides */libuniconf.so
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: centos.mirror.xtratelecom.es
* base: mirror.in2p3.fr
* extras: mirror.in2p3.fr
* updates: centos.mirror.xtratelecom.es
libwvstreams-devel-4.2.2-2.1.i386 : Development files for WvStreams.
Repo : base
Matched from:
Filename : /usr/lib/libuniconf.so
libwvstreams-devel-4.2.2-2.1.x86_64 : Development files for WvStreams.
Repo : base
Matched from:
Filename : /usr/lib64/libuniconf.so
Sorry for the delay in that solution, I didn't even think about the obvious. What strikes me as odd is that the dependencies didn't get resolved automatically. Or are you installing manually, that is, not with your package manager?
Kind regards,
Eric
PS: Sorry, my output is from 64bit machine, but yours should give you similar results if set up correctly.