Problems

From: Egon Schmid <eschmid(at)delos(dot)stuttgart(dot)netsurf(dot)de>
To: PostgreSQL Hackers <hackers(at)postgreSQL(dot)org>
Subject: Problems
Date: 1998-10-14 23:13:24
Message-ID: Pine.NEB.3.95.981015000043.23785A-100000@delos.stuttgart.netsurf.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I have cvs'ed PostgreSQL

cd /usr/local/pgsql
cvs -z3 update -d

and when I do:

cd src
autoconf (all fine)
autoheader (lot's of harmless warning messages)
./configure --with-tcl --with-perl

configure: warning: perl support disabled; must be root to install

make

some harmless messages
All of PostgreSQL is successfully made. Ready to install.

make install

Thank you for choosing PostgreSQL, the most advanced open source database
engine.

cd ../doc

make
if [ ! -d /usr/local/pgsql/doc ]; then mkdir /usr/local/pgsql/doc; fi

cd src

oh mei (18.000 lines with docs on my screen!!)

cd /usr/lib/sgml
mkdir stylesheets
cd stylesheets
mkdir jade
ln -s /usr/lib/dsssl/stylesheets/docbook /usr/lib/sgml/stylesheets/jade

cd /usr/local/pgsql/doc/src
make

only two warnings
jade:ref/set.sgml:455:5:E: document type does not allow element "PARA"
here
jade:start.sgml:229:26:X: reference to non-existent ID "PROGRAMMERS-GUIDE"

Wow, looks great! Many thanks to Oliver.

-Egon

In response to

  • sgml at 1998-10-14 21:08:24 from Massimo Dal Zotto

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-10-14 23:25:24 Re: [HACKERS] perl interface bug?
Previous Message Massimo Dal Zotto 1998-10-14 22:37:05 Re: [HACKERS] Odd problem with read_pg_options ...