Forum OpenACS Q&A: Re: Notes on reinstall of developmental computer

Collapse
Posted by Jade Rubick on
Installing Aolserver 3.3+ad13

  • su - joeuser
  • cd /tmp
  • wget http://uptime.openacs.org/aolserver-openacs/aolserver3.3ad13-oacs1-beta-src.tar.gz
  • exit
  • cd /usr/local/src
  • tar xzf /tmp/aolserver3.3ad13-oacs1-beta-src.tar.gz
  • chown -R root.root aolserver
  • edited joeuser .bash_profile, added in both Oracle and Postgres sections.
  • rpm -qa | grep libxml2 looks like I don't need to install libxml2
  • su -
  • mkdir -p /usr/local/aolserver
  • cd /usr/local/src/aolserver
  • ./conf-clean
  • echo "both" > conf-db
  • Edited the pgdriver/makefile
  • ./conf
  • I look at all the compliation logs, and it looks like the oracle driver wasn't built correctly. Maybe it's because I need to specify whether I'm using make or gmake? Or perhaps it was because the ORACLE_HOME variable wasn't set?
  • export ORACLE_HOME=/ora8/m01/app/oracle/product/8.1.6
  • ./conf
  • It seems to have worked this time. So the problem was that ORACLE_HOME wasn't set correctly.
  • cd /usr/local/aolserver
  • chown -R root.web log servers
  • chmod -R g+w log servers
  • ./bin/nsd -t sample.config.tcl -u nobody -g web
  • It seems to be working.
  • Aolserver is installed!