Since Search Lucene API requires these libraries to be installed, they should be checked in hook_requirements(). The mbstring and PCRE unicode support check should happen in hook_requirements('runtime') because their absence will gracefully throw errors, but the iconv check should be added to hook_requirements('install') because its absence will throw fatal errors.

Comments

cpliakas’s picture

Status: Active » Fixed

Fix committed in #268844,

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.