Re: [WebDNA] configuring 5.1 with apache 2?

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 100374
interpreted = N
texte = This is a multi-part message in MIME format. --------------050006040405060304030907 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FOR Centos 5.1 with Apachi 2 - something similar may apply We got the mod_webcatalog2.so to compile on centos 5.1 but had to change the location of some files it was using to get it to work. We don't yet know if it would be 100% stable for everything. But there is at least one other on the list saying they are running on this also. Here is how we did it in case you want to try WebCatalog on Centos 5.1: Install the packages: gcc-c++, compat-libstdc++-33, compat-libstdc++-296, and httpd-devel Install the webcatalog rpm. edit the Makefile in /var/www/cgi-bin/WebCatalogEngine/PluginSource change: APACHE_INCLUDES = -I/usr/include/httpd to: APACHE_INCLUDES = -I/usr/include/httpd -I/usr/include/apr-1 and change: $(LD) -G -o mod_webcatalog2.so mod_webcatalog.o wc_globals.o to: $(CC) -shared -o mod_webcatalog2.so mod_webcatalog.o wc_globals.o type "make" copy mod_webcatalog2.so to /var/www/cgi-bin/WebCatalogEngine and restart apache. jym Jym (need to give credit to our linux guru - Scott) Dave Hurley wrote: > Please forgive the cross-post with webDNA-talk as I'm not sure who is > where at the moment. > > Just upgraded my development machine to Leopard and I'd like to run > the default apache v2 rather than v1.3, if possible. I've manually > configuring httpd.conf but failed to get webDNA to run successfully. > Anybody got a good recipe? > > Thanks! > > Dave Hurley > Manager of Departmental Computing > Biology Department > University of Washington > > > > -- Jym Duane - CTO - Purpose Media Creating Your Success Story Marketing : Television - Internet - Print Phone: (877) 443-1323 Email: jym@purposemedia.com Web: www.purposemedia.com Oregon Office - www.GuideToOregon.com PO Box 1725, Jacksonville, OR 97530 California Office - www.OrangeCounty.net PO Box 2025, Capistrano Beach, CA 92624 --------------050006040405060304030907 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit FOR Centos 5.1 with Apachi 2 - something similar may apply

We got the mod_webcatalog2.so to compile on centos 5.1 but had to change the location of some files it was using to get it to work. 
We don't yet know if it would be 100% stable for everything.  But there is at least one other on the list saying they are running on this also.

Here is how we did it in case you want to try WebCatalog on Centos 5.1:
  Install the packages: gcc-c++, compat-libstdc++-33, compat-libstdc++-296, and httpd-devel
Install the webcatalog rpm.   edit the Makefile in /var/www/cgi-bin/WebCatalogEngine/PluginSource   change: APACHE_INCLUDES = -I/usr/include/httpd   to: APACHE_INCLUDES = -I/usr/include/httpd -I/usr/include/apr-1   and change:
$(LD) -G -o mod_webcatalog2.so mod_webcatalog.o wc_globals.o   to:
$(CC) -shared -o mod_webcatalog2.so mod_webcatalog.o wc_globals.o
type "make"   copy mod_webcatalog2.so to /var/www/cgi-bin/WebCatalogEngine and restart apache. 



jym





Jym (need to give credit to our linux guru - Scott)

Dave Hurley wrote: Please forgive the cross-post with webDNA-talk as I'm not sure who is where at the moment.

Just upgraded my development machine to Leopard and I'd like to run the default apache v2 rather than v1.3, if possible. I've manually configuring httpd.conf but failed to get webDNA to run successfully. Anybody got a good recipe?

Thanks!

Dave Hurley
Manager of Departmental Computing
Biology Department
University of Washington





-- Jym Duane - CTO - Purpose MediaCreating Your Success StoryMarketing : Television - Internet - PrintPhone: (877) 443-1323   Email: jym@purposemedia.com   Web: www.purposemedia.comOregon Office - www.GuideToOregon.comPO Box 1725,  Jacksonville, OR 97530California Office - www.OrangeCounty.netPO Box 2025,  Capistrano Beach, CA 92624
--------------050006040405060304030907-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] configuring 5.1 with apache 2? (Donovan Brooke 2008)
  2. Re: [WebDNA] configuring 5.1 with apache 2? (Chris Wilkinson 2008)
  3. Re: [WebDNA] configuring 5.1 with apache 2? (take 2) (Dave Hurley 2008)
  4. Re: [WebDNA] configuring 5.1 with apache 2? (Dave Hurley 2008)
  5. Re: [WebDNA] configuring 5.1 with apache 2? (Jym Duane 2008)
  6. [WebDNA] configuring 5.1 with apache 2? (Dave Hurley 2008)
This is a multi-part message in MIME format. --------------050006040405060304030907 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FOR Centos 5.1 with Apachi 2 - something similar may apply We got the mod_webcatalog2.so to compile on centos 5.1 but had to change the location of some files it was using to get it to work. We don't yet know if it would be 100% stable for everything. But there is at least one other on the list saying they are running on this also. Here is how we did it in case you want to try WebCatalog on Centos 5.1: Install the packages: gcc-c++, compat-libstdc++-33, compat-libstdc++-296, and httpd-devel Install the webcatalog rpm. edit the Makefile in /var/www/cgi-bin/WebCatalogEngine/PluginSource change: APACHE_INCLUDES = -I/usr/include/httpd to: APACHE_INCLUDES = -I/usr/include/httpd -I/usr/include/apr-1 and change: $(LD) -G -o mod_webcatalog2.so mod_webcatalog.o wc_globals.o to: $(CC) -shared -o mod_webcatalog2.so mod_webcatalog.o wc_globals.o type "make" copy mod_webcatalog2.so to /var/www/cgi-bin/WebCatalogEngine and restart apache. jym Jym (need to give credit to our linux guru - Scott) Dave Hurley wrote: > Please forgive the cross-post with webDNA-talk as I'm not sure who is > where at the moment. > > Just upgraded my development machine to Leopard and I'd like to run > the default apache v2 rather than v1.3, if possible. I've manually > configuring httpd.conf but failed to get webDNA to run successfully. > Anybody got a good recipe? > > Thanks! > > Dave Hurley > Manager of Departmental Computing > Biology Department > University of Washington > > > > -- Jym Duane - CTO - Purpose Media Creating Your Success Story Marketing : Television - Internet - Print Phone: (877) 443-1323 Email: jym@purposemedia.com Web: www.purposemedia.com Oregon Office - www.GuideToOregon.com PO Box 1725, Jacksonville, OR 97530 California Office - www.OrangeCounty.net PO Box 2025, Capistrano Beach, CA 92624 --------------050006040405060304030907 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit FOR Centos 5.1 with Apachi 2 - something similar may apply

We got the mod_webcatalog2.so to compile on centos 5.1 but had to change the location of some files it was using to get it to work. 
We don't yet know if it would be 100% stable for everything.  But there is at least one other on the list saying they are running on this also.

Here is how we did it in case you want to try WebCatalog on Centos 5.1:   Install the packages: gcc-c++, compat-libstdc++-33, compat-libstdc++-296, and httpd-devel
Install the webcatalog rpm.   edit the Makefile in /var/www/cgi-bin/WebCatalogEngine/PluginSource   change: APACHE_INCLUDES = -I/usr/include/httpd   to: APACHE_INCLUDES = -I/usr/include/httpd -I/usr/include/apr-1   and change:
$(LD) -G -o mod_webcatalog2.so mod_webcatalog.o wc_globals.o   to:
$(CC) -shared -o mod_webcatalog2.so mod_webcatalog.o wc_globals.o
type "make"   copy mod_webcatalog2.so to /var/www/cgi-bin/WebCatalogEngine and restart apache. 



jym





Jym (need to give credit to our linux guru - Scott)

Dave Hurley wrote: Please forgive the cross-post with webDNA-talk as I'm not sure who is where at the moment.

Just upgraded my development machine to Leopard and I'd like to run the default apache v2 rather than v1.3, if possible. I've manually configuring httpd.conf but failed to get webDNA to run successfully. Anybody got a good recipe?

Thanks!

Dave Hurley
Manager of Departmental Computing
Biology Department
University of Washington





-- Jym Duane - CTO - Purpose MediaCreating Your Success StoryMarketing : Television - Internet - PrintPhone: (877) 443-1323   Email: jym@purposemedia.com   Web: www.purposemedia.comOregon Office - www.GuideToOregon.comPO Box 1725,  Jacksonville, OR 97530California Office - www.OrangeCounty.netPO Box 2025,  Capistrano Beach, CA 92624
--------------050006040405060304030907-- Jym Duane

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:

[CART] (1997) SiteGaurd file Cache vs webcatalog cache (1997) Webcat 2.0.1b1 bug with IE 3.01/4.0p1 (1997) Re:no template caching (1997) Newbie problem blah blah blah (1997) Press Release hit the NewsWire!!! (1997) OS X permissions to write to Globals directory (2003) WebCat for Unix?? (1997) [OT] Industry news from Australia (2000) [WebDNA] mod_deflate and webdna (2017) Trigger Admin acting up (2001) [WebDNA] Serial numbers and pricing for WebDNA 7.0 (2011) emailer don't work (1998) select multiple 2 more cents (1997) Understanding texta (1997) Speed/performance issues using .hdr (1997) Date comparison (I think) has bugs ... (1998) Bug Report, maybe (1997) Hiding the URL(was Cart ID Duplication) (2001) WebCat2b13MacPlugIn - [include] (1997)