View Single Post
  #3 (permalink)  
Old 12-05-2005, 09:15 AM
Ryan Frantz Ryan Frantz is offline
Intermediate Member
 
Posts: 15
Default

Oddly enough, there are no httpd*log files in /opt/zimbra/log! Here's a dump of
the contents:

[root@zimbra log]# ls
amavisd.pid convertd.log.2005-12-03 tomcat.pid
audit.log convertd.log.2005-12-04 zimbra.log
audit.log.2005-12-01 freshclam.log zimbra.log.2005-12-01
audit.log.2005-12-02 freshclam.pid zimbra.log.2005-12-02
audit.log.2005-12-03 logger_myslow.log zimbra.log.2005-12-03
audit.log.2005-12-04 logger_mysqld.log zimbra.log.2005-12-04
clamd.log logswatch.pid zimbrastats-1133448897.log
clamd.pid myslow.log zmconvertd.log
convertd.log myslow.log.1.gz zmconvertdmon.pid
convertd.log.2005-12-01 mysqld.log zmmtaconfig.log
convertd.log.2005-12-02 swatch.pid zmmtaconfig.pid


So I ran the 'zmspellctl' command and it complained about libdb-4.2 missing:

[root@zimbra bin]# su - zimbra -c "zmspellctl start"
/opt/zimbra/httpd-2.0.54/bin/httpd: error while loading shared libraries: libdb-4.2.so: cannot open shared object file: No such file or directory

I followed the directions in this post to install the appropriate Perl module for libdb-4.2:

MTA: Stopped --> Problem with amavisd, BerkeleyDB & libdb-4.2.so

to fix an earlier issue with missing libdb-4.2 requirements. I'm guessing, then, that the spell service does not use that module. What next?
Reply With Quote