Re: PostgreSQL on NT

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: PostgreSQL on NT
Дата
Msg-id 20001109120404.I71@dothill.com
обсуждение исходный текст
Ответ на Re: PostgreSQL on NT  (Fredrick Bartlett <palmtreefrb@earthlink.net>)
Список pgsql-ports
Fredrick,

On Thu, Nov 09, 2000 at 08:02:52AM -0800, Fredrick Bartlett wrote:
> I will host it on my site.  I have plenty of HD space...

I can provide you with postgresql-7.0.2-10.tar.gz (about 2.7 MB) or you can
use the attached instructions and script.

Thanks,
Jason

--
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com
# apply patch
cd postgresql-7.0.2
patch -p1 <patch.diff

# configure
cd src
time configure 2>&1 | tee configure.out

# make
time make 2>&1 | tee make.out

# make install
time make POSTGRESDIR=/tmp/pgsql/usr/local/pgsql install 2>&1 | tee make-install.out

# strip executables
strip /tmp/pgsql/usr/local/pgsql/bin/*.exe

# copy pq.dll to bin
cp /tmp/pgsql/usr/local/pgsql/lib/pq.dll /tmp/pgsql/usr/local/pgsql/bin

# make install (docs)
cd ../doc
time make POSTGRESDIR=/tmp/pgsql/usr/local/pgsql install 2>&1 | tee make-install.out

# create man cat dirs
mkdir /tmp/pgsql/usr/local/pgsql/man/cat1 /tmp/pgsql/usr/local/pgsql/man/catl

# fix doc symlinks
cd /tmp/pgsql/usr/local/pgsql/doc
fixdoc.sh

# create package
cd /tmp/pgsql
tar -cvzf postgresql-7.0.2-X.tar.gz usr

Вложения

В списке pgsql-ports по дате отправления:

Предыдущее
От: Fredrick Bartlett
Дата:
Сообщение: Re: PostgreSQL on NT
Следующее
От: "sushil"
Дата:
Сообщение: POstmaster does not start