[Evolution] Howto: Step-by-step spell checking for Redhat 7.1



Go to ftp.redhat.com/pub/redhat/linux/rawhide/i386/RedHat/RPMS/ and get
the following files from Rawhide:
        aspell-0.33.7-1.i386.rpm automake-1.4p5-1.noarch.rpm
        libtool-1.4-8.i386.rpm libtool-libs13-1.3.5-2.i386.rpm
        libtool-libs-1.4-8.i386.rpm pspell-0.12.2-3.i386.rpm
Become root
Remove aspell and pspell:
        rpm -e aspell
        rpm -e pspell
Install Rawhide files:
        rpm -Fvh automake-1.4p5-1.noarch.rpm
        rpm -Fvh libtool-1.4-8.i386.rpm --nodeps
        rpm -Fvh libtool-libs-1.4-8.i386.rpm
        rpm -ivh libtool-libs13-1.3.5-2.i386.rpm
        rpm -ivh pspell-0.12.2-3.i386.rpm
        rpm -ivh aspell-0.33.7-1.i386.rpm
Get gnome-spell-0.1-6mdk.i586.rpm from Mandrake Cooker
        Links: www.linux-mandrake.com/en/cookerdevel.php3
Extract the files from gnome-spell:
        rpm2cpio gnome-spell-0.1-6mdk.i586.rpm | cpio -i \
        --make-directories
Copy the files:
        cp -R ./usr/* /usr/

This is the easiest way I have come up with to make it work, YMMV and
hopefully this won't break anything...Rawhide is Redhat's beta and, as
such, there are no guarantees--backup if you can't lose anything :)

Previously:
Compiling gnome-spell would succeed but the test would segfault.
Compiling aspell/pspell was a short-lived idea--docs mention modules?
Installing files from gnome-spell-0.1-6mdk.i586.rpm alone does nothing.
Compiling gnome-spell with Rawhide files fails completely.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]