Re: [WebDNA] Sorry WebDNA server not running.

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 101584
interpreted = N
texte = Ken, can you give us an ssh access to your server? i can give you the IP we will use for your firewall. We will complete the install for you (you are probably very close to it) and will document it. We never installed 6.0a on a CentOS yet. I quote emails from Jim Lanford and Jym Duane , from the list, about installing WebDNA on CentOS: ------------------- I just did another install on CentOS4 last night. don't forget to do a up2date compat-libstdc* you will get this error rpm -Uvh WebCatalog-6.0-1.i386.rpm Preparing... ########################################### [100%] Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/ procps-3.2.3/FAQ 1:WebCatalog ########################################### [100%] grep: /etc/httpd/conf/srm.conf: No such file or directory Stopping httpd: [ OK ] Starting httpd: [ OK ] /var/www/cgi-bin/WebCatalogEngine/WebCatalogCtl start: WebDNAMonitor started WebDNA will be running. Include /var/www/cgi-bin/WebCatalogEngine/webdna.conf I don't remember what was needed in srm.conf. my RHEL3 installs don't have that file, and WebDNA seems happy and this string: Include /var/www/cgi-bin/WebCatalogEngine/webdna.conf is appended to httpd.conf, so all should be fine. ------------------- and another one from Jym Duane ------------------- 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. ------------------- chris On Dec 10, 2008, at 0:17, Kenneth Grome wrote: >>> The UID/GID for the WebCatalogMonitor app is >>> root/root and it seems to be working fine, so I don't >>> think I should change that one. >> >> right, do not change that one. Otherwise, all other >> UID/GID should be apache/apache or httpd/httpd or >> whatever is used by apache 2 on CentOS. > > > Here's an update: > > I have not tried everything Christophe suggested but I can > tell you two things based on what I've learned so far: > > 1- Apache on CentOS 4.7 uses apache/apache > 2- All my files were apache/apache from the start > > In other words my uid/gid's were not the problem, so now I > have more config / debugging work to do. > > :( > > I won't be able to continue this work until tomorrow, but > anyone who might be interested in running webdna on linux > should be aware of this exceptionally good description of > how to setup a CentOS 4.7 server: > > http://www.howtoforge.com/perfect-server-centos-4.7 > > This is the first of 6 pages of clear and definitive > step-by-step procedures for setting up a new server using > Centos 4.7. > > These are the best instructions I've ever seen for > installing a new linux server OS, and the folks at WSC > might have happier linux users if they create a similarly > clear and detailed step-by-step instructions on their own > website some day. > > :) > > Donovan said I also need to install one or more additional > libraries. He mentions the first as absolutely required > and the second as "possibily required": > > libstdc++.so.5 > libstdc++-devel > > But apparently he is just guessing at the second one, and > for all we know there may be other additional requirements > he has not mentioned. > > Since a definitive list of required additional files is > absolutely critical to my successful installation and use > of WebDNA on CentOS 4.7 I'm going to ask Christophe or > Donovan to: > > ------------------------------------------------- > PLEASE post a confirmed list > of additional required files. > ------------------------------------------------- > > Thanks again for the help I've received so far! > > Sincerely, > Ken Grome > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Sorry WebDNA server not running. (christophe.billiottet@webdna.us 2017)
  2. Re: [WebDNA] Sorry WebDNA server not running. (Kenneth Grome 2017)
  3. Re: [WebDNA] Sorry WebDNA server not running. (Kenneth Grome 2017)
  4. Re: [WebDNA] Sorry WebDNA server not running. (Bob Minor 2017)
  5. [WebDNA] Sorry WebDNA server not running. (Kenneth Grome 2017)
  6. Re: [WebDNA] Sorry WebDNA server not running. (Dan Strong 2015)
  7. Re: [WebDNA] Sorry WebDNA server not running. (Kenneth Grome 2015)
  8. Re: [WebDNA] Sorry WebDNA server not running. (Dan Strong 2015)
  9. Re: [WebDNA] Sorry WebDNA server not running. (Kenneth Grome 2015)
  10. Re: [WebDNA] Sorry WebDNA server not running. (Dan Strong 2015)
  11. Re: [WebDNA] Sorry WebDNA server not running. ("Psi Prime Inc, Matthew A Perosi " 2015)
  12. Re: [WebDNA] Sorry WebDNA server not running. (Dan Strong 2015)
  13. Re: [WebDNA] Sorry WebDNA server not running. (Kenneth Grome 2015)
  14. Re: [WebDNA] Sorry WebDNA server not running. (christophe.billiottet@webdna.us 2015)
  15. Re: [WebDNA] Sorry WebDNA server not running. (christophe.billiottet@webdna.us 2015)
  16. Re: [WebDNA] Sorry WebDNA server not running. (Steve Craig 2015)
  17. [WebDNA] Sorry WebDNA server not running. (Kenneth Grome 2015)
  18. Re: [WebDNA] Sorry WebDNA server not running. (Clint Davis 2008)
  19. Re: [WebDNA] Sorry WebDNA server not running. (christophe.billiottet@webdna.us 2008)
  20. [WebDNA] Sorry WebDNA server not running. (Kenneth Grome 2008)
Ken, can you give us an ssh access to your server? i can give you the IP we will use for your firewall. We will complete the install for you (you are probably very close to it) and will document it. We never installed 6.0a on a CentOS yet. I quote emails from Jim Lanford and Jym Duane , from the list, about installing WebDNA on CentOS: ------------------- I just did another install on CentOS4 last night. don't forget to do a up2date compat-libstdc* you will get this error rpm -Uvh WebCatalog-6.0-1.i386.rpm Preparing... ########################################### [100%] Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/ procps-3.2.3/FAQ 1:WebCatalog ########################################### [100%] grep: /etc/httpd/conf/srm.conf: No such file or directory Stopping httpd: [ OK ] Starting httpd: [ OK ] /var/www/cgi-bin/WebCatalogEngine/WebCatalogCtl start: WebDNAMonitor started WebDNA will be running. Include /var/www/cgi-bin/WebCatalogEngine/webdna.conf I don't remember what was needed in srm.conf. my RHEL3 installs don't have that file, and WebDNA seems happy and this string: Include /var/www/cgi-bin/WebCatalogEngine/webdna.conf is appended to httpd.conf, so all should be fine. ------------------- and another one from Jym Duane ------------------- 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. ------------------- chris On Dec 10, 2008, at 0:17, Kenneth Grome wrote: >>> The UID/GID for the WebCatalogMonitor app is >>> root/root and it seems to be working fine, so I don't >>> think I should change that one. >> >> right, do not change that one. Otherwise, all other >> UID/GID should be apache/apache or httpd/httpd or >> whatever is used by apache 2 on CentOS. > > > Here's an update: > > I have not tried everything Christophe suggested but I can > tell you two things based on what I've learned so far: > > 1- Apache on CentOS 4.7 uses apache/apache > 2- All my files were apache/apache from the start > > In other words my uid/gid's were not the problem, so now I > have more config / debugging work to do. > > :( > > I won't be able to continue this work until tomorrow, but > anyone who might be interested in running webdna on linux > should be aware of this exceptionally good description of > how to setup a CentOS 4.7 server: > > http://www.howtoforge.com/perfect-server-centos-4.7 > > This is the first of 6 pages of clear and definitive > step-by-step procedures for setting up a new server using > Centos 4.7. > > These are the best instructions I've ever seen for > installing a new linux server OS, and the folks at WSC > might have happier linux users if they create a similarly > clear and detailed step-by-step instructions on their own > website some day. > > :) > > Donovan said I also need to install one or more additional > libraries. He mentions the first as absolutely required > and the second as "possibily required": > > libstdc++.so.5 > libstdc++-devel > > But apparently he is just guessing at the second one, and > for all we know there may be other additional requirements > he has not mentioned. > > Since a definitive list of required additional files is > absolutely critical to my successful installation and use > of WebDNA on CentOS 4.7 I'm going to ask Christophe or > Donovan to: > > ------------------------------------------------- > PLEASE post a confirmed list > of additional required files. > ------------------------------------------------- > > Thanks again for the help I've received so far! > > Sincerely, > Ken Grome > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ christophe.billiottet@webdna.us

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:

Execute Applescript (1997) Shipping DB (1999) More on the email templates (1997) WCS Newbie question (1997) [WebDNA] WebDNA applications (2008) how to kill webcat ? (2002) Username for Admin Group (1997) emailer on Windows Beta 18 (1997) Moment of Thanks (1997) Re[2]: Re[2]: OT: Amazon Patents (2000) Multiple Newcarts (1996) [WC 2.1.30] Stack overflow. (2000) Tax on shipping (1998) [BULK] [WebDNA] WebDNA Code and HTML WYSIWYG Editors (2011) http upload (2001) autocommit problem (1998) Configuring E-mail (1997) font statistics (2003) is this how [break] works? (1998) TaxTotal Problem (1997)