Hi Mark, You¹ll need to run it under Apache v 1.3, not the v2.x that ships with Leopard server. Dale Graham did an excellent job explaining how to get it to run on an Intel based Mac by stripping out the 64 bit code. Unfortunately, this did not work on a PPC. One reason is the shipping version of Apache that ships with Leopard is a fat binary, but does not include code for PPC. You can see what code is built into the executable with this command:
lipo -detailed_info httpd But even when I did get a 2.x version that did have PPC code in it and stripped out all other 64 bit code it still did not work. I finally just resolved to use the last version of 1.3x that was produced which was Apache 1.3.41. You¹ll need to add the following to the httpd.conf file found in the etc directory: # LOAD WITANGO MODULE # This loads the Witango 5.5 client for Apache 2.2 to enable # communication with the Witango Application Server LoadModule WitangoModule libexec/apache2/mod_witango55_apache22.so WitangoModule mod_witango55_apache22.so AddType application/witango-application-file taf tml thtml tcf wws While you should probably use the older Apache mod to coincide with that Apache version, this worked for me. It¹s just a development server so I haven¹t yet tested extensively but it¹s up. If you are going to be putting this server up in a production environment and the 10.5 in not that important to you, then I would highly suggest running a 10.4 Xserver OS with Apache 2. Sincerely, John Carrieri On 1/15/09 7:20 AM, "Marc Herman" <[email protected]> wrote: > Hello, > > Can anybody offer any help on installing Witango Server 5.0 on a non-Intel Mac > running Leopard Server? > I don't manage to get the server started up. > > Thank you > __________________________________________________ John Carrieri Chairman & CEO U. Inc. 12250 El Camino Real, Suite #100 San Diego, Ca. 92130 Office: (858) 847-3350 x1001 email: [email protected] __________________________________________________ #1 in College Search - http://www.colleges.com Power to the People - http://www.campaign.com The Name says it All - http://www.employment.com All the News. No Ink. - http://www.onlinetimes.com (Coming Soon) __________________________________________________ Colleges.com Natural Listings: #1 Google keyword colleges¹ #1 MSN keyword colleges¹ #1 Yahoo keyword colleges¹ #1 AOL keyword colleges¹ #1 Yahoo keyword college¹ #1 Ask keyword colleges¹ #1 Myspace keyword colleges¹ U. Magazine - Largest college magazine: 500,000 circulation #1 on Google keyword college magazine¹ #1 on AOL keyword college magazine¹ #1 on Ask keyword college magazine¹ U. Magazine - Largest college magazine: 500,000 circulation #1 on Google keyword college magazine¹ #1 on AOL keyword college magazine¹ #1 on Ask keyword college magazine¹ ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
