Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

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.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-09-2007, 09:56 AM
Senior Member
 
Posts: 61
Post A patch for utilfunc.sh 4.5.0_RC1_522 FC5 x86_64

Please see
http://wiki.zimbra.com/index.php?tit..._Core_5_x86_64

I posted a patch to zcs/util/utilfunc.sh which will allow install.sh as found in zcs-4.5.0_RC1_522.RHEL4_64.tgz to work on FC5 x86_64.

Please let me know if you see any problems and and please commit this change to the product if there are none.
Reply With Quote
  #2 (permalink)  
Old 01-09-2007, 02:18 PM
Senior Member
 
Posts: 61
Exclamation A patch for utilfunc.sh 4.5.0_RC2_566 FC5 x86_64

I updated the patch on the wiki for RC2_566.

Is there going to be a x86_64 build for FC5?
If not, is there a reason there won't be?

Quote:
--- zcs.dist/util/utilfunc.sh 2007-01-04 22:15:56.000000000 -0800
+++ zcs/util/utilfunc.sh 2007-01-09 13:58:16.000000000 -0800
@@ -1207,10 +1207,14 @@
PREREQ_LIBS="/usr/lib/libstdc++.so.5"
elif [ $PLATFORM = "MANDRIVA2006" ]; then
PREREQ_PACKAGES="sudo libidn11 curl fetchmail libgmp3 libxml2 libstdc++6 openssl"
- elif [ $PLATFORM = "FC4" -o $PLATFORM = "FC5" -o $PLATFORM = "FC3" ]; then
- PREREQ_PACKAGES="sudo libidn curl fetchmail gmp bind-libs vixie-cron"
- if [ $PLATFORM = "FC5" ]; then
- PREREQ_LIBS="/usr/lib/libstdc++.so.6"
+ elif [ "`echo $PLATFORM | cut -c1-2`" = "FC" ]; then
+ PREREQ_PACKAGES="sudo libidn curl fetchmail gmp bind-libs vixie-cron compat-db compat-libstdc++-296 openssl097a"
+ if [ "`echo $PLATFORM | cut -c1-3`" = "FC5" ]; then
+ if [ "`echo $PLATFORM | cut -d_ -f2`" = "64" ]; then
+ PREREQ_LIBS="/usr/lib64/libstdc++.so.6"
+ else
+ PREREQ_LIBS="/usr/lib/libstdc++.so.6"
+ fi
else
PREREQ_LIBS="/usr/lib/libstdc++.so.5"
fi
Reply With Quote
  #3 (permalink)  
Old 01-10-2007, 11:08 AM
Senior Member
 
Posts: 61
Default bugzilla

Opened a bug ticket and submitted a patch on the issue.

http://bugzilla.zimbra.com/show_bug.cgi?id=13632
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.