Scenario:

While configuring PHP 7.4.5 in CentOS 7 on ppc64le architecture encountered an error “configure: error: Cannot find pspell”. Do you have any idea which package provides pspell?


pspell, is a PHP function that allows spell checking of a word and offers suggestions. The function is part of a package called aspell and all you need is to install the aspell-devel package to get rid of this error.

# yum install aspell-devel


Do you get an error while installing this package? Contact us and hire our admins.


Was this answer helpful? 0 Users Found This Useful (0 Votes)