| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
| |
View Poll Results: Was this helpful? | |
Very Helpful
|    | 21 | 75.00% | |
Quite helpful
|    | 5 | 17.86% | |
didn't solve my problem
|    | 2 | 7.14% | |
Not so good
|    | 0 | 0% | |
Broken!
|    | 0 | 0% |  | | 
11-20-2005, 09:29 AM
| | Zimbra Employee | |
Posts: 2,103
| | hosts file Check the forums for info about your /etc/hosts file, some people have had trouble with that. Does your server's name resolve to it's IP? Make sure that works, or turn off DNS lookups in postfix.
Also, there's a post (before yours) about libdb dependencies, but I haven't looked into that yet. | 
12-06-2005, 11:01 AM
| | Elite Member & Volunteer | |
Posts: 255
| | libdb Quote: |
Originally Posted by marcmac Also, there's a post (before yours) about libdb dependencies, but I haven't looked into that yet. | I'm trying to find this post, but I can't seem to locate it.
My reasoning is when I run a zmamavisdctl start I recieve this: Code: Problem in Amavis::DB or Amavis::DB::SNMP code: Can't load '/opt/zimbra/zimbramon/lib/i386-linux-thread-multi/auto/BerkeleyDB/BerkeleyDB.so' for module BerkeleyDB: libdb-4.2.so: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.6/i386-linux-thread-multi/XSLoader.pm line 68.
at (eval 36) line 12
Compilation failed in require at (eval 36) line 12.
BEGIN failed--compilation aborted at (eval 36) line 12.
Undefined subroutine &BerkeleyDB::Term::close_everything called at /opt/zimbra/zimbramon/lib/i386-linux-thread-multi/BerkeleyDB.pm line 1649.
END failed--call queue aborted. | 
12-06-2005, 11:15 AM
| | Zimbra Consultant & Moderator | |
Posts: 19,653
| | Doesn't he mean this post libdb a couple of posts up this thread?
__________________
Regards
Bill
| 
12-06-2005, 11:26 AM
| | Elite Member & Volunteer | |
Posts: 255
| | Ah... I'm sorry the way I was interpreting was incorrect. My apologies.
Now... is there a better work around than installing a FC3 rpm on FC4? | 
12-06-2005, 11:31 AM
| | Elite Member & Volunteer | |
Posts: 255
| | I figured out my problem!!!
Sorry I know you must be getting annoyed with me by now. Code: yum install compat-db That will install a db4 4.2.52 compatibility version. | 
12-08-2005, 07:53 AM
| | | fedora 4 with xeon 64 Hi I am trying to install on fedora 4 with dual with xeon 64
I keep on getting this error
Checking for prerequisites...
NPTL...FOUND
libidn..../util/utilfunc.sh: line 262: [: too many arguments
MISSING
curl..../util/utilfunc.sh: line 262: [: too many arguments
MISSING
fetchmail...FOUND fetchmail-6.2.5-7.fc4.1
gmp..../util/utilfunc.sh: line 262: [: too many arguments
MISSING
/usr/lib/libstdc++.so.5...FOUND
i have done all of this as per this fourm
yum update
ln -s /lib/libcrypto.so.0.9.7f /lib/libcrypto.so.4
ln -s /lib/libssl.so.0.9.7f /lib/libssl.so.4
vi /etc/hosts
make sure the first non-comment line is:
127.0.0.1 localhost.localdomain localhost
yum install libidn
yum install curl
yum install fetchmail
yum install gmp
yum install elinks
chkconfig sendmail off
service sendmail stop
yum install compat-db
I just removed/modifiyed the *utf-8* entries in my /etc/sysconfig/i18n
to single ones, say "en_US.UTF-8" to "en_US"
But still have this problem any ideas wil be greatly appreciated
-----------------------------------------------------------
Ok I have found how to get past this point I edited just below util/utilfunc.sh: line 262 and commented out the good=no as there is a bug in the script with the array running out of bounds as there are multipule packages installed ie i386 and x86_64 I still get a problem with aspell so I left that out for now.
-----------------------------------------------------------
The install runs fine now I had to change the host.unknown to my server name and set the ldap port number, but it's all in now.
The problem I am having is when trying to stop / start the service
[zimbra@99 zcs]$ zmcontrol stop
Host 99.cosmopod.com
Stopping antispam...Done
Stopping antivirus...Done
Stopping ldap...Done
Stopping logger...FAILED
Killing mysqld with pid 8264 ../opt/zimbra/bin/zmlogswatchctl: line 52: kill: (8232) - No such process
Stopping mailbox...FAILED
Error: tomcat not running (pid 8254), stale pid file?
Error: assertion '-r /opt/zimbra/conf/my.cnf' failed
Stopping mta...Done
Stopping snmp...Done
Stopping spell...Done
[zimbra@99 zcs]$ zmcontrol start
Host 99.cosmopod.com
Starting ldap...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting logger...Done.
Starting mailbox...FAILED
Error: assertion '-r /opt/zimbra/conf/my.cnf' failed
Starting mta...Done.
Starting snmp...Done.
[zimbra@99 zcs]$ zmcontrol status
Host 99.cosmopod.com
antispam Stopped
antivirus Running
ldap Running
logger Stopped
mailbox Stopped
mta Stopped
snmp Stopped
[zimbra@99 zcs]$ sh -x /opt/zimbra/bin/zmmtactl status
+ BASE=/opt/zimbra
+ SCRIPTS='zmmtaconfigctl zmamavisdctl postfix zmsaslauthdctl'
+ case "$1" in
+ STATUS=0
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmamavisdctl status
cat: /opt/zimbra/log/amavisd.pid: No such file or directory
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/postfix status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmsaslauthdctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 1
Any help on this is greatly appreciated
Last edited by iqula; 12-09-2005 at 03:00 AM..
| 
12-08-2005, 08:52 AM
| | Zimbra Employee | |
Posts: 4,792
| | Quote: |
Originally Posted by iqula libidn..../util/utilfunc.sh: line 262: [: too many arguments | The current script has a bug that is multiple pkgs are installed it will error. For each pkg remove the previous version so there is only one version installed. This script should be fixed in the next release. | 
12-08-2005, 12:48 PM
| | | libstdc++.so.5 Is anyone having issues with this library - I upgraded our install around 2AM a few nights ago and have forgotten if I needed to change anything besides libdb...
I also apologize for the delay - seems everyone wants projects completed before EOY, which were conveniently never started or budgeted... | 
12-08-2005, 06:24 PM
| | Zimbra Employee | |
Posts: 4,792
| | On Fedora just run "yum install libstdc++.so.5" it should find the right compat pkg to install for you. | 
12-09-2005, 05:20 AM
| | | Fedora 4, dual xeons progress Hi I have made some progress and have it installed it now, but cannot get it to run yet any help appreciated, I'm not sure how best to place this so it can read like a how to so here is it from the top.
Hi I am trying to install on fedora 4 with dual with xeon 64
I keep on getting this error
Checking for prerequisites...
NPTL...FOUND
libidn..../util/utilfunc.sh: line 262: [: too many arguments
MISSING
curl..../util/utilfunc.sh: line 262: [: too many arguments
MISSING
fetchmail...FOUND fetchmail-6.2.5-7.fc4.1
gmp..../util/utilfunc.sh: line 262: [: too many arguments
MISSING
/usr/lib/libstdc++.so.5...FOUND
i have done all of this as per this fourm
yum update
ln -s /lib/libcrypto.so.0.9.7f /lib/libcrypto.so.4
ln -s /lib/libssl.so.0.9.7f /lib/libssl.so.4
vi /etc/hosts
make sure the first non-comment line is:
127.0.0.1 localhost.localdomain localhost
yum install libidn
yum install curl
yum install fetchmail
yum install gmp
yum install elinks
chkconfig sendmail off
service sendmail stop
yum install compat-db
I just removed/modifiyed the *utf-8* entries in my /etc/sysconfig/i18n
to single ones, say "en_US.UTF-8" to "en_US"
But still have this problem any ideas wil be greatly appreciated
-----------------------------------------------------------
Ok I have found how to get past this point I edited just below util/utilfunc.sh: line 262 and commented out the good=no as there is a bug in the script with the array running out of bounds as there are multipule packages installed ie i386 and x86_64 I still get a problem with aspell so I left that out for now.
-----------------------------------------------------------
The install runs fine now I had to change the host.unknown to my server name and set the ldap port number, but it's all in now.
The problem I am having is when trying to stop / start the service
[zimbra@99 zcs]$ zmcontrol stop
Host 99.cosmopod.com
Stopping antispam...Done
Stopping antivirus...Done
Stopping ldap...Done
Stopping logger...FAILED
Killing mysqld with pid 8264 ../opt/zimbra/bin/zmlogswatchctl: line 52: kill: (8232) - No such process
Stopping mailbox...FAILED
Error: tomcat not running (pid 8254), stale pid file?
Error: assertion '-r /opt/zimbra/conf/my.cnf' failed
Stopping mta...Done
Stopping snmp...Done
Stopping spell...Done
[zimbra@99 zcs]$ zmcontrol start
Host 99.cosmopod.com
Starting ldap...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting logger...Done.
Starting mailbox...FAILED
Error: assertion '-r /opt/zimbra/conf/my.cnf' failed
Starting mta...Done.
Starting snmp...Done.
[zimbra@99 zcs]$ zmcontrol status
Host 99.cosmopod.com
antispam Stopped
antivirus Running
ldap Running
logger Stopped
mailbox Stopped
mta Stopped
snmp Stopped
[zimbra@99 zcs]$ sh -x /opt/zimbra/bin/zmmtactl status
+ BASE=/opt/zimbra
+ SCRIPTS='zmmtaconfigctl zmamavisdctl postfix zmsaslauthdctl'
+ case "$1" in
+ STATUS=0
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmamavisdctl status
cat: /opt/zimbra/log/amavisd.pid: No such file or directory
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/postfix status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmsaslauthdctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 1
Any help on this is greatly appreciated | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |