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 08-10-2006, 03:14 AM
Intermediate Member
 
Posts: 17
Default Anyone running Zimbra on Solaris 10?

Am contemplating doing this...
Reply With Quote
  #2 (permalink)  
Old 08-10-2006, 03:34 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Hi

Welcome to the forums.

I'm not sure if anyone has managed to get a working version of Zimbra on Solaris yet. There have been some posts in the forums about it, do a search for 'solaris' and perhaps you could directly contact the people who've tried. If you do manage to get it working it would be a help to the community to have a 'how to' posted.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 08-11-2006, 02:12 AM
Intermediate Member
 
Posts: 17
Default oops

My bad, I did a site search but not a forum search. The latter does turn up some interesting threads. Looks like I'll attempt this (on X2100 fwiw) and see how I go.
Reply With Quote
  #4 (permalink)  
Old 08-11-2006, 04:47 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Good luck, keep us posted about how you get on and any problems you encounter.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 08-11-2006, 10:51 AM
Loyal Member
 
Posts: 81
Default

I have spent quite a bit of time trying to get things compiled on solaris 10 sparc. You can see the current version of my sloppy notes at http://ringnebula.net/zcs-solaris-build.rtf

I haven't yet been successful but things look better everytime I have a go at it.
Reply With Quote
  #6 (permalink)  
Old 08-26-2006, 10:58 AM
Intermediate Member
 
Posts: 17
Default some progress on Solaris 10/x86

Quote:
Originally Posted by ringnebula
I have spent quite a bit of time trying to get things compiled on solaris 10 sparc. You can see the current version of my sloppy notes at http://ringnebula.net/zcs-solaris-build.rtf

I haven't yet been successful but things look better everytime I have a go at it.
Starting from revision 77 of the Svn repo (there are no tags), I've got all of 3rd party built and/or installed, except for the packages with unclear or missing installation steps (amavisd, snmp, jakarta-tomcat*). I've got a 300-line cheat sheet covering 3rd party alone (plus several suggestions for cleaning up the build process for 3rd party).

However I'm stumped at the next bit, running make in ZimbraBuild. This is what I see, any ideas?
Code:
-bash-3.00$ make
...
(cd /home/toby/zcs-src/ZimbraBuild/../ZimbraServer; /usr/local/bin/ant \
        -Dplat.tag=SOLARISX86 \
        -Dis-production=1 \
        -Dzimbra.buildinfo.version=4.0.0_GA_246==== ORIGINAL VERSION trunk/ZimbraBuild/RE/BUILD 11545412209502.SOLARISX86 \
        -Dzimbra.buildinfo.release=20060826124816 -Dzimbra.buildinfo.date=20060826124816 \
        -Dzimbra.buildinfo.host=zimbra dev-dist ; )
Buildfile: build.xml

BUILD FAILED
Target `ORIGINAL' does not exist in this project. 

Total time: 1 second
make: *** [/home/toby/zcs-src/ZimbraBuild/../ZimbraServer/build/dist/tomcat/webapps/service.war] Error 1
*update: I found more details on mysql and tomcat installation in ZimbraServer/docs/INSTALL.txt

Last edited by qu1j0t3; 08-27-2006 at 02:17 PM.. Reason: clarify
Reply With Quote
  #7 (permalink)  
Old 08-27-2006, 07:24 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default

hi, i'm just starting to build this on solaris8/sparc. could you post your cheat sheet somewhere?
Reply With Quote
  #8 (permalink)  
Old 08-27-2006, 12:24 PM
Intermediate Member
 
Posts: 17
Default yes, in a short while

Quote:
Originally Posted by dijichi2
hi, i'm just starting to build this on solaris8/sparc. could you post your cheat sheet somewhere?
Yes, I'll put it here, but I first want to test on a 2nd installation to make sure it's correct. Just to reiterate, it only covers (most of) 3rd party, I have not been able to get far with Zimbra build yet, so the recipe hasn't been tested all the way through to a working installation. Of course there will be additional differences for Sol8/SPARC from Sol10/x86 (sigh) - I don't have a Sol8/SPARC box here to test on, unfortunately.

A further disclaimer, I'm working from random HEAD revision from Svn, so the instructions may or may not work with any particular version of the source.

Last edited by qu1j0t3; 08-27-2006 at 12:26 PM.. Reason: further disclaimer
Reply With Quote
  #9 (permalink)  
Old 08-27-2006, 01:42 PM
Loyal Member
 
Posts: 81
Default

Quote:
Originally Posted by qu1j0t3
Starting from revision 77 of the Svn repo (there are no tags), I've got all of 3rd party built and/or installed, except for the packages with unclear or missing installation steps (amavisd, snmp, jakarta-tomcat). I've got a 300-line cheat sheet covering 3rd party alone (plus several suggestions for cleaning up the build process for 3rd party).

However I'm stumped at the next bit, running make in ZimbraBuild. This is what I see, any ideas?
Code:
-bash-3.00$ make
...
(cd /home/toby/zcs-src/ZimbraBuild/../ZimbraServer; /usr/local/bin/ant \
        -Dplat.tag=SOLARISX86 \
        -Dis-production=1 \
        -Dzimbra.buildinfo.version=4.0.0_GA_246==== ORIGINAL VERSION trunk/ZimbraBuild/RE/BUILD 11545412209502.SOLARISX86 \
        -Dzimbra.buildinfo.release=20060826124816 -Dzimbra.buildinfo.date=20060826124816 \
        -Dzimbra.buildinfo.host=zimbra dev-dist ; )
Buildfile: build.xml

BUILD FAILED
Target `ORIGINAL' does not exist in this project. 

Total time: 1 second
make: *** [/home/toby/zcs-src/ZimbraBuild/../ZimbraServer/build/dist/tomcat/webapps/service.war] Error 1
I am still working with an older version of the codebase. In my case I have gotten 3rd party to compile with relatively minimal effort. As for the build failure you get I'm not sure as the ant stuff is pretty foreign to me.
Reply With Quote
  #10 (permalink)  
Old 08-28-2006, 05:48 PM
Zimbra Employee
 
Posts: 601
Default

You may have to strip the "==== ORIGINAL VERSION"
from trunk/ZimbraBuild/RE/BUILD
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

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.