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.--------------050006040405060304030907Content-Type: text/plain; charset=ISO-8859-1; format=flowedContent-Transfer-Encoding: 7bitFOR Centos 5.1 with Apachi 2 - something similar may applyWe 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-develInstall 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.otype "make" copy mod_webcatalog2.so to /var/www/cgi-bin/WebCatalogEngine and restart apache. jymJym (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--------------050006040405060304030907Content-Type: text/html; charset=ISO-8859-1Content-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 tochange 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. Butthere is at least one other on the list saying they are running on thisalso.
Hereis how we did it in case you want to try WebCatalog on Centos 5.1:
Installthe packages: gcc-c++, compat-libstdc++-33, compat-libstdc++-296, andhttpd-devel
Installthe webcatalog rpm.
editthe 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
andchange:
$(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 andrestart 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 notsure who is where at the moment.
Just upgraded my development machine to Leopard and I'd like to run thedefault apache v2 rather than v1.3, if possible. I've manuallyconfiguring 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:
This is a multi-part message in MIME format.--------------050006040405060304030907Content-Type: text/plain; charset=ISO-8859-1; format=flowedContent-Transfer-Encoding: 7bitFOR Centos 5.1 with Apachi 2 - something similar may applyWe 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-develInstall 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.otype "make" copy mod_webcatalog2.so to /var/www/cgi-bin/WebCatalogEngine and restart apache. jymJym (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--------------050006040405060304030907Content-Type: text/html; charset=ISO-8859-1Content-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 tochange 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. Butthere is at least one other on the list saying they are running on thisalso.
Hereis how we did it in case you want to try WebCatalog on Centos 5.1:
Installthe packages: gcc-c++, compat-libstdc++-33, compat-libstdc++-296, andhttpd-devel
Installthe webcatalog rpm.
editthe 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
andchange:
$(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 andrestart 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 notsure who is where at the moment.
Just upgraded my development machine to Leopard and I'd like to run thedefault apache v2 rather than v1.3, if possible. I've manuallyconfiguring 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:
Sub Categories (2000)
Carts & Refering URLs (1997)
Re:Finding max value for a field (1997)
WebMerchant when CC network is down (1998)
Multiple cart additions (1997)
question: search return in order (1997)
Passing Cart variable to subdirectory files? (1997)
[random] only for 1-100??? (1997)
[WebDNA] encoding with webdna/JS, in context of various file encodings/charsets (2010)
Re:Saving/Looking Up customer numbers (1998)
Re:2nd WebCatalog2 Feature Request (1996)
FM fields with CR - How to export/import? (2000)
[SearchString] problem with [search] context (1997)
Banner Ad & Index.shtml (2000)
Is this possible, WebCat2.0 and checkboxes (1997)
WebCat2b13MacPlugin - nested [xxx] contexts (1997)
answers - opinions? (1998)
newbies to web, spaces in email address (1998)
I'm having trouble using [url][interpret][math] together in lookup (1997)
includes and cart numbers (1997)