Instalation Zend Error

hi

I am getting the following error when installing to the second step

php 7.2
mysql 5.7
apache 2.4
suitecrm 7.11.5

Creating SuiteCRM configuration file (config.php)

Creating SuiteCRM application tables, audit tables and relationship metadata
Creating the database suitecrm on localhost…done

Warning: require_once(Zend/Search/Lucene/Document/Html.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/modules/AOD_Index/Lib/Zend/Search/Lucene.php on line 27

Fatal error: require_once(): Failed opening required ‘Zend/Search/Lucene/Document/Html.php’ (include_path=’/opt/lampp/htdocs/include/…:.:/opt/lampp/lib/php:modules/AOD_Index/Lib’) in /opt/lampp/htdocs/modules/AOD_Index/Lib/Zend/Search/Lucene.php on line 27

I have executed the following permission directive

sudo chown -R daemon:daemon .
sudo chmod -R 775 .
sudo chmod -R 775 cache custom modules themes data upload
sudo chmod 775 config_override.php 2>/dev/null

Suitecrm.log is empty

Install.log content is as follows

2019-06-29 15:22:38…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2019-06-29 15:22:39…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2019-06-29 15:23:34…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2019-06-29 15:23:38…Begin System Check Process *************
2019-06-29 15:23:38…XML Parsing Support Found
2019-06-29 15:23:38…MBString Support Found
2019-06-29 15:23:38…ZIP Support Found
2019-06-29 15:23:38…/custom directory and subdirectory check passed
2019-06-29 15:23:38…cache directory and subdirectory check passed
2019-06-29 15:23:38…/module directory and subdirectory check passed
2019-06-29 15:23:38…/upload directory check passed
2019-06-29 15:23:38…/zip check passed
2019-06-29 15:23:38…PCRE version check passed
2019-06-29 15:23:38…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2019-06-29 15:23:38…php.ini location found. /opt/lampp/etc/php.ini
2019-06-29 15:23:38…Outputting HTML for System check
2019-06-29 15:23:38…No Errors were found *************
2019-06-29 15:23:41…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2019-06-29 15:24:17…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2019-06-29 15:25:08…Begin DB Check Process *************
2019-06-29 15:25:08…testing with mysql:mysqli
2019-06-29 15:25:08…Basic form info is valid, continuing Process.
2019-06-29 15:25:08…Testing user account…
2019-06-29 15:25:08…Connection made using host: localhost, usr: root
2019-06-29 15:25:08…SUCCESS:: no errors detected!
2019-06-29 15:25:08…End DB Check Process *************
2019-06-29 15:25:11…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2019-06-29 15:25:11…calling handleSugarConfig()
2019-06-29 15:25:11…calling handleHtaccess()
2019-06-29 15:25:11…calling handleDbCreateDatabase()

I really hope to get help, thanks

Seems you have downloaded from wrong place.
Go to suitecrm.com , then click on downloads, then grab the latest version there.

I’m sure I downloaded it on the official website.