Re: [GENERAL] Pglesslog issue

From: Koichi Suzuki <koichi(dot)szk(at)gmail(dot)com>
To: raghu ram <raghuchennuru(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org, koichi(dot)szk(at)gmail(dot)com
Subject: Re: [GENERAL] Pglesslog issue
Date: 2010-08-02 04:07:33
Message-ID: AANLkTikEDJ_dN2zmqFvRZUCz63vmRY1Bkw_SLQ=fw52f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

Hi,

pglesslog needs makefile, header files and .o files of PostgreSQL itself.

To build pglesslog, you need PostgreSQL source code as well. Please
unpack the source at "contrib" directory of PostgreSQL 8.3 source.
Run ./configure and make for PostgreSQL 8.3 first (I hope you already
did them) and then "make" pglesslog.

I hope they work fine.

Regards;
---
Koichi Suzuki

2010/7/29 raghu ram <raghuchennuru(at)gmail(dot)com>:
> Hi,
> I was installed the Postgresql 8.3 and trying the use the
> "pg_lesslog_1.4.1_pg83" to reduce the size of WAL file when the WAL file is
> archived.
> 1. Download the "pg_lesslog_1.4.1_pg83.tar.gz" file from pgfoundry.
> 2. unpacked the pglesslog source.
> 3. trying to run the "make"...facing below issue::
> edbs-MacBook-4:pg_lesslog_1.4.1_pg83 root# make
> make -f Makefile.pg_compresslog all
> Makefile.pg_compresslog:21: ../../src/Makefile.global: No such file or
> directory
> Makefile.pg_compresslog:22: /contrib/contrib-global.mk: No such file or
> directory
> make[1]: *** No rule to make target `/contrib/contrib-global.mk'.  Stop.
> make: *** [all] Error 2
>
> could you please guide me the installation steps...
>
> Regards
> Raghu
>

--
------
Koichi Suzuki

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Gnanakumar 2010-08-02 10:35:56 Re: Statistics Collector not collecting server activities
Previous Message Greg Smith 2010-08-01 20:10:49 Re: PostgreSQL on Solaris future

Browse pgsql-general by date

  From Date Subject
Next Message Sim Zacks 2010-08-02 05:51:03 Re: Libpq on iPad?
Previous Message Jayadevan M 2010-08-02 03:39:12 Re: PostgreSQL and distributed transactions