Unpack the Aolserver tarball.�Download the aolserver tarball and unpack it.
[root root]# cd /usr/local/src
[root src]# wget --passive http://uptime.openacs.org/aolserver-openacs/aolserver3.3oacs1.tar.gz
--15:38:08-- http://uptime.openacs.org/aolserver-openacs/aolserver3.3oacs1.tar.gz
=> `aolserver3.3oacs1.tar.gz'
@@ -42,8 +49,9 @@
Makefile needs to compile correctly and run
conf, which compiles
AOLserver, the default modules, and the database driver, and
- installs them.(Debian Users working with AOLserver 3.3+ad13 and
- postgresql from apt-get may need to
+ installs them.
Debian users, see
+ warning above, but if you do use apt-get for AOLserver
+ 3.3+ad13 and postgresql from apt-get may need to
make these symlinks: ln -s
/usr/include/postgresql/ /usr/include/pgsql
and ln -s /usr/lib/postgresql /usr/local/pgsql)
[root aolserver]# export POSTGRES=/usr/local/pgsql; ./conf
@@ -74,17 +82,17 @@
communicate with the database. There is one script each for
Oracle and PostgreSQL. They don't conflict, so if you plan
to use both databases, install both.Oracle
[root aolserver]# cd /usr/local/aolserver/bin
-[root bin]# cp /tmp/openacs-5.1.0d1/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
+[root bin]# cp /tmp//packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
[root bin]# chmod 750 nsd-oracle
[root bin]#
cd /usr/local/aolserver/bin
-cp /tmp/openacs-5.1.0d1/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
+cp /tmp//packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
chmod 750 nsd-oracle
PostgreSQL
[root aolserver]# cd /usr/local/aolserver/bin
-[root bin]# cp /tmp/openacs-5.1.0d1/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
+[root bin]# cp /tmp//packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
[root bin]# chmod 755 nsd-postgres
[root bin]#
cd /usr/local/aolserver/bin
-cp /tmp/openacs-5.1.0d1/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
+cp /tmp//packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
chmod 755 nsd-postgres