<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									zimbra-spell doesn&#039;t start - Zimbra Build by Zextras - no Zextras support guaranteed				            </title>
            <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 09 Mar 2026 06:45:29 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: zimbra-spell doesn&#039;t start</title>
                        <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-9122</link>
                        <pubDate>Mon, 07 Oct 2024 16:09:48 +0000</pubDate>
                        <description><![CDATA[@garabum This works for me. Thanks for posting your solution!]]></description>
                        <content:encoded><![CDATA[@garabum This works for me. Thanks for posting your solution!]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zimbra-ose-9-by-zextras/">Zimbra Build by Zextras - no Zextras support guaranteed</category>                        <dc:creator>trigg3r</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-9122</guid>
                    </item>
				                    <item>
                        <title>RE: zimbra-spell doesn&#039;t start</title>
                        <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8742</link>
                        <pubDate>Sun, 01 Sep 2024 23:25:49 +0000</pubDate>
                        <description><![CDATA[Thanks to garabum for that info. That solved me issue as well. However, upon looking in the /opt/zimbra/common/lib/apache2/modules directory, I saw that the needed library (libphp.so) was al...]]></description>
                        <content:encoded><![CDATA[<p>Thanks to garabum for that info. That solved me issue as well. However, upon looking in the /opt/zimbra/common/lib/apache2/modules directory, I saw that the needed library (libphp.so) was already installed. Using APT (or RPM/DNF on RedHat and clones) to install PHP won't put anything in /opt/zimbra/common/lib/apache2/modules, anyway; it'll be installed in the default directory (typically in the /usr/lib/phpX or /usr/lib64/phpX) directory, where "X" is the version number).</p>
<p>This looks like it is/was a simple typo in Zimbra's httpd.conf file. So changing "libphp7.so" to "libphp.so" (i.e, removing the "7") does the trick. All you need to do is edit /opt/zimbra/conf/httpd.conf.</p>
<p>By the way, thanks to ZExtras for building version 9.0! Excellent! This buys me a little time to get Carbonio up and running.</p>
<p>-- Stephen</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zimbra-ose-9-by-zextras/">Zimbra Build by Zextras - no Zextras support guaranteed</category>                        <dc:creator>spoole</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8742</guid>
                    </item>
				                    <item>
                        <title>RE: zimbra-spell doesn&#039;t start</title>
                        <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8291</link>
                        <pubDate>Fri, 12 Jul 2024 21:56:45 +0000</pubDate>
                        <description><![CDATA[Hello, to answer your question. I&#039;m using Ubuntu 20.4.3 Zimbra 10 open source:after installing following the step by step of the Zimbra forum, I came across this same error that you commente...]]></description>
                        <content:encoded><![CDATA[
<p>After the latest update of Zimbra 9 on Ubuntu 20.04 the <strong><em>zimbra-spell</em></strong> service is no longer able to start (the problem seam to be related to the PHP version).</p>
<p>C<span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">an anyone help me solve this problem?</span></span></span></p>
<p>Thank you!</p>
<p></p>
<p> </p>
<p>Hello, to answer your question. <br />I'm using Ubuntu 20.4.3 Zimbra 10 open source:<br />after installing following the step by step of the Zimbra forum, I came across this same error that you commented.<br /><br />Solution:<br />Install PHP7.4:<br /><br />Install the required version of PHP. for PHP 7.4:</p>
<pre contenteditable="false">sudo apt install php7.4-cli</pre>
<p><br /><br />Modify the Apache configuration:<br /><br />Edit the Zimbra Apache configuration file to load the correct PHP module. Change the corresponding line in</p>
<pre contenteditable="false">nano /opt/zimbra/conf/httpd.conf</pre>
<p><br /><br />originally the line will look like this:<br />LoadModule php7_module /opt/zimbra/common/lib/apache2/modules/libphp7.so<br /><br />change to:<br />LoadModule php_module /opt/zimbra/common/lib/apache2/modules/libphp.so<br /><br />then Restart Zimbra Services:<br /><br /></p>
<pre contenteditable="false">sudo su - zimbra
zmcontrol restart</pre>
<p><br /><br />I was successful with these steps. I hope I helped you.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zimbra-ose-9-by-zextras/">Zimbra Build by Zextras - no Zextras support guaranteed</category>                        <dc:creator>garabum</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8291</guid>
                    </item>
				                    <item>
                        <title>RE: zimbra-spell doesn&#039;t start</title>
                        <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8208</link>
                        <pubDate>Thu, 27 Jun 2024 07:47:38 +0000</pubDate>
                        <description><![CDATA[Me to same problem with into server: libcrypto.so.1.0.0]]></description>
                        <content:encoded><![CDATA[<p>Me to same problem with into server: libcrypto.so.1.0.0</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zimbra-ose-9-by-zextras/">Zimbra Build by Zextras - no Zextras support guaranteed</category>                        <dc:creator>sequephonic</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8208</guid>
                    </item>
				                    <item>
                        <title>RE: zimbra-spell doesn&#039;t start</title>
                        <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8170</link>
                        <pubDate>Sun, 16 Jun 2024 08:52:21 +0000</pubDate>
                        <description><![CDATA[My previous post still not approved by moderator. Can you help about this case? Thank you.]]></description>
                        <content:encoded><![CDATA[<p>My previous post still not approved by moderator. Can you help about this case? Thank you.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zimbra-ose-9-by-zextras/">Zimbra Build by Zextras - no Zextras support guaranteed</category>                        <dc:creator>yyovchev</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8170</guid>
                    </item>
				                    <item>
                        <title>RE: zimbra-spell doesn&#039;t start</title>
                        <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8144</link>
                        <pubDate>Wed, 12 Jun 2024 12:30:00 +0000</pubDate>
                        <description><![CDATA[I have the same issue. Do you have any news about this case?]]></description>
                        <content:encoded><![CDATA[I have the same issue. Do you have any news about this case?]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zimbra-ose-9-by-zextras/">Zimbra Build by Zextras - no Zextras support guaranteed</category>                        <dc:creator>yyovchev</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8144</guid>
                    </item>
				                    <item>
                        <title>RE: zimbra-spell doesn&#039;t start</title>
                        <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8127</link>
                        <pubDate>Mon, 10 Jun 2024 15:19:59 +0000</pubDate>
                        <description><![CDATA[i have the same problem with an update to zextras to another zextras build
apt-get update
apt-get install php7.2
sudo systemctl disable apache2
reboot
tar -xzvf zcs-9.0.0_OSE_UBUNTU18_l...]]></description>
                        <content:encoded><![CDATA[<p>i have the same problem with an update to zextras to another zextras build</p>
<p><u>apt-get update</u></p>
<p><u>apt-get install php7.2</u></p>
<p><u>sudo systemctl disable apache2</u></p>
<p><u>reboot</u></p>
<p><u>tar -xzvf zcs-9.0.0_OSE_UBUNTU18_latest-zextras.tgz</u></p>
<p><u>cd zcs_-9.0.0_ZEXTRAS_20231104.UBUNTU18_64.20231124122956</u></p>
<p><u>./install.sh</u></p>
<p> </p>
<p>after the install was finished edit this file</p>
<p><u>vi /opt/zimbra/conf/httpd.conf</u></p>
<p><u>modifier la ligne 148 supprimer les chiffres 7 de php_modules et libphp.so</u></p>
<p>modify the line 148 delete the number 7 to 'php_module' and libphp.so</p>
<p>write the modifications</p>
<p>reboot</p>
<p>to verify if it work the apache2 service do not start before zimbra services</p>
<p>try su - zimbra -c "zmspellctl start" if is done you are OK to continue</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zimbra-ose-9-by-zextras/">Zimbra Build by Zextras - no Zextras support guaranteed</category>                        <dc:creator>ASPANU89</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8127</guid>
                    </item>
				                    <item>
                        <title>RE: zimbra-spell doesn&#039;t start</title>
                        <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8035</link>
                        <pubDate>Mon, 20 May 2024 16:07:13 +0000</pubDate>
                        <description><![CDATA[Sorry, I missed to report the error message fromzmcontrol status: zmapachectl is not running
 
If I run zmapachectl start:
Starting apache...httpd: Syntax error on line 148 of /opt/zimbra...]]></description>
                        <content:encoded><![CDATA[<p>Sorry, I missed to report the error message from<em><span style="text-decoration: underline">zmcontrol status</span></em>: <strong><em>zmapachectl is not running</em></strong></p>
<p> </p>
<p><em>If I run zmapachectl start:<br /></em></p>
<pre contenteditable="false">Starting apache...httpd: Syntax error on line 148 of /opt/zimbra/conf/httpd.conf: Cannot load /opt/zimbra/common/lib/apache2/modules/libphp7.so into server: /opt/zimbra/common/lib/apache2/modules/libphp7.so: cannot open shared object file: No such file or directory
failed.</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zimbra-ose-9-by-zextras/">Zimbra Build by Zextras - no Zextras support guaranteed</category>                        <dc:creator>trigg3r</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8035</guid>
                    </item>
				                    <item>
                        <title>zimbra-spell doesn&#039;t start</title>
                        <link>https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8034</link>
                        <pubDate>Mon, 20 May 2024 15:57:10 +0000</pubDate>
                        <description><![CDATA[After the latest update of Zimbra 9 on Ubuntu 20.04 the zimbra-spell service is no longer able to start (the problem seam to be related to the PHP version).
Can anyone help me solve this pr...]]></description>
                        <content:encoded><![CDATA[<p>After the latest update of Zimbra 9 on Ubuntu 20.04 the <strong><em>zimbra-spell</em></strong> service is no longer able to start (the problem seam to be related to the PHP version).</p>
<p>C<span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">an anyone help me solve this problem?</span></span></span><br /><br /><br />Thank you!</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/zimbra-ose-9-by-zextras/">Zimbra Build by Zextras - no Zextras support guaranteed</category>                        <dc:creator>trigg3r</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/zimbra-ose-9-by-zextras/zimbra-spell-doesnt-start/#post-8034</guid>
                    </item>
							        </channel>
        </rss>
		