On Fri, 23 Apr 2004, Dilip M wrote:
~ > Compiling from source is not that bad option either. ~ ~ Do the src comes with those libs ? Sorry i have no idea :)
Prolly not, but then GNUs ./configure etc are quite intelligent tools. It will first try to compile gaim without the support of aspell for example and only if Gaim author had decided they cant allow that, it will suggest the libraries to be installed. As against RPM which is much more strict, and the users system must match with that of who created them. In a few cases I have found snipping the section that searched for something from ./configure or "touch /usr/lib/libxyz.so" useful, which RPM may not allow.