Click to See Complete Forum and Search --> : Knewmail


HarryGoiter
05-13-2001, 01:25 PM
I'm trying to install a POP-mail checker Knewmail. I seem to be missing some files but I don't know where to get them:
libkdecore.so.2
libkdeui.so.2
libkfile.so.2
libkfm.so.2
libqt.so.1

Scratch that. I've found libqt.so.1 so knewmail must just be looking in the wrong directory. How do I fix that? And for the rest of the *.so.2 files, I've found them but they're all *.so.3...can I just make a sym link to the *.so.3 files?

Thanks.

[GoRN]
05-13-2001, 01:34 PM
knewmail seems to be a kde application.

qt is the tool kit kde uses.
the others are kde librarys.

Yea you can just symlink them.
but for it to find them that directory must be in /etc/ld.so.conf

like if it's in /usr/kde/lib, then your ld.so.conf needs a line that says:
/usr/kde/lib

after adding that run ldconfig


-out-