indium requires tcl/tk and bwidget to be installed on your system

fast install guide.. 
   type as root: 
    # ./configure --prefix=/usr \
        --mandir=/usr/share/man \
        --libexecdir=/usr/libexec/indimail --sysconfdir=/etc/indimail \
        --enable-shareddir=/usr/share/indimail \
        --enable-mysqlprefix=/usr
    # make
    # make install-strip
