From macosx@opengroupware.org Wed Feb 14 11:59:51 2007 From: macosx@opengroupware.org (Marco Scheurer) Date: Wed, 14 Feb 2007 12:59:51 +0100 Subject: [OGo-MacOSX] Load balancing In-Reply-To: References: <8C781555-3449-4C18-AE6D-C715806A3CAA@sente.ch> Message-ID: <82499275-A06A-4F2B-9B02-C376F07BAF96@sente.ch> On Jul 4, 2006, at 5:17 PM, Helge Hess wrote: > > AFAIK its only sold as part of the OGo advanced server, so we would > need to find some other, specific way. Do you want to use it on OSX > or on Linux? On a single website for now? > Feel free to tell me in PM ;-) I guess we should be able to find a > solution. Hi Helge, We are still interested to know more about snsd. We haven't looked much into alternatives yet, but if you've already got a working solution we should use it, if possible. Our setup right now is a single website for a book catalog, running on OS X Server and Apache. At first the load should not be enormous, but we should be ready to scale if our customers turns it into a public online bookstore as he is thinking to do. Please let me know how we could get a license to use snsd, at least for evaluation. Thanks in advance, marco From macosx@opengroupware.org Wed Feb 14 12:04:20 2007 From: macosx@opengroupware.org (Marco Scheurer) Date: Wed, 14 Feb 2007 13:04:20 +0100 Subject: [OGo-MacOSX] Load balancing In-Reply-To: <82499275-A06A-4F2B-9B02-C376F07BAF96@sente.ch> References: <8C781555-3449-4C18-AE6D-C715806A3CAA@sente.ch> <82499275-A06A-4F2B-9B02-C376F07BAF96@sente.ch> Message-ID: Sorry list, this was intended as a private email of course. Marco Scheurer Sen:te, Lausanne, Switzerland http://www.sente.ch On Feb 14, 2007, at 12:59 PM, Marco Scheurer wrote: > > On Jul 4, 2006, at 5:17 PM, Helge Hess wrote: > >> >> AFAIK its only sold as part of the OGo advanced server, so we >> would need to find some other, specific way. Do you want to use it >> on OSX or on Linux? On a single website for now? >> Feel free to tell me in PM ;-) I guess we should be able to find a >> solution. > > Hi Helge, > > We are still interested to know more about snsd. We haven't looked > much into alternatives yet, but if you've already got a working > solution we should use it, if possible. > > Our setup right now is a single website for a book catalog, running > on OS X Server and Apache. > > At first the load should not be enormous, but we should be ready to > scale if our customers turns it into a public online bookstore as > he is thinking to do. > > Please let me know how we could get a license to use snsd, at least > for evaluation. > > Thanks in advance, > > marco > > > > -- > OpenGroupware.org MacOS X > macosx@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/macosx From macosx@opengroupware.org Wed Feb 14 15:33:40 2007 From: macosx@opengroupware.org (Merul Patel) Date: Wed, 14 Feb 2007 15:33:40 +0000 Subject: [OGo-MacOSX] Building Latest versions of SOPE and Opengroupware on OS X Tiger Message-ID: Hi, I've managed to build this, but only by making a couple of unsightly hacks. Is there a config param that I'm missing somewhere? My install process is below. Thanks in advance, Merul Setup on OS X Tiger 10.4.8 with latest Apple Developer Tools ------------------------------------------------------------------------ ---------------------- 1. Install gnustep-make 1.13 a. OGoROOT="$HOME/OGoRoot" b. ./configure --prefix=$OGoROOT \ --without-system-root \ --with-user-root=$OGoROOT \ --with-local-root=$OGoROOT \ --with-network-root=$OGoROOT \ --with-library-combo=apple-apple-nil c. sudo make -s install After this I just added 'source ~/OGoRoot/System/Library/Makefiles/ GNUstep.sh' to my ~/.profile and loaded a new terminal 2. Install SOPE 4.6 a. Checked out the repo, and moved out the included gnustep-make directory b. ./configure --enable-debug --with-gnustep c. make all && sudo make install 3. Install Opengroupeware 1.1.6 a. Checked out the repo b. ./configure --enable-debug --with-gnustep --disable-strip c. make all d. symlink ~/OGoRoot to ~/GNUstep e. sudo make install Without the symlink the install fails. I also notice that the GNUstep.sh file created above defines environment variables including 'GNUstep' in their path. From macosx@opengroupware.org Wed Feb 14 15:49:24 2007 From: macosx@opengroupware.org (Helge Hess) Date: Wed, 14 Feb 2007 16:49:24 +0100 Subject: [OGo-MacOSX] Building Latest versions of SOPE and Opengroupware on OS X Tiger In-Reply-To: References: Message-ID: On Feb 14, 2007, at 16:33, Merul Patel wrote: > I also notice that the GNUstep.sh file created above defines > environment variables including 'GNUstep' in their path. Is it possibly that you had 'old' stuff still lying on your system? Looks like 'old' variables got picked up? Do you have an /etc/GNUstep.conf? With newer GNUstep-make's you should specify --with-system-root= and --with-config-file=/GNUstep.conf The --without-system-root does not seem to work anymore (see your ~/OGoRoot/System/Library path). Greets, Helge -- Helge Hess http://www.helgehess.eu/ From macosx@opengroupware.org Wed Feb 14 16:15:22 2007 From: macosx@opengroupware.org (Merul Patel) Date: Wed, 14 Feb 2007 16:15:22 +0000 Subject: [OGo-MacOSX] Building Latest versions of SOPE and Opengroupware on OS X Tiger In-Reply-To: References: Message-ID: Helge, Thanks for the quick reply. On 14 Feb 2007, at 15:49, Helge Hess wrote: > On Feb 14, 2007, at 16:33, Merul Patel wrote: >> I also notice that the GNUstep.sh file created above defines >> environment variables including 'GNUstep' in their path. > > Is it possibly that you had 'old' stuff still lying on your system? > Looks like 'old' variables got picked up? > > Do you have an /etc/GNUstep.conf? There was _definitely_ no /etc/GNUstep.conf. And I also checked the environment variables to make sure there wasn't something being set somewhere/how else. Odd that it insists on using the 'GNUstep' path in the GNUstep.sh that gets built. BR Merul