Re: On a related topic

This WebDNA talk-list message is from

2006


It keeps the original formatting.
numero = 66651
interpreted = N
texte = Wow, great, thank you John. I will try it on my dev machine soon. On tha= t matter what made you go with SUSE then with RH or Fedora=3F Nitai -- eContentPark - Enterprise Asset Management System eServices - The complete SupportSuite eSurvey - Online Questionnaire made easy Redakto CMS - Content Management that simply works ComputerOil=AE AG Neugutstrasse 66 8600 D=FCbendorf / Switzerland Telefon +41 (0)844 44 55 66 info@computeroil.com http://computeroil.com From: John Peacock [mailto:jpeacock@rowman.com] To: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] Sent: Fri, 31 Mar 2006 20:48:39 +0200 Subject: Re: On a related topic nitai@computeroil.com wrote: > Please let me know how you got WebDNA running on SUSE Server. I have > run trought it with Le many times and never got it running on SUSE. > Despite the fact that WebDNA is being developed on SUSE it is not > officialy supported..... [WARNING - you are expected to understand in some detail how Apache2=20 works to do this] Le sent me compiled binaries for WebCatalog, libxerces, libxalan, and=20 WebDNAMonitor that matched SuSE (I extracted the rest of the files from= =20 the 6.0 RedHat RPM). She sent me the mod=5Fwebcatalog2.so, but since tha= t=20 is intimately tied to the precise version of Apache2 present, I wound up= =20 rebuilding that with the included source (under=20 ../cgi-bin/WebCatalogEngine/PluginSource/). Apply the following patch=20 (watch wrapping): --- Makefile.orig 2006-03-10 16:42:20.000000000 -0500 +++ Makefile 2006-03-10 16:34:19.000000000 -0500 @@ -3,7 +3,7 @@ # to the correct folder which contains all Apache include files -APACHE=5FINCLUDES =3D -I/usr/include/httpd +APACHE=5FINCLUDES =3D -I/usr/include/apache2 DEBUG =3D -D=5FREENTRANT -DNDEBUG INCLUDES =3D -I./ $(APACHE=5FINCLUDES) @@ -22,7 +22,7 @@ $(CC) -c $(CFLAGS) mod=5Fwebcatalog.cpp mod=5Fwebcatalog2.so: mod=5Fwebcatalog.o wc=5Fglobals.o - $(LD) -G -o mod=5Fwebcatalog2.so mod=5Fwebcatalog.o wc=5Fglobals.o + $(LD) -G -lstdc++ -o mod=5Fwebcatalog2.so mod=5Fwebcatalog.o=20 wc=5Fglobals.o clean: rm *.o mod=5Fwebcatalog2.so Then 'make clean && make' and copy the resulting file mod=5Fwebcatalog2.= so=20 to the parent folder. Other than that, it was a matter of adding the appropriate configuration= =20 lines; drop the webdna.conf into /etc/apache2/conf.d (rather than=20 manually editing any of the /etc/apache2 files directly, which will=20 break when you upgrade). Then add these lines to any virtual host that= =20 you want WebCatalog to service: DirectoryIndex index.html index.tpl default.tpl AddHandler webcatalog2-handler .tpl (or whatever extensions you use). Restart Apache (after a configtest)=20 and you should up and running. HTH John --=20 John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748 ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Webmin (was: on a related topic) ( WJ Starck 2006)
  2. Re: On a related topic ( Pat McCormick 2006)
  3. Re: On a related topic ( Kenneth Grome 2006)
  4. Re: On a related topic ( nitai@computeroil.com 2006)
  5. Re: On a related topic ( Jesse Proudman 2006)
  6. Re: On a related topic ( John Peacock 2006)
  7. Re: On a related topic ( Jesse Proudman 2006)
  8. Re: On a related topic ( John Peacock 2006)
  9. Re: On a related topic ( nitai@computeroil.com 2006)
  10. Re: On a related topic ( John Peacock 2006)
  11. Re: On a related topic ( nitai@computeroil.com 2006)
  12. Re: On a related topic ( "Bess Ho" 2006)
  13. Re: On a related topic ( "Dan Strong" 2006)
  14. Re: On a related topic ( "Jay Rector" 2006)
  15. Re: On a related topic ( "Dan Strong" 2006)
  16. Re: On a related topic ( Donovan Brooke 2006)
  17. On a related topic ( John Peacock 2006)
Wow, great, thank you John. I will try it on my dev machine soon. On tha= t matter what made you go with SUSE then with RH or Fedora=3F Nitai -- eContentPark - Enterprise Asset Management System eServices - The complete SupportSuite eSurvey - Online Questionnaire made easy Redakto CMS - Content Management that simply works ComputerOil=AE AG Neugutstrasse 66 8600 D=FCbendorf / Switzerland Telefon +41 (0)844 44 55 66 info@computeroil.com http://computeroil.com From: John Peacock [mailto:jpeacock@rowman.com] To: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] Sent: Fri, 31 Mar 2006 20:48:39 +0200 Subject: Re: On a related topic nitai@computeroil.com wrote: > Please let me know how you got WebDNA running on SUSE Server. I have > run trought it with Le many times and never got it running on SUSE. > Despite the fact that WebDNA is being developed on SUSE it is not > officialy supported..... [WARNING - you are expected to understand in some detail how Apache2=20 works to do this] Le sent me compiled binaries for WebCatalog, libxerces, libxalan, and=20 WebDNAMonitor that matched SuSE (I extracted the rest of the files from= =20 the 6.0 RedHat RPM). She sent me the mod=5Fwebcatalog2.so, but since tha= t=20 is intimately tied to the precise version of Apache2 present, I wound up= =20 rebuilding that with the included source (under=20 ../cgi-bin/WebCatalogEngine/PluginSource/). Apply the following patch=20 (watch wrapping): --- Makefile.orig 2006-03-10 16:42:20.000000000 -0500 +++ Makefile 2006-03-10 16:34:19.000000000 -0500 @@ -3,7 +3,7 @@ # to the correct folder which contains all Apache include files -APACHE=5FINCLUDES =3D -I/usr/include/httpd +APACHE=5FINCLUDES =3D -I/usr/include/apache2 DEBUG =3D -D=5FREENTRANT -DNDEBUG INCLUDES =3D -I./ $(APACHE=5FINCLUDES) @@ -22,7 +22,7 @@ $(CC) -c $(CFLAGS) mod=5Fwebcatalog.cpp mod=5Fwebcatalog2.so: mod=5Fwebcatalog.o wc=5Fglobals.o - $(LD) -G -o mod=5Fwebcatalog2.so mod=5Fwebcatalog.o wc=5Fglobals.o + $(LD) -G -lstdc++ -o mod=5Fwebcatalog2.so mod=5Fwebcatalog.o=20 wc=5Fglobals.o clean: rm *.o mod=5Fwebcatalog2.so Then 'make clean && make' and copy the resulting file mod=5Fwebcatalog2.= so=20 to the parent folder. Other than that, it was a matter of adding the appropriate configuration= =20 lines; drop the webdna.conf into /etc/apache2/conf.d (rather than=20 manually editing any of the /etc/apache2 files directly, which will=20 break when you upgrade). Then add these lines to any virtual host that= =20 you want WebCatalog to service: DirectoryIndex index.html index.tpl default.tpl AddHandler webcatalog2-handler .tpl (or whatever extensions you use). Restart Apache (after a configtest)=20 and you should up and running. HTH John --=20 John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748 ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ nitai@computeroil.com

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

I'm new be kind (1997) convert date and time (2005) international time (1997) Snake Bites (1997) OT - help.. (2003) Site Builder & IE Mac (2004) WebCatalog on LinuxPPC (2000) Re:Email Problem (1997) Help formatting search results w/ table (1997) using showpage and showcart commands (1996) Duplicate Messages (1998) MATH TIME (1997) mac hack (1997) Emailer (WebCat2) (1997) WebCat2 several catalogs? (1997) Convertchars Problem (2004) RE:It just Does't add up!!! (1997) Stopping bad HTML propagation ? (1997) Who is John Jakovich? (1999) hotmail filtering emails (2004)