Download extensive documentation - Colorado State University

Transcript
mv /usr/local/pgsql /usr/local/pgsql.old
cd /usr/src/postgresql-7.3
gmake install
initdb -D /usr/local/pgsql/data
postmaster -D /usr/local/pgsql/data
psql template1 < backup
Note: When you "move the old installation out of the way" it is no longer perfectly
usable. Some parts of the installation contain information about where the other parts
are located. This is usually not a big problem but if you plan on using two installations in
parallel for a while you should assign them different installation directories at build time.
Solaris Sparc and ListManager
ListManager runs on Solaris 8 for Sparc with Oracle 8i or 9i as its database. It cannot
use PostgreSQL.
To run Solaris Sparc with ListManager, you'll need to use the Oracle 9i 32 bit client
tools. The Oracle 9i client tools may be used to connect to either Oracle 8i or 8i, and
may be downloaded from Oracle:
http://otn.oracle.com/software/content.html
You will also need libstdC++.so.2.10.0, which is not standard on Solaris. As of this
writing, it available here:
http://rpm.rutgers.edu/rpm-html/libstdc++.so.2.10.0.html
After Installing ListManager on Unix
Once you have completed the installation program, you will be displayed a page such
as the one below. This page gives you basic startup directions for configuring your
ListManager now that it is installed.
Lyris ListManager has now been installed on your system!
You can now run ListManager in the foreground with the command:
/usr/local/lm/bin/lm start
To start ListManager in the background, in "sh" or "bash" use a
command such as:
/usr/local/lm/bin/lm start >/tmp/lm_stdout 2>/tmp/lm_stderr
&
We recommend that you first run ListManager in the foreground,
so that you
see any warning messages. If you encounter a conflict on port
25 with
517